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

Rafael Laboissiere rafael at debian.org
Wed Jan 7 21:35:06 UTC 2009


SVN commit 4077 by rafael:

Include the LUG files into the generated tarball


 M  +1 -0      lapack/trunk/debian/changelog  
 M  +3 -1      lapack/trunk/debian/orig-tar.sh  


--- lapack/trunk/debian/changelog #4076:4077
@@ -13,6 +13,7 @@
     + Add ${misc:Depends} to liblapack-doc dependencies and make Lintian
       happy
     + Add myself to the list of Uploaders
+  * debian/orig-tar.sh: Include the LUG files into the generated tarball
 
  -- Rafael Laboissiere <rafael at debian.org>  Wed, 07 Jan 2009 12:07:55 +0000
 
--- lapack/trunk/debian/orig-tar.sh #4076:4077
@@ -20,8 +20,10 @@
 mv INSTALL install; ln -s install INSTALL
 mv BLAS blas; ln -s blas BLAS
 mv manpages/man .
-rm -rf manpages 
+rm -rf manpages
 )
+RULES=$(pwd)/debian/rules
+(cd $DIR ; $RULES lug/index.html)
 echo tar -c -z -f $TAR $DIR
 tar -c -z -f $TAR $DIR
 rm -rf $DIR



More information about the Pkg-scicomp-commits mailing list