r51935 - in /packages/unstable/libproxy/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Jan 22 12:58:16 UTC 2017


Author: biebl
Date: Sun Jan 22 12:58:15 2017
New Revision: 51935

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=51935
Log:
Use DEB_LDFLAGS_MAINT_APPEND to pass additional flags to the linker.

Modified:
    packages/unstable/libproxy/debian/changelog
    packages/unstable/libproxy/debian/rules

Modified: packages/unstable/libproxy/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libproxy/debian/changelog?rev=51935&op=diff
==============================================================================
--- packages/unstable/libproxy/debian/changelog	[utf-8] (original)
+++ packages/unstable/libproxy/debian/changelog	[utf-8] Sun Jan 22 12:58:15 2017
@@ -4,6 +4,7 @@
   * Switch Build-Depends from network-manager-dev to the newer libnm-dev.
     While the code has a fallback for the older header files, the new ones
     provided by libnm are preferred by upstream.
+  * Use DEB_LDFLAGS_MAINT_APPEND to pass additional flags to the linker.
 
  -- Michael Biebl <biebl at debian.org>  Sun, 22 Jan 2017 13:27:09 +0100
 

Modified: packages/unstable/libproxy/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libproxy/debian/rules?rev=51935&op=diff
==============================================================================
--- packages/unstable/libproxy/debian/rules	[utf-8] (original)
+++ packages/unstable/libproxy/debian/rules	[utf-8] Sun Jan 22 12:58:15 2017
@@ -5,7 +5,7 @@
 
 #export DH_VERBOSE=1
 
-export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 # only invoke dh --with cli if cli-common-dev is present
 WITH_CLI = 




More information about the pkg-gnome-commits mailing list