r35729 - in /desktop/unstable/glib2.0/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Sep 19 19:25:41 UTC 2012


Author: biebl
Date: Wed Sep 19 19:25:41 2012
New Revision: 35729

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=35729
Log:
Explicitly set the shlibs version to 2.32.3 to not generate overly strict
dependencies for udeb packages.

Modified:
    desktop/unstable/glib2.0/debian/changelog
    desktop/unstable/glib2.0/debian/rules

Modified: desktop/unstable/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/changelog?rev=35729&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/changelog [utf-8] (original)
+++ desktop/unstable/glib2.0/debian/changelog [utf-8] Wed Sep 19 19:25:41 2012
@@ -1,3 +1,10 @@
+glib2.0 (2.33.12+really2.32.3-2) UNRELEASED; urgency=low
+
+  * Explicitly set the shlibs version to 2.32.3 to not generate overly strict
+    dependencies for udeb packages.
+
+ -- Michael Biebl <biebl at debian.org>  Wed, 19 Sep 2012 21:24:22 +0200
+
 glib2.0 (2.33.12+really2.32.3-1) unstable; urgency=low
 
   * Brown paper bag upload

Modified: desktop/unstable/glib2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/rules?rev=35729&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/rules [utf-8] (original)
+++ desktop/unstable/glib2.0/debian/rules [utf-8] Wed Sep 19 19:25:41 2012
@@ -27,6 +27,7 @@
 
 APIVER := 2.0
 SONAME := 0
+SHVER := 2.32.3
 
 # package names
 SHARED_PKG := libglib$(APIVER)-$(SONAME)
@@ -44,7 +45,7 @@
 DEB_DH_INSTALL_ARGS_$(UDEB_PKG) += --sourcedir=debian/install/udeb
 DEB_DH_INSTALL_ARGS_$(REFDBG_PKG) += --sourcedir=debian/install/refdbg
 
-DEB_DH_MAKESHLIBS_ARGS_$(SHARED_PKG) += -V --add-udeb=$(UDEB_PKG) -- -c4
+DEB_DH_MAKESHLIBS_ARGS_$(SHARED_PKG) += -V'$(SHARED_PKG) (>= $(SHVER))' --add-udeb=$(UDEB_PKG) -- -c4
 DEB_DH_MAKESHLIBS_ARGS_$(REFDBG_PKG) = --no-act
 DEB_DH_STRIP_ARGS_$(REFDBG_PKG) = --no-act
 # Don't put the symbols in the -dbg package




More information about the pkg-gnome-commits mailing list