[Pkg-scicomp-commits] lapack/trunk/debian

Rafael Laboissiere rafael at debian.org
Wed Jan 7 23:54:21 UTC 2009


SVN commit 4079 by rafael:

Call web2png with -d option

 M  +3 -0      lapack/trunk/debian/changelog  
 M  +1 -1      lapack/trunk/debian/rules  


--- lapack/trunk/debian/changelog #4078:4079
@@ -12,6 +12,9 @@
     + Use DM-DM-Upload-Allowed field instead of XS-DM-Upload-Allowed
     + Add myself to the list of Uploaders
   * debian/orig-tar.sh: Include the LUG files into the generated tarball
+  * debian/rules: Call web2png with -d option, such that original GIF, as
+    well as the *.bak files are deleted when adding the LUG files to the
+    tarball
 
  -- Rafael Laboissiere <rafael at debian.org>  Wed, 07 Jan 2009 12:07:55 +0000
 
--- lapack/trunk/debian/rules #4078:4079
@@ -85,7 +85,7 @@
 		for i in $$(ls -1 *.html); do \
 			cat $$i | sed "s,http://www.netlib.org/utk/icons/,,g" >tmp && mv tmp $$i ; \
 		done )
-	cd $(@D) && web2png -a && rm -f *.gif
+	cd $(@D) && web2png -a -d
 
 doc: lug/index.html debian/lapackqref.ps man\
      debian/release_notes.html debian/errata.lug debian/installation.hints\



More information about the Pkg-scicomp-commits mailing list