[maemo-commits] [maemo-commits] r14241 - projects/haf/trunk/osso-gnupg/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Oct 1 16:30:51 EEST 2007
Author: marivoll
Date: 2007-10-01 16:30:49 +0300 (Mon, 01 Oct 2007)
New Revision: 14241

Modified:
   projects/haf/trunk/osso-gnupg/debian/changelog
   projects/haf/trunk/osso-gnupg/debian/rules
Log:
  * Include --disable-nls when calling configure in debian/rules since
    something has changed somewhere that makes something fail somehow
    without this option.  Fixes: NB#70015.


Modified: projects/haf/trunk/osso-gnupg/debian/changelog
===================================================================
--- projects/haf/trunk/osso-gnupg/debian/changelog	2007-10-01 13:30:45 UTC (rev 14240)
+++ projects/haf/trunk/osso-gnupg/debian/changelog	2007-10-01 13:30:49 UTC (rev 14241)
@@ -1,3 +1,11 @@
+osso-gnupg (1.4.2-8~unreleased) unstable; urgency=low
+
+  * Include --disable-nls when calling configure in debian/rules since
+    something has changed somewhere that makes something fail somehow
+    without this option.  Fixes: NB#70015.
+
+ -- Marius Vollmer <marius.vollmer at nokia.com>  Mon, 01 Oct 2007 15:41:09 +0300
+
 osso-gnupg (1.4.2-7) unstable; urgency=low
 
   * Added zlib1g-dev to Build-Depends to disambiguate the virtual zlib-dev

Modified: projects/haf/trunk/osso-gnupg/debian/rules
===================================================================
--- projects/haf/trunk/osso-gnupg/debian/rules	2007-10-01 13:30:45 UTC (rev 14240)
+++ projects/haf/trunk/osso-gnupg/debian/rules	2007-10-01 13:30:49 UTC (rev 14241)
@@ -33,7 +33,7 @@
 build-deb-stamp: patch-stamp configure
 	$(checkdir)
 	mkdir -p build-deb
-	cd build-deb && ../configure --prefix=/usr --libexecdir=/usr/lib/ --without-readline --without-libusb --without-ldap --without-libcurl --disable-mailto --enable-minimal $(CONFARGS)
+	cd build-deb && ../configure --prefix=/usr --libexecdir=/usr/lib/ --without-readline --without-libusb --without-ldap --without-libcurl --disable-mailto --enable-minimal --disable-nls $(CONFARGS)
 	$(MAKE) -C build-deb
 	touch $@
 
@@ -96,6 +96,9 @@
 	rm -rf debian/tmp/usr/share/doc 
 	rm -rf debian/tmp/usr/share/locale
 	rm -rf debian/tmp/usr/share/man
+	rm debian/tmp/usr/lib/libgpgcommon.a
+	rm debian/tmp/usr/lib/libgpgcommon.la
+	rm -rf debian/tmp/usr/share/lintian
 
 	find debian/tmp/ -type f | xargs file | grep ELF | cut -d: -f 1 | xargs dpkg-shlibdeps
 	dpkg-gencontrol -posso-gnupg -isp


More information about the maemo-commits mailing list