r32457 - /packages/unstable/gmime2.4/debian/rules

meebey at users.alioth.debian.org meebey at users.alioth.debian.org
Wed Jan 25 20:44:10 UTC 2012


Author: meebey
Date: Wed Jan 25 20:44:09 2012
New Revision: 32457

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=32457
Log:
Lowered shlibs to >= 2.6.7 as that was the last version with added symbols, delete gmime-uudecode/uuencode for now during the build, run dpkg-gensymbols during build

Modified:
    packages/unstable/gmime2.4/debian/rules

Modified: packages/unstable/gmime2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gmime2.4/debian/rules?rev=32457&op=diff
==============================================================================
--- packages/unstable/gmime2.4/debian/rules [utf-8] (original)
+++ packages/unstable/gmime2.4/debian/rules [utf-8] Wed Jan 25 20:44:09 2012
@@ -10,7 +10,7 @@
 VERSION = $(shell echo $(DEB_VERSION) | sed 's,-.*,,' | sed 's,+dfsg.*,,')
 DEB_CLI_ABI_VERSION = 2.4
 DEB_CLI_API_VERSION = 2.4.4
-DEB_C_API_VERSION = 2.4.11
+DEB_C_API_VERSION = 2.4.7
 
 -include /usr/share/cli-common/cli.make
 include /usr/share/quilt/quilt.make
@@ -45,13 +45,14 @@
 	dh_auto_install
 
 	# don't ship those, sharutils does already
-	rm $(CURDIR)/debian/tmp/usr/bin/uudecode
-	rm $(CURDIR)/debian/tmp/usr/bin/uuencode
+	rm $(CURDIR)/debian/tmp/usr/bin/gmime-uudecode
+	rm $(CURDIR)/debian/tmp/usr/bin/gmime-uuencode
 
 override_dh_makeclilibs:
 	dh_makeclilibs -m $(DEB_CLI_API_VERSION)
 
 override_dh_makeshlibs:
+	dpkg-gensymbols -plibgmime-2.4-2 -c4
 	dh_makeshlibs
 	dh_makeshlibs -p libgmime-2.4-2 -V 'libgmime-2.4-2 (>= $(DEB_C_API_VERSION))'
 




More information about the pkg-gnome-commits mailing list