[SCM] TkGate packaging branch, master, updated. 673520c637aae6ec1efe3a5df40beeff7ac17f5a

أحمد المحمودي (Ahmed El-Mahmoudy) aelmahmoudy at users.sourceforge.net
Thu Oct 1 12:49:33 UTC 2009


The following commit has been merged in the master branch:
commit 2c924abedc5069d5e522d169872e5a916e2be406
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at users.sourceforge.net>
Date:   Sun Jul 26 12:22:40 2009 +0300

    Added an override for dh_auto_configure to pass
    LDFLAGS="-Wl,--as-needed" to configure script to avoid linking tkgate
    with un-necessary libraries

diff --git a/debian/rules b/debian/rules
index 768ad83..a167591 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,9 @@
 %:
 	dh $@ --with quilt
 
+override_dh_auto_configure:
+	dh_auto_configure -- LDFLAGS="-Wl,--as-needed"
+
 override_dh_install:
 	dh_install -Xlicense.txt -Xlibexec
 

-- 
TkGate packaging



More information about the debian-science-commits mailing list