[Pkg-xfce-commits] r10023 - in /goodies/trunk/xfce4-pulseaudio-plugin/debian: changelog rules

Unit 193 unit193-guest at moszumanska.debian.org
Wed Sep 6 12:09:14 UTC 2017


Author: unit193-guest
Date: Wed Sep  6 12:09:14 2017
New Revision: 10023

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=10023
Log:
d/rules: Drop unneeded LDFLAGS and CFLAGS overrides.

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=10023&op=diff
==============================================================================
--- goodies/trunk/xfce4-pulseaudio-plugin/debian/changelog	(original)
+++ goodies/trunk/xfce4-pulseaudio-plugin/debian/changelog	Wed Sep  6 12:09:14 2017
@@ -8,6 +8,8 @@
   * d/copyright:
     - Update copyright information, adding authors and updating years.
     - Use https where possible.
+  * d/rules:
+    - Drop unneeded LDFLAGS and CFLAGS overrides.
 
  -- 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=10023&op=diff
==============================================================================
--- goodies/trunk/xfce4-pulseaudio-plugin/debian/rules	(original)
+++ goodies/trunk/xfce4-pulseaudio-plugin/debian/rules	Wed Sep  6 12:09:14 2017
@@ -5,8 +5,7 @@
 DPKG_EXPORT_BUILDFLAGS = 1
 include /usr/share/dpkg/default.mk
 export DEB_BUILD_MAINT_OPTIONS  = hardening=+all
-export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed -Wl,-O1 -Wl,-z,defs
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 %:
 	dh $@  --with autotools-dev




More information about the Pkg-xfce-commits mailing list