[SCM] wxMaxima packaging branch, master, updated. debian/0.8.1-1-6-gf8fa3d0

Frank S. Thomas fst at debian.org
Sun Jun 28 12:44:19 UTC 2009


The following commit has been merged in the master branch:
commit f8fa3d02c67b4cd957bc5d17140b431bdfd5c78a
Author: Frank S. Thomas <fst at debian.org>
Date:   Sun Jun 28 14:31:50 2009 +0200

    Update config.{guess,sub} at build time.
    
    Update config.{guess,sub} at build time and therefore added autotools-dev
    to Build-Depends.

diff --git a/debian/changelog b/debian/changelog
index 5b4b3c6..1b46930 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,14 @@
 wxmaxima (0.8.2-1) unstable; urgency=low
 
   * New upstream release.
-  * debian/rules: Set configure's --build and --host options properly according
-    to the autotools-dev documentation.
+  * debian/rules: Set configure's --build and --host options properly
+    according to the autotools-dev documentation.
   * debian/patches/: Added 001_renamed_client_to_server.patch so that wxMaxima
     works with Maxima (<< 5.18).
   * debian/control: This version requires wxWidgets (>= 2.8.4), bumped
     build-dependency accordingly.
+  * Update config.{guess,sub} at build time and therefore added autotools-dev
+    to Build-Depends.
 
  -- Frank S. Thomas <fst at debian.org>  Sun, 28 Jun 2009 13:58:42 +0200
 
diff --git a/debian/control b/debian/control
index ebfe700..99309d2 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: math
 Priority: optional
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Frank S. Thomas <fst at debian.org>
-Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7),
+Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7), autotools-dev,
  libwxgtk2.8-dev (>= 2.8.4)
 Standards-Version: 3.8.2
 Vcs-Git: git://git.debian.org/git/debian-science/packages/wxmaxima.git
diff --git a/debian/rules b/debian/rules
index 6411e64..81c5ecf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,9 @@ endif
 	dh $@ --with quilt
 
 override_dh_auto_configure:
+	cp -f /usr/share/misc/config.guess .
+	cp -f /usr/share/misc/config.sub .
+	
 	dh_auto_configure -- \
 	  $(confflags) \
 	  --enable-unicode-glyphs \

-- 
wxMaxima packaging



More information about the debian-science-commits mailing list