[Pkg-scicomp-devel] gnudatalanguage/trunk/debian
Christian T. Steigies
cts at debian.org
Tue Oct 2 23:31:49 UTC 2007
SVN commit 1845 by cts:
update for 0.9pre5
M +7 -1 gnudatalanguage/trunk/debian/changelog
M +9 -7 gnudatalanguage/trunk/debian/patches/006_autoconf_python_version.patch
M +1 -1 gnudatalanguage/trunk/debian/rules
--- gnudatalanguage/trunk/debian/changelog #1844:1845
@@ -1,3 +1,9 @@
+gnudatalanguage (0.8.99+0.9pre5-1) experimental; urgency=low
+
+ * new upstream version
+
+ -- Christian T. Steigies <cts at debian.org> Wed, 3 Oct 2007 00:51:51 +0200
+
gnudatalanguage (0.8.99+0.9pre4-3) experimental; urgency=low
[ Rafael Laboissiere ]
@@ -4,7 +10,7 @@
* debian/control: Added XS-Vcs-Svn and XS-Vcs-Browser fields to the Source
section
- --
+ -- Rafael Laboissiere <rafael at debian.org> Thu, 8 Mar 2007 16:13:47 +0100
gnudatalanguage (0.8.99+0.9pre4-2) experimental; urgency=low
--- gnudatalanguage/trunk/debian/patches/006_autoconf_python_version.patch #1844:1845
@@ -1,6 +1,8 @@
---- configure.in 2006-12-29 21:37:42.000000000 +0100
-+++ configure.in 2006-12-29 21:37:21.000000000 +0100
-@@ -479,10 +479,10 @@
+Index: build-tree/gdl-0.9pre5/configure.in
+===================================================================
+--- build-tree.orig/gdl-0.9pre5/configure.in 2007-10-03 00:54:55.000000000 +0200
++++ build-tree/gdl-0.9pre5/configure.in 2007-10-03 00:59:06.000000000 +0200
+@@ -552,10 +552,10 @@
echo -n "Automatic determination of python version."
@@ -8,9 +10,9 @@
+ queryfile=$srcdir/query_version.py
echo # tmp file auto (re)generated by GDL configure. Please delete > $queryfile
- echo import sys >> $queryfile
-- echo print sys.version.split\(\'.\'\)[\[0\]]+\".\"+sys.version.split\(\'.\'\)[\[1\]] >> $queryfile
+- echo print \'%s.%s\' % sys.version_info[\[0:2\]] >> $queryfile
+ echo 'import sys, string' >> $queryfile
+ echo 'print string.join(sys.version.split(" ")[[0]].split(".")[[0:2]],".")' >> $queryfile
- PYTHON_VERSION=`python $queryfile`
- rm $queryfile
- fi
+ dnl echo print sys.version.split\(\'.\'\)[\[0\]]+\".\"+sys.version.split\(\'.\'\)[\[1\]] >> $queryfile
+
+ PYTHON_VERSION=`python $queryfile`
--- gnudatalanguage/trunk/debian/rules #1844:1845
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-DEB_TAR_SRCDIR := gdl-0.9pre4
+DEB_TAR_SRCDIR := gdl-0.9pre5
DEB_AUTO_UPDATE_ACLOCAL := 1.9
DEB_AUTO_UPDATE_AUTOMAKE := 1.9
More information about the Pkg-scicomp-devel
mailing list