[SCM] wxMaxima packaging branch, master, updated. debian/0.7.1-1-18-gad59c1b

Frank S. Thomas fst at debian.org
Sat Jun 27 06:40:26 UTC 2009


The following commit has been merged in the master branch:
commit ad59c1ba000c9eb13302c873805d3068427c510b
Author: Frank S. Thomas <fst at debian.org>
Date:   Sat Jun 27 08:40:02 2009 +0200

    Compile with -Wall and link with --as-needed.

diff --git a/debian/rules b/debian/rules
index a667ef0..00e47a4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,13 @@
 %:
 	dh $@ --with quilt
 
+override_dh_auto_configure:
+	dh_auto_configure -- \
+	  --enable-unicode-glyphs \
+	  --enable-printing \
+	  CXXFLAGS="$(CXXFLAGS) -Wall" \
+	  LDFLAGS="$(LDFLAGS) -Wl,--as-needed"
+
 override_dh_auto_install:
 	dh_auto_install
 	rm debian/wxmaxima/usr/share/wxMaxima/COPYING

-- 
wxMaxima packaging



More information about the debian-science-commits mailing list