r47989 - in /desktop/unstable/cheese/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sat Apr 16 01:52:24 UTC 2016


Author: biebl
Date: Sat Apr 16 01:52:24 2016
New Revision: 47989

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=47989
Log:
Use DEB_DH_MAKESHLIBS_ARGS_ALL to pass additional arguments to
dh_makeshlibs. This avoids having to update the library names on every
soname bump.

Modified:
    desktop/unstable/cheese/debian/changelog
    desktop/unstable/cheese/debian/rules

Modified: desktop/unstable/cheese/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/cheese/debian/changelog?rev=47989&op=diff
==============================================================================
--- desktop/unstable/cheese/debian/changelog	[utf-8] (original)
+++ desktop/unstable/cheese/debian/changelog	[utf-8] Sat Apr 16 01:52:24 2016
@@ -1,6 +1,9 @@
 cheese (3.20.1-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Use DEB_DH_MAKESHLIBS_ARGS_ALL to pass additional arguments to
+    dh_makeshlibs. This avoids having to update the library names on every
+    soname bump.
 
  -- Michael Biebl <biebl at debian.org>  Sat, 16 Apr 2016 03:42:20 +0200
 

Modified: desktop/unstable/cheese/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/cheese/debian/rules?rev=47989&op=diff
==============================================================================
--- desktop/unstable/cheese/debian/rules	[utf-8] (original)
+++ desktop/unstable/cheese/debian/rules	[utf-8] Sat Apr 16 01:52:24 2016
@@ -15,8 +15,7 @@
 DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
-DEB_DH_MAKESHLIBS_ARGS_libcheese7 += -V -- -c4
-DEB_DH_MAKESHLIBS_ARGS_libcheese-gtk23 += -V -- -c4
+DEB_DH_MAKESHLIBS_ARGS_ALL += -V -- -c4
 
 clean::
 	rm -rf *vala.stamp




More information about the pkg-gnome-commits mailing list