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

Rafael Laboissiere rafael at debian.org
Thu Feb 28 16:08:31 UTC 2008


SVN commit 2211 by rafael:

Drop hacks for keeping upstream files unchanged

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


--- xmds/trunk/debian/changelog #2210:2211
@@ -3,8 +3,9 @@
   * New upstream release
   * debian/patches/g++-4.2-string-literal.patch: Dropped patch (applied
     upstream) 
+  * debian/rules: Drop hacks for keeping upstream files unchanged
 
- -- Rafael Laboissiere <rafael at debian.org>  Thu, 28 Feb 2008 16:12:15 +0100
+ -- Rafael Laboissiere <rafael at debian.org>  Thu, 28 Feb 2008 17:08:18 +0100
 
 xmds (1.6.4-1) unstable; urgency=low
 
--- xmds/trunk/debian/rules #2210:2211
@@ -17,16 +17,6 @@
 
 DEB_COMPRESS_EXCLUDE = .xmds
 
-preserved_files = source/xmds_config.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
@@ -53,9 +43,3 @@
 
 clean::
 	rm -rf config.log source/lorenz.* make-examples-stamp config.status
-	# 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