[Python-apps-commits] r9028 - in packages/xpra/trunk/debian (changelog rules)
aelmahmoudy-guest at users.alioth.debian.org
aelmahmoudy-guest at users.alioth.debian.org
Sat Aug 18 12:23:14 UTC 2012
Date: Saturday, August 18, 2012 @ 12:23:13
Author: aelmahmoudy-guest
Revision: 9028
debian/rules: avoid dropping LDFLAGS when passing --as-needed (fixes
Hardening)
Thanks: Dmitry Smirnov <onlyjob at member.fsf.org>
Modified:
packages/xpra/trunk/debian/changelog
packages/xpra/trunk/debian/rules
Modified: packages/xpra/trunk/debian/changelog
===================================================================
--- packages/xpra/trunk/debian/changelog 2012-08-18 12:21:50 UTC (rev 9027)
+++ packages/xpra/trunk/debian/changelog 2012-08-18 12:23:13 UTC (rev 9028)
@@ -9,8 +9,10 @@
* debian/copyright:
+ Consolidated and updated copyright info.
+ Update copyright format.
+ * debian/rules: avoid dropping LDFLAGS when passing --as-needed (fixes
+ Hardening)
- -- Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org> Sat, 18 Aug 2012 14:19:55 +0200
+ -- Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org> Sat, 18 Aug 2012 14:22:31 +0200
xpra (0.3.4+dfsg-1) unstable; urgency=low
Modified: packages/xpra/trunk/debian/rules
===================================================================
--- packages/xpra/trunk/debian/rules 2012-08-18 12:21:50 UTC (rev 9027)
+++ packages/xpra/trunk/debian/rules 2012-08-18 12:23:13 UTC (rev 9028)
@@ -1,5 +1,5 @@
#!/usr/bin/make -f
-export LDFLAGS=-Wl,--as-needed
+export LDFLAGS=-Wl,--as-needed $(shell dpkg-buildflags --get LDFLAGS)
%:
dh $@ --with python2
More information about the Python-apps-commits
mailing list