r42574 - in /desktop/unstable/gdm3/debian: changelog rules

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Sat Sep 6 16:22:19 UTC 2014


Author: bigon
Date: Sat Sep  6 16:22:19 2014
New Revision: 42574

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=42574
Log:
s/DEB_CFLAGS_MAINT_APPEND/DEB_LDFLAGS_MAINT_APPEND/g

Modified:
    desktop/unstable/gdm3/debian/changelog
    desktop/unstable/gdm3/debian/rules

Modified: desktop/unstable/gdm3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/changelog?rev=42574&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gdm3/debian/changelog	[utf-8] Sat Sep  6 16:22:19 2014
@@ -6,10 +6,10 @@
     configuration files (Closes: #760073)
   * debian/rules: Remove duplicate call to dh_systemd_* helpers
   * debian/rules: Pass --as-needed to dh_autoreconf and export "-Wl,-z,defs
-    -Wl,-O1 -Wl,--as-needed" to DEB_CFLAGS_MAINT_APPEND
+    -Wl,-O1 -Wl,--as-needed" to DEB_LDFLAGS_MAINT_APPEND
   * debian/rules: Explicitly enable wayland support on linux architectures
 
- -- Laurent Bigonville <bigon at debian.org>  Sat, 06 Sep 2014 18:19:03 +0200
+ -- Laurent Bigonville <bigon at debian.org>  Sat, 06 Sep 2014 18:21:52 +0200
 
 gdm3 (3.12.2-2.1) unstable; urgency=medium
 

Modified: desktop/unstable/gdm3/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/rules?rev=42574&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/rules	[utf-8] (original)
+++ desktop/unstable/gdm3/debian/rules	[utf-8] Sat Sep  6 16:22:19 2014
@@ -14,7 +14,7 @@
 
 DEB_DH_AUTORECONF_ARGS = --as-needed
 
-export DEB_CFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 include /usr/share/dpkg/buildflags.mk
 
 GNOME_MODULE := gdm




More information about the pkg-gnome-commits mailing list