[Python-apps-commits] r6452 - in packages/parti-all/trunk/debian (changelog rules)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Sat Jan 1 21:02:58 UTC 2011
Date: Saturday, January 1, 2011 @ 21:02:51
Author: jwilk
Revision: 6452
Export LDFLAGS in debian/rules.
Modified:
packages/parti-all/trunk/debian/changelog
packages/parti-all/trunk/debian/rules
Modified: packages/parti-all/trunk/debian/changelog
===================================================================
--- packages/parti-all/trunk/debian/changelog 2011-01-01 17:31:15 UTC (rev 6451)
+++ packages/parti-all/trunk/debian/changelog 2011-01-01 21:02:51 UTC (rev 6452)
@@ -36,6 +36,8 @@
- run_xauth.patch: Run xauth regardless of __debug__.
* Install upstream changelog file.
+ [ Jakub Wilk ]
+ * Export LDFLAGS in debian/rules.
-- Ø£ØÙ
د اÙÙ
ØÙ
ÙØ¯Ù (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org> Thu, 30 Dec 2010 09:51:15 +0200
Modified: packages/parti-all/trunk/debian/rules
===================================================================
--- packages/parti-all/trunk/debian/rules 2011-01-01 17:31:15 UTC (rev 6451)
+++ packages/parti-all/trunk/debian/rules 2011-01-01 21:02:51 UTC (rev 6452)
@@ -1,5 +1,5 @@
#!/usr/bin/make -f
-LDFLAGS=-Wl,--as-needed
+export LDFLAGS=-Wl,--as-needed
%:
dh $@ --with python2
More information about the Python-apps-commits
mailing list