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

meebey at users.alioth.debian.org meebey at users.alioth.debian.org
Sun Dec 6 16:18:15 UTC 2009


Author: meebey
Date: Sun Dec  6 16:18:15 2009
New Revision: 22518

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=22518
Log:
Fixed dh_makeshlibs call.

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=22518&op=diff
==============================================================================
--- packages/unstable/gmime2.4/debian/rules [utf-8] (original)
+++ packages/unstable/gmime2.4/debian/rules [utf-8] Sun Dec  6 16:18:15 2009
@@ -52,7 +52,8 @@
 	dh_makeclilibs -m $(DEB_CLI_API_VERSION)
 
 override_dh_makeshlibs:
-	dh_makeshlibs -m $(DEB_C_API_VERSION)
+	dh_makeshlibs
+	dh_makeshlibs -p libgmime-2.4-2 -V 'libgmime-2.4-2 $(DEB_C_API_VERSION)'
 
 override_dh_clean: unpatch
 	dh_clean




More information about the pkg-gnome-commits mailing list