tags 569804 patch # add patch tag, if patch is for a pkg not in repos... hmm # feel free to remove that again
block 569804 by 577021 thanks -- Am 2010-04-08 21:37, schrieb Michael Musenbrock: > Am 2010-04-08 20:59, schrieb Alexander Sack: > >> [snip] Wanna try and help getting the final its from above in place? >> > Can't provide a patch, because enigmail source folder is too messy at > the moment. > changed mind... here it is Be careful, I've changed build-depends version of icedove-dev to >= 3.0.4-2, this is because of the missing headers in 3.0.4-1. hth, Michael
diff -uNr enigmail-1.0.1.orig/debian/control enigmail-1.0.1/debian/control --- enigmail-1.0.1.orig/debian/control 2010-03-23 00:21:36.000000000 +0100 +++ enigmail-1.0.1/debian/control 2010-04-09 00:08:47.000000000 +0200 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Ubuntu Mozilla Team <ubuntu-mozillat...@lists.ubuntu.com> XSBC-Original-Maintainer: Alexander Sack <a...@debian.org> -Build-Depends: debhelper (>> 7), mozilla-devscripts, quilt, thunderbird-dev (>= 3.0.3+nobinonly-0ubuntu2) | icedove-dev (>= 3.0.3-1), libnspr4-dev +Build-Depends: debhelper (>> 7), mozilla-devscripts, quilt, thunderbird-dev (>= 3.0.3+nobinonly-0ubuntu2) | icedove-dev (>= 3.0.4-2), libnspr4-dev, libglib2.0-dev, libgtk2.0-dev, libdbus-glib-1-dev, libnotify-dev, libasound2-dev, libidl-dev, libiw-dev Standards-Version: 3.6.1 Package: enigmail diff -uNr enigmail-1.0.1.orig/debian/rules enigmail-1.0.1/debian/rules --- enigmail-1.0.1.orig/debian/rules 2010-03-23 00:21:36.000000000 +0100 +++ enigmail-1.0.1/debian/rules 2010-04-09 00:09:05.000000000 +0200 @@ -3,7 +3,7 @@ #BUILDDIR = $(CURDIR)/objdir-enigmail BUILDDIR = $(CURDIR) -TBIRD_SDK = $(shell ls -d /usr/lib/thunderbird-devel-3* | head -n1) +TBIRD_SDK = $(shell ls -d /usr/lib/icedove-devel* | head -n1) %: # dh --with quilt --with xul-ext --builddirectory=$(BUILDDIR) $@ @@ -11,7 +11,7 @@ override_dh_auto_configure: mkdir -p $(BUILDDIR) - cd $(BUILDDIR); $(CURDIR)/configure --with-libxul-sdk=$(TBIRD_SDK) --enable-application=extensions --enable-extensions=enigmail --disable-debug --disable-tests + cd $(BUILDDIR); $(CURDIR)/configure --with-libxul-sdk=$(TBIRD_SDK) --enable-application=extensions --enable-extensions=enigmail --disable-debug --disable-tests --with-system-nspr --with-system-nss override_dh_auto_build: # dh_auto_build --builddirectory=$(BUILDDIR)