[Pkg-xfce-commits] r10030 - in /goodies/trunk/xfce4-pulseaudio-plugin/debian: changelog rules
Unit 193
unit193-guest at moszumanska.debian.org
Sun Sep 10 19:38:41 UTC 2017
Author: unit193-guest
Date: Sun Sep 10 19:38:41 2017
New Revision: 10030
URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=10030
Log:
d/rules: Re-add dropped LDFLAGS.
Modified:
goodies/trunk/xfce4-pulseaudio-plugin/debian/changelog
goodies/trunk/xfce4-pulseaudio-plugin/debian/rules
Modified: goodies/trunk/xfce4-pulseaudio-plugin/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-pulseaudio-plugin/debian/changelog?rev=10030&op=diff
==============================================================================
--- goodies/trunk/xfce4-pulseaudio-plugin/debian/changelog (original)
+++ goodies/trunk/xfce4-pulseaudio-plugin/debian/changelog Sun Sep 10 19:38:41 2017
@@ -10,7 +10,7 @@
- Update copyright information, adding authors and updating years.
- Use https where possible.
* d/rules:
- - Drop unneeded appended flags from LDFLAGS and CFLAGS.
+ - Drop unneeded appended flags from CFLAGS.
- Drop --disable-silent-rules as it is default in debhelper now.
-- Yves-Alexis Perez <corsac at debian.org> Wed, 06 Sep 2017 08:03:10 -0400
Modified: goodies/trunk/xfce4-pulseaudio-plugin/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-pulseaudio-plugin/debian/rules?rev=10030&op=diff
==============================================================================
--- goodies/trunk/xfce4-pulseaudio-plugin/debian/rules (original)
+++ goodies/trunk/xfce4-pulseaudio-plugin/debian/rules Sun Sep 10 19:38:41 2017
@@ -5,7 +5,7 @@
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed -Wl,-O1 -Wl,-z,defs
%:
dh $@ --with autotools-dev
More information about the Pkg-xfce-commits
mailing list