r34903 - in /desktop/unstable/gcalctool/debian: changelog rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Tue May 15 14:01:33 UTC 2012
Author: biebl
Date: Tue May 15 14:01:33 2012
New Revision: 34903
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=34903
Log:
Don't override LDFLAGS so hardening build flags are correctly applied.
Modified:
desktop/unstable/gcalctool/debian/changelog
desktop/unstable/gcalctool/debian/rules
Modified: desktop/unstable/gcalctool/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gcalctool/debian/changelog?rev=34903&op=diff
==============================================================================
--- desktop/unstable/gcalctool/debian/changelog [utf-8] (original)
+++ desktop/unstable/gcalctool/debian/changelog [utf-8] Tue May 15 14:01:33 2012
@@ -1,3 +1,9 @@
+gcalctool (6.4.2.1-2) UNRELEASED; urgency=low
+
+ * Don't override LDFLAGS so hardening build flags are correctly applied.
+
+ -- Michael Biebl <biebl at debian.org> Tue, 15 May 2012 15:56:02 +0200
+
gcalctool (6.4.2.1-1) unstable; urgency=low
* New upstream translation release.
Modified: desktop/unstable/gcalctool/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gcalctool/debian/rules?rev=34903&op=diff
==============================================================================
--- desktop/unstable/gcalctool/debian/rules [utf-8] (original)
+++ desktop/unstable/gcalctool/debian/rules [utf-8] Tue May 15 14:01:33 2012
@@ -6,4 +6,4 @@
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
-DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-z,defs -Wl,-O1 -Wl,--as-needed"
+LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
More information about the pkg-gnome-commits
mailing list