[lapack] 01/06: New upstream release. Upstream tarball is now DFSG-compatible, adapt the repackaging code.
Sébastien Villemot
sebastien at moszumanska.debian.org
Wed Nov 20 19:49:58 UTC 2013
This is an automated email from the git hooks/post-receive script.
sebastien pushed a commit to branch master
in repository lapack.
commit 22eea5e7e2344b921b1e87a86157c239bd61d16c
Author: Sébastien Villemot <sebastien at debian.org>
Date: Wed Nov 20 17:53:56 2013 +0100
New upstream release. Upstream tarball is now DFSG-compatible, adapt the repackaging code.
---
debian/changelog | 7 +++++++
debian/copyright | 5 -----
debian/orig-tar.sh | 13 +++++--------
debian/watch | 1 -
4 files changed, 12 insertions(+), 14 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e870b6a..865b323 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+lapack (3.5.0-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+ * Upstream tarball is now DFSG-compatible, adapt the repackaging code.
+
+ -- Sébastien Villemot <sebastien at debian.org> Wed, 20 Nov 2013 17:51:09 +0100
+
lapack (3.4.2+dfsg-4) unstable; urgency=low
* ia64_ignore_testfailures.patch: now ignore all test failures on ia64.
diff --git a/debian/copyright b/debian/copyright
index c8b8532..939f200 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,11 +3,6 @@ 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
Du Croz, J. and Greenbaum, A. and Hammarling, S. and
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index dc77033..7b7b235 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -1,23 +1,20 @@
#!/bin/sh -e
# called by uscan with '--upstream-version' <version> <file>
-ORIGDIR=lapack-$2
-DIR=lapack-$2+dfsg
-TAR=../lapack_$2+dfsg.orig.tar.bz2
+DIR=lapack-$2
+TAR=../lapack_$2.orig.tar.xz
# clean up the upstream tarball
-tar -z -x -f $3
+tar -a -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
+echo tar -a -c -f $TAR $DIR
+tar -a -c -f $TAR $DIR
rm -rf $DIR
# move to directory 'tarballs'
diff --git a/debian/watch b/debian/watch
index 51d1dc6..e90bf5d 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,2 @@
version=3
-opts=dversionmangle=s/\+dfsg$// \
http://www.netlib.org/lapack/ lapack-([\d\.]+)\.tgz debian debian/orig-tar.sh
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/lapack.git
More information about the debian-science-commits
mailing list