[weka] 01/06: repair orig-tar.gz
Tony Mancill
tmancill at moszumanska.debian.org
Mon Mar 16 02:21:33 UTC 2015
This is an automated email from the git hooks/post-receive script.
tmancill pushed a commit to branch master
in repository weka.
commit 108a21cef1147a7738b3f5252dfd33bf45570d05
Author: tony mancill <tmancill at debian.org>
Date: Sun Mar 15 17:41:18 2015 -0700
repair orig-tar.gz
---
debian/orig-tar.sh | 6 +++---
debian/rules | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 9fcea6f..70e8a75 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -1,13 +1,13 @@
#!/bin/sh -e
-
+set -x
# called by uscan with '--upstream-version' <version> <file>
SOURCE=$(dpkg-parsechangelog | sed -ne 's,Source: \(.*\),\1,p')
VERSION=$(dpkg-parsechangelog | sed -ne 's,^Version: \(.*\)-.*,\1,p')
WEKADASHVERSION=$( echo $2 | sed 's/\./-/g')
FILE=$3
-DIR=weka-*/
-TAR=../${SOURCE}_${VERSION}.orig.tar.gz
+DIR=weka-${WEKADASHVERSION}/
+TAR=../${SOURCE}_${2}.orig.tar.gz
# clean up the upstream tarball
unzip $FILE
diff --git a/debian/rules b/debian/rules
index 4f5f84f..9c04c3e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,5 +35,5 @@ cleanbuilddir::
rm -f wekaexamples.zip.cdbs-config_list
get-orig-source:
- -uscan --rename --force
+ -uscan --force --verbose --no-symlink
@echo successfully retrieved upstream tarball
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/weka.git
More information about the pkg-java-commits
mailing list