[Pkg-scicomp-devel] xmds/trunk/debian

Rafael Laboissiere rafael at debian.org
Wed Apr 4 22:44:10 UTC 2007


SVN commit 1494 by rafael:

Debian release xmds_1.5.3-9

 M  +8 -0      xmds/trunk/debian/changelog  
 M  +2 -1      xmds/trunk/debian/rules  


--- xmds/trunk/debian/changelog #1493:1494
@@ -1,3 +1,11 @@
+xmds (1.5.3-9) unstable; urgency=low
+
+  * debian/rules: Delete config.status in clean target
+  * debian/patches/gcc-4.3-include-cstdlib.patch: Make the sources compile
+    with GCC 4.3.  Thanks to Martin Michlmayr (closes: #417768).
+
+ -- Rafael Laboissiere <rafael at debian.org>  Wed,  4 Apr 2007 23:04:01 +0200
+
 xmds (1.5.3-8) unstable; urgency=low
 
   * debian/control:
--- xmds/trunk/debian/rules #1493:1494
@@ -52,7 +52,8 @@
 	cp debian/Makefile-examples $(expdir)/Makefile
 
 clean::
-	rm -rf config.log source/lorenz.* make-examples-stamp autom4te.cache
+	rm -rf config.log source/lorenz.* make-examples-stamp	\
+		config.status autom4te.cache
 	# Restored files changed by the autotools
 	for i in $(preserved_files) ; do	\
 		if test -e $$i-orig ; then	\



More information about the Pkg-scicomp-devel mailing list