r45690 - in /packages/lapack/trunk/debian: changelog copyright orig-tar.sh watch

sebastien at users.alioth.debian.org sebastien at users.alioth.debian.org
Wed Mar 27 11:21:25 UTC 2013


Author: sebastien
Date: Wed Mar 27 11:21:25 2013
New Revision: 45690

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=45690
Log:
Repackage upstream tarball. Delete non-DFSG-free files:
lapacke/examples/example_{D,Z}GESV_rowmajor.c. (Closes: #703916)


Modified:
    packages/lapack/trunk/debian/changelog
    packages/lapack/trunk/debian/copyright
    packages/lapack/trunk/debian/orig-tar.sh
    packages/lapack/trunk/debian/watch

Modified: packages/lapack/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/lapack/trunk/debian/changelog?rev=45690&op=diff
==============================================================================
--- packages/lapack/trunk/debian/changelog (original)
+++ packages/lapack/trunk/debian/changelog Wed Mar 27 11:21:25 2013
@@ -1,3 +1,10 @@
+lapack (3.4.2+dfsg-1~exp1) UNRELEASED; 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:51:05 +0100
+
 lapack (3.4.2-1~exp2) experimental; urgency=low
 
   * Remove an override of a rule which was failing all builds

Modified: packages/lapack/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/lapack/trunk/debian/copyright?rev=45690&op=diff
==============================================================================
--- packages/lapack/trunk/debian/copyright (original)
+++ packages/lapack/trunk/debian/copyright Wed Mar 27 11:21:25 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/trunk/debian/orig-tar.sh
URL: http://svn.debian.org/wsvn/debian-science/packages/lapack/trunk/debian/orig-tar.sh?rev=45690&op=diff
==============================================================================
--- packages/lapack/trunk/debian/orig-tar.sh (original)
+++ packages/lapack/trunk/debian/orig-tar.sh Wed Mar 27 11:21:25 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/trunk/debian/watch
URL: http://svn.debian.org/wsvn/debian-science/packages/lapack/trunk/debian/watch?rev=45690&op=diff
==============================================================================
--- packages/lapack/trunk/debian/watch (original)
+++ packages/lapack/trunk/debian/watch Wed Mar 27 11:21:25 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