r38667 - in /packages/lapack/trunk/debian: changelog orig-tar.sh patches/fixMan.diff patches/series patches/squeleton.diff
sylvestre at users.alioth.debian.org
sylvestre at users.alioth.debian.org
Thu Aug 4 16:33:53 UTC 2011
Author: sylvestre
Date: Thu Aug 4 16:33:52 2011
New Revision: 38667
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=38667
Log:
beginning of the packaging of version 3.1.1
Removed:
packages/lapack/trunk/debian/patches/fixMan.diff
packages/lapack/trunk/debian/patches/squeleton.diff
Modified:
packages/lapack/trunk/debian/changelog
packages/lapack/trunk/debian/orig-tar.sh
packages/lapack/trunk/debian/patches/series
Modified: packages/lapack/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/lapack/trunk/debian/changelog?rev=38667&op=diff
==============================================================================
--- packages/lapack/trunk/debian/changelog (original)
+++ packages/lapack/trunk/debian/changelog Thu Aug 4 16:33:52 2011
@@ -1,3 +1,10 @@
+lapack (3.3.1-1) unstable; urgency=low
+
+ * New upstream release
+ * man fixes removed (applied upstream)
+
+ -- Sylvestre Ledru <sylvestre at debian.org> Wed, 18 May 2011 00:03:55 +0200
+
lapack (3.3.0-4) unstable; urgency=low
* Fix the manpages issues
Modified: packages/lapack/trunk/debian/orig-tar.sh
URL: http://svn.debian.org/wsvn/debian-science/packages/lapack/trunk/debian/orig-tar.sh?rev=38667&op=diff
==============================================================================
--- packages/lapack/trunk/debian/orig-tar.sh (original)
+++ packages/lapack/trunk/debian/orig-tar.sh Thu Aug 4 16:33:52 2011
@@ -12,14 +12,13 @@
echo "Downloading manpages from netlib website"
wget http://www.netlib.org/lapack/manpages.tgz >/dev/null 2>&1
echo "Unpack manpages.tgz"
-tar zxf manpages.tgz --strip-components 1
+tar zxvf manpages.tgz --strip-components 1
rm manpages.tgz
mv TESTING testing; ln -s testing TESTING
mv SRC src; ln -s src SRC
mv INSTALL install; ln -s install INSTALL
mv BLAS blas; ln -s blas BLAS
-mv manpages/man .
-rm -rf manpages
+rm -rf blas/man/
)
RULES=$(pwd)/debian/rules
(cd $DIR ; $RULES lug/index.html)
Modified: packages/lapack/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/lapack/trunk/debian/patches/series?rev=38667&op=diff
==============================================================================
--- packages/lapack/trunk/debian/patches/series (original)
+++ packages/lapack/trunk/debian/patches/series Thu Aug 4 16:33:52 2011
@@ -1,4 +1,2 @@
-fixMan.diff
-squeleton.diff
LAPACK_version.diff
misaligned.diff
More information about the debian-science-commits
mailing list