r50701 - in /desktop/unstable/gnome-online-miners/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Sep 18 20:59:59 UTC 2016


Author: biebl
Date: Sun Sep 18 20:59:59 2016
New Revision: 50701

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50701
Log:
Pass --as-needed to dh_autoreconf and to the linker to reduce runtime
dependencies.

Modified:
    desktop/unstable/gnome-online-miners/debian/changelog
    desktop/unstable/gnome-online-miners/debian/rules

Modified: desktop/unstable/gnome-online-miners/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-online-miners/debian/changelog?rev=50701&op=diff
==============================================================================
--- desktop/unstable/gnome-online-miners/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-online-miners/debian/changelog	[utf-8] Sun Sep 18 20:59:59 2016
@@ -3,6 +3,8 @@
   * New upstream release.
   * Bump debhelper compat level to 10.
   * Add Build-Depends on gnome-common, required by autoreconf.
+  * Pass --as-needed to dh_autoreconf and to the linker to reduce runtime
+    dependencies.
 
  -- Michael Biebl <biebl at debian.org>  Sun, 18 Sep 2016 22:39:51 +0200
 

Modified: desktop/unstable/gnome-online-miners/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-online-miners/debian/rules?rev=50701&op=diff
==============================================================================
--- desktop/unstable/gnome-online-miners/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-online-miners/debian/rules	[utf-8] Sun Sep 18 20:59:59 2016
@@ -3,9 +3,13 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
 %:
 	dh $@  --with gnome
+
+override_dh_autoreconf:
+	dh_autoreconf --as-needed
 
 override_dh_auto_configure:
 	dh_auto_configure -- --libexec=/usr/lib/gnome-online-miners




More information about the pkg-gnome-commits mailing list