r52053 - in /desktop/unstable/gnome-bluetooth/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Feb 22 14:03:46 UTC 2017


Author: biebl
Date: Wed Feb 22 14:03:46 2017
New Revision: 52053

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=52053
Log:
Use as-needed to avoid unnecessary library dependencies.

Modified:
    desktop/unstable/gnome-bluetooth/debian/changelog
    desktop/unstable/gnome-bluetooth/debian/rules

Modified: desktop/unstable/gnome-bluetooth/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-bluetooth/debian/changelog?rev=52053&op=diff
==============================================================================
--- desktop/unstable/gnome-bluetooth/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-bluetooth/debian/changelog	[utf-8] Wed Feb 22 14:03:46 2017
@@ -4,6 +4,7 @@
   * Bump debhelper compat level to 10 for automatic dh-autoreconf.
   * Update symbols file for libgnome-bluetooth13 for the
     bluetooth_type_to_filter_string API addition.
+  * Use as-needed to avoid unnecessary library dependencies.
 
  -- Michael Biebl <biebl at debian.org>  Wed, 22 Feb 2017 14:32:25 +0100
 

Modified: desktop/unstable/gnome-bluetooth/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-bluetooth/debian/rules?rev=52053&op=diff
==============================================================================
--- desktop/unstable/gnome-bluetooth/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-bluetooth/debian/rules	[utf-8] Wed Feb 22 14:03:46 2017
@@ -2,8 +2,13 @@
 
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+
 %:
 	dh $@ --with gir,gnome
+
+override_dh_autoreconf:
+	dh_autoreconf --as-needed
 
 override_dh_auto_configure:
 	dh_auto_configure -- \




More information about the pkg-gnome-commits mailing list