[atlas] 01/03: d/watch: bump to format version 4.

Sébastien Villemot sebastien at debian.org
Fri Jun 9 13:58:57 UTC 2017


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

sebastien pushed a commit to branch master
in repository atlas.

commit 4a9ef5b0e9c5a0d5641ae38d317f67077a699be7
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Fri Jun 9 15:47:27 2017 +0200

    d/watch: bump to format version 4.
    
    Update d/orig-tar.sh to make it compatible with the new invocation syntax.
    
    Gbp-Dch: Full
---
 debian/orig-tar.sh | 5 +++--
 debian/watch       | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 76746ac..f411923 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -1,18 +1,19 @@
 #!/bin/sh -e
 
-# called by uscan with '--upstream-version' <version> <file>
+# called by uscan with '--upstream-version' <version>
 DIR=ATLAS
 DIRTARGET=atlas-$2
 TAR=../atlas_$2.orig.tar.bz2
 
 # clean up the upstream tarball
-tar jxvf $3
+tar jxvf $TAR
 mv $DIR $DIRTARGET
 # Before
 #  cvs -d:pserver:anonymous at math-atlas.cvs.sourceforge.net:/cvsroot/math-atlas login 
 cvs -z3 -d:pserver:anonymous at math-atlas.cvs.sourceforge.net:/cvsroot/math-atlas co -P AtlasBase/TexDoc
 mv AtlasBase/TexDoc/ $DIRTARGET
 rm -rf AtlasBase
+rm $TAR
 tar -j -c -f $TAR -X debian/orig-tar.exclude $DIRTARGET
 rm -rf $DIRTARGET
 
diff --git a/debian/watch b/debian/watch
index 4b7ac1f..869b77f 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
-version=3
+version=4
 http://sf.net/math-atlas/atlas(\d.*)\.tar\.bz2 debian debian/orig-tar.sh
 

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



More information about the debian-science-commits mailing list