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

Rafael Laboissiere rafael at debian.org
Thu Jan 17 23:13:29 UTC 2008


SVN commit 2020 by rafael:

Since xmds 1.6-1, there is no need for calling autoconf, because
configure.in was fixed upstream.  Dropped the setting of the
variables DEB_AUTO_UPDATE_AUTOCONF as well as the hacks around the
autotools files that should be preserved.


 M  +6 -1      xmds/trunk/debian/changelog  
 M  +0 -16     xmds/trunk/debian/rules  


--- xmds/trunk/debian/changelog #2019:2020
@@ -4,7 +4,12 @@
   * debian/control:
     + Build-depends on octave3.0-headers instead of 2.9
     + Use ${octave-3-0:Depends} in Suggests field
-  * debian/rules: Call octave3.0-depends instead of octave2.9-depends
+  * debian/rules:
+    + Call octave3.0-depends instead of octave2.9-depends
+    + Since xmds 1.6-1, there is no need for calling autoconf, because
+      configure.in was fixed upstream.  Dropped the setting of the
+      variables DEB_AUTO_UPDATE_AUTOCONF as well as the hacks around the
+      autotools files that should be preserved.
   * debian/patches/loadxsil-varnames-cell.patch: Dropped patch (applied
     upstream)
 
--- xmds/trunk/debian/rules #2019:2020
@@ -17,18 +17,7 @@
 	--with-mpi-compiler=mpicxx
 
 DEB_COMPRESS_EXCLUDE = .xmds
-DEB_AUTO_UPDATE_AUTOCONF = 1
 
-preserved_files = configure source/config.h.in source/xmdsconfig.h
-
-makebuilddir/xmds::
-	# Save files that will be changed by the autotools
-	for i in $(preserved_files) ; do	\
-		if ! test -e $$i-orig ; then	\
-			cp $$i $$i-orig ;	\
-		fi ;				\
-	done
-
 build/xmds:: make-examples-stamp
 make-examples-stamp:
 	# Run test
@@ -56,9 +45,4 @@
 clean::
 	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	\
-			mv $$i-orig $$i ;	\
-		fi ;				\
 	done



More information about the Pkg-scicomp-devel mailing list