r22516 - in /packages/unstable/gmime2.4/debian: changelog rules

meebey at users.alioth.debian.org meebey at users.alioth.debian.org
Sun Dec 6 16:17:52 UTC 2009


Author: meebey
Date: Sun Dec  6 16:17:49 2009
New Revision: 22516

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=22516
Log:
Bumped shlibs to 2.4.11

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

Modified: packages/unstable/gmime2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gmime2.4/debian/changelog?rev=22516&op=diff
==============================================================================
--- packages/unstable/gmime2.4/debian/changelog [utf-8] (original)
+++ packages/unstable/gmime2.4/debian/changelog [utf-8] Sun Dec  6 16:17:49 2009
@@ -16,6 +16,8 @@
     debian/rules:
     + Bumped mono-devel build-dep to >= 2.4.2.3 as we use mono-csc compiler
       of it.
+  * debian/rules:
+    + Bumped shlibs to 2.4.11
 
  -- Mirco Bauer <meebey at debian.org>  Sun, 06 Dec 2009 14:19:02 +0100
 

Modified: packages/unstable/gmime2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gmime2.4/debian/rules?rev=22516&op=diff
==============================================================================
--- packages/unstable/gmime2.4/debian/rules [utf-8] (original)
+++ packages/unstable/gmime2.4/debian/rules [utf-8] Sun Dec  6 16:17:49 2009
@@ -10,6 +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
 
 -include /usr/share/cli-common/cli.make
 include /usr/share/quilt/quilt.make
@@ -50,6 +51,9 @@
 override_dh_makeclilibs:
 	dh_makeclilibs -m $(DEB_CLI_API_VERSION)
 
+override_dh_makeshlibs:
+	dh_makeshlibs -m $(DEB_C_API_VERSION)
+
 override_dh_clean: unpatch
 	dh_clean
 	




More information about the pkg-gnome-commits mailing list