[openblas] 03/07: Use Files-Excluded from d/copyright to remove embedded LAPACK copy.

Sébastien Villemot sebastien at debian.org
Tue Jul 29 19:17:33 UTC 2014


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

sebastien pushed a commit to branch master
in repository openblas.

commit 6a6359b13b77cceb5acbacc42933d826b63000ea
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Tue Jul 29 18:18:35 2014 +0200

    Use Files-Excluded from d/copyright to remove embedded LAPACK copy.
---
 debian/orig-tar.sh | 19 -------------------
 debian/watch       |  2 +-
 2 files changed, 1 insertion(+), 20 deletions(-)

diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
deleted file mode 100755
index 53551e5..0000000
--- a/debian/orig-tar.sh
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh -e
-
-# called by uscan with '--upstream-version' <version> <file>
-DIR=OpenBLAS-$2
-TAR=../openblas_$2.orig.tar.xz
-
-# clean up the upstream tarball
-tar xaf $3
-rm -f $3
-rm -rf $DIR/lapack-netlib/*
-echo "clean:" > $DIR/lapack-netlib/Makefile
-mkdir $DIR/lapack-netlib/TESTING/
-echo "clean:" > $DIR/lapack-netlib/TESTING/Makefile
-tar caf $TAR $DIR
-rm -rf $DIR
-
-echo "openblas: Repackaged tarball as $TAR (after stripping embedded LAPACK)"
-
-exit 0
diff --git a/debian/watch b/debian/watch
index 8a70c6d..f055611 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
 opts=filenamemangle=s/.+\/archive\/v(.+)\.tar\.gz$/openblas_$1.orig.tar.gz/ \
-https://github.com/xianyi/OpenBLAS/tags .*/archive/v(\d[\d\.]+)\.tar\.gz debian debian/orig-tar.sh
+https://github.com/xianyi/OpenBLAS/tags .*/archive/v(\d[\d\.]+)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/openblas.git



More information about the debian-science-commits mailing list