[lapack] 01/17: No longer repack upstream tarball.

Sébastien Villemot sebastien at debian.org
Thu Dec 24 20:39:57 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastien pushed a commit to branch master
in repository lapack.

commit c60f4f12d10ac00fc854f053ef6605cc0a63558a
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Tue Dec 22 16:25:40 2015 +0100

    No longer repack upstream tarball.
---
 debian/orig-tar.sh | 27 ---------------------------
 debian/watch       |  2 +-
 2 files changed, 1 insertion(+), 28 deletions(-)

diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
deleted file mode 100755
index 7b7b235..0000000
--- a/debian/orig-tar.sh
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/bin/sh -e
-
-# called by uscan with '--upstream-version' <version> <file>
-DIR=lapack-$2
-TAR=../lapack_$2.orig.tar.xz
-
-# clean up the upstream tarball
-tar -a -x -f $3
-rm $3
-(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
-)
-echo tar -a -c -f $TAR $DIR
-tar -a -c -f $TAR $DIR
-rm -rf $DIR
-
-# move to directory 'tarballs'
-if [ -r .svn/deb-layout ]; then
-    . .svn/deb-layout
-    mv $TAR $origDir
-    echo "moved $TAR to $origDir"
-fi
-
-exit 0
diff --git a/debian/watch b/debian/watch
index e90bf5d..d183643 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://www.netlib.org/lapack/ lapack-([\d\.]+)\.tgz debian debian/orig-tar.sh
+http://www.netlib.org/lapack/ lapack-([\d\.]+)\.tgz

-- 
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