r34592 - in /desktop/unstable/gtk+3.0/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Apr 25 01:55:01 UTC 2012


Author: biebl
Date: Wed Apr 25 01:55:01 2012
New Revision: 34592

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=34592
Log:
Simplify shlibs version information for libgail-3-0 and no longer create a
dependency on libgail-3-common, this package has been dropped in 3.2.

Modified:
    desktop/unstable/gtk+3.0/debian/changelog
    desktop/unstable/gtk+3.0/debian/rules

Modified: desktop/unstable/gtk+3.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/changelog?rev=34592&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/changelog [utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/changelog [utf-8] Wed Apr 25 01:55:01 2012
@@ -1,3 +1,10 @@
+gtk+3.0 (3.4.1-3) UNRELEASED; urgency=low
+
+  * Simplify shlibs version information for libgail-3-0 and no longer create a
+    dependency on libgail-3-common, this package has been dropped in 3.2.
+
+ -- Michael Biebl <biebl at debian.org>  Wed, 25 Apr 2012 03:50:54 +0200
+
 gtk+3.0 (3.4.1-2) unstable; urgency=low
 
   * Upload to unstable.

Modified: desktop/unstable/gtk+3.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/rules?rev=34592&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/rules [utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/rules [utf-8] Wed Apr 25 01:55:01 2012
@@ -23,7 +23,6 @@
 
 APIVER := 3
 SONAME := 0
-SHVER := 3.3.18
 
 LIBDIR := usr/lib/$(DEB_HOST_MULTIARCH)
 
@@ -78,7 +77,7 @@
 DEB_INSTALL_DOCS_$(DOC_PKG) += -X.in
 DEB_DH_MAKESHLIBS_ARGS_ALL += -X$(MODULES_BASE_PATH)
 DEB_DH_MAKESHLIBS_ARGS_$(SHARED_PKG) += -V --add-udeb=$(UDEB_PKG) -- -c4
-DEB_DH_MAKESHLIBS_ARGS_libgail-3-0 += -V"libgail-3-0 (>= $(SHVER)), libgail-3-common (>= $(SHVER))" -- -c4
+DEB_DH_MAKESHLIBS_ARGS_libgail-3-0 += -V -- -c4
 DEB_DH_FIXPERMS_ARGS_ALL += -X$(LIBDIR)/$(SHARED_PKG)
 DEB_DH_STRIP_ARGS = --dbg-package=$(if $(findstring libgail,$(cdbs_curpkg)),libgail-3-0-dbg,$(DEBUG_PKG))
 DEB_DH_STRIP_ARGS_$(UDEB_PKG) =




More information about the pkg-gnome-commits mailing list