[SCM] wxMaxima packaging branch, master, updated. debian/0.8.2-1-8-g0cc11c2

Frank S. Thomas fst at debian.org
Sat Aug 29 09:27:04 UTC 2009


The following commit has been merged in the master branch:
commit a246b15916df2032b94200ddd4e0b498349877b0
Author: Frank S. Thomas <fst at debian.org>
Date:   Sat Aug 29 10:56:31 2009 +0200

    Do not build with the deprecated --enable-unicode-glyphs option.

diff --git a/debian/changelog b/debian/changelog
index 9ddc608..b1c1b1d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ wxmaxima (0.8.3a-1) UNRELEASED; urgency=low
   * debian/patches/: wxmaxima.desktop was updated upstream according to the
     latest freedesktop.org specs so reduced 201_fix_desktop_file.patch to the
     Debian specific bits and renamed it to 002_adapt_desktop_file.patch.
+  * debian/rules: Do not configure with "--enable-unicode-glyphs" because this
+    option has been removed in this release.
 
  -- Frank S. Thomas <fst at debian.org>  Sat, 29 Aug 2009 09:52:40 +0200
 
diff --git a/debian/rules b/debian/rules
index 81c5ecf..0b59872 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,6 @@ override_dh_auto_configure:
 	
 	dh_auto_configure -- \
 	  $(confflags) \
-	  --enable-unicode-glyphs \
 	  --enable-printing \
 	  CXXFLAGS="$(CXXFLAGS) -Wall" \
 	  LDFLAGS="$(LDFLAGS) -Wl,--as-needed"

-- 
wxMaxima packaging



More information about the debian-science-commits mailing list