r45670 - in /packages/lapack/branches: ./ wheezy/ wheezy/debian/changelog wheezy/debian/copyright wheezy/debian/orig-tar.sh wheezy/debian/watch
sebastien at users.alioth.debian.org
sebastien at users.alioth.debian.org
Mon Mar 25 20:41:14 UTC 2013
Author: sebastien
Date: Mon Mar 25 20:41:13 2013
New Revision: 45670
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=45670
Log:
Repackage upstream tarball. Delete non-DFSG-free files:
lapacke/examples/example_{D,Z}GESV_rowmajor.c. (Closes: #703916)
Added:
packages/lapack/branches/
packages/lapack/branches/wheezy/
- copied from r45669, packages/lapack/tags/3.4.1-6/
Modified:
packages/lapack/branches/wheezy/debian/changelog
packages/lapack/branches/wheezy/debian/copyright
packages/lapack/branches/wheezy/debian/orig-tar.sh
packages/lapack/branches/wheezy/debian/watch
Modified: packages/lapack/branches/wheezy/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/lapack/branches/wheezy/debian/changelog?rev=45670&op=diff
==============================================================================
--- packages/lapack/branches/wheezy/debian/changelog (original)
+++ packages/lapack/branches/wheezy/debian/changelog Mon Mar 25 20:41:13 2013
@@ -1,3 +1,10 @@
+lapack (3.4.1+dfsg-1) unstable; urgency=low
+
+ * Repackage upstream tarball. Delete non-DFSG-free files:
+ lapacke/examples/example_{D,Z}GESV_rowmajor.c. (Closes: #703916)
+
+ -- Sébastien Villemot <sebastien at debian.org> Mon, 25 Mar 2013 21:39:13 +0100
+
lapack (3.4.1-6) unstable; urgency=low
* Ship liblapacke.so* in /usr/lib instead of /usr/lib/lapack. There is
Modified: packages/lapack/branches/wheezy/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/lapack/branches/wheezy/debian/copyright?rev=45670&op=diff
==============================================================================
--- packages/lapack/branches/wheezy/debian/copyright (original)
+++ packages/lapack/branches/wheezy/debian/copyright Mon Mar 25 20:41:13 2013
@@ -2,6 +2,11 @@
Tue, 29 Jan 2002 11:42:34 -0500.
It was downloaded from ftp://ftp.netlib.org/lapack/
+
+The following files were removed from upstream tarball because they don't
+comply with the Debian Free Software Guidelines:
+ - lapacke/example/example_DGESV_rowmajor.c
+ - lapacke/example/example_ZGESV_rowmajor.c
Upstream Authors: Anderson, E. and Bai, Z. and Bischof, C. and
Blackford, S. and Demmel, J. and Dongarra, J. and
Modified: packages/lapack/branches/wheezy/debian/orig-tar.sh
URL: http://svn.debian.org/wsvn/debian-science/packages/lapack/branches/wheezy/debian/orig-tar.sh?rev=45670&op=diff
==============================================================================
--- packages/lapack/branches/wheezy/debian/orig-tar.sh (original)
+++ packages/lapack/branches/wheezy/debian/orig-tar.sh Mon Mar 25 20:41:13 2013
@@ -1,17 +1,20 @@
#!/bin/sh -e
# called by uscan with '--upstream-version' <version> <file>
-DIR=lapack-$2
-TAR=../lapack_$2.orig.tar.bz2
+ORIGDIR=lapack-$2
+DIR=lapack-$2+dfsg
+TAR=../lapack_$2+dfsg.orig.tar.bz2
# clean up the upstream tarball
tar -z -x -f $3
rm $3
+mv $ORIGDIR $DIR
(cd $DIR
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
+rm lapacke/example/example_DGESV_rowmajor.c lapacke/example/example_ZGESV_rowmajor.c
)
echo tar -j -c -f $TAR $DIR
tar -j -c -f $TAR $DIR
Modified: packages/lapack/branches/wheezy/debian/watch
URL: http://svn.debian.org/wsvn/debian-science/packages/lapack/branches/wheezy/debian/watch?rev=45670&op=diff
==============================================================================
--- packages/lapack/branches/wheezy/debian/watch (original)
+++ packages/lapack/branches/wheezy/debian/watch Mon Mar 25 20:41:13 2013
@@ -3,5 +3,5 @@
# of the full version doesn't contain the version in the name
# Then, we get the right version from the lite version of lapack but we
# download the full one.
-opts=pasv \
+opts=pasv,dversionmangle=s/\+dfsg$// \
ftp://netlib.org/lapack/ lapack-([\d\.]+)\.tgz debian debian/orig-tar.sh
More information about the debian-science-commits
mailing list