r14729 - in /packages/experimental/libepc/debian: changelog rules

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Sun Feb 24 12:11:28 UTC 2008


Author: pochu-guest
Date: Sun Feb 24 12:11:28 2008
New Revision: 14729

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=14729
Log:
* Bump shlibs to 0.3.4 as we build with MIME type support and that
  might change the library ABI.
* Rename 'api-break' to 'api-change' in debian/rules.

Modified:
    packages/experimental/libepc/debian/changelog
    packages/experimental/libepc/debian/rules

Modified: packages/experimental/libepc/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/libepc/debian/changelog?rev=14729&op=diff
==============================================================================
--- packages/experimental/libepc/debian/changelog (original)
+++ packages/experimental/libepc/debian/changelog Sun Feb 24 12:11:28 2008
@@ -6,11 +6,14 @@
   * Build depend on libsoup2.4-dev, instead of libsoup2.2-dev.
   * Require libglib2.0-dev >= 2.15.1 to get GIO support. This enables
     mimetype detection in libepc.
+  * Bump shlibs to 0.3.4 as we build with MIME type support and that
+    might change the library ABI.
+  * Rename 'api-break' to 'api-change' in debian/rules.
 
   [ Loic Minier ]
   * Include check-dist.mk to prevent accidental upload to unstable.
 
- -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Mon, 18 Feb 2008 21:16:02 +0100
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Sun, 24 Feb 2008 13:08:41 +0100
 
 libepc (0.3.4-1) unstable; urgency=low
 

Modified: packages/experimental/libepc/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/libepc/debian/rules?rev=14729&op=diff
==============================================================================
--- packages/experimental/libepc/debian/rules (original)
+++ packages/experimental/libepc/debian/rules Sun Feb 24 12:11:28 2008
@@ -13,7 +13,7 @@
 
 libepc = $(shell sed -nr 's/Package:[[:space:]]*(libepc-[0-9](.*))*$$/\1/p' debian/control)
 libepc-ui = $(shell sed -nr 's/Package:[[:space:]]*(libepc-ui-[0-9](.*))*$$/\1/p' debian/control)
-api-break = 0.3.0
+api-change = 0.3.4
 
-DEB_DH_MAKESHLIBS_ARGS_$(libepc) = -V '$(libepc) (>= $(api-break))'
-DEB_DH_MAKESHLIBS_ARGS_$(libepc-ui) = -V '$(libepc-ui) (>= $(api-break))'
+DEB_DH_MAKESHLIBS_ARGS_$(libepc) = -V '$(libepc) (>= $(api-change))'
+DEB_DH_MAKESHLIBS_ARGS_$(libepc-ui) = -V '$(libepc-ui) (>= $(api-change))'




More information about the pkg-gnome-commits mailing list