[jakarta-jmeter] 22/60: Renamed the upstream tarball to apache-jmeter_<VERSION>.orig.tar.gz
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Mar 29 22:43:44 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository jakarta-jmeter.
commit ed78b64387b4c3617de3253725ab185efd238687
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon May 20 13:41:04 2013 +0000
Renamed the upstream tarball to apache-jmeter_<VERSION>.orig.tar.gz
---
debian/orig-tar.sh | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 0976dba..0c9e98e 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -1,11 +1,12 @@
#!/bin/sh -e
# called by uscan with '--upstream-version' <version> <file>
-DIR=jakarta-jmeter-$2
-TAR=../jakarta-jmeter_$2.orig.tar.gz
+DIR=apache-jmeter-$2
+TAR=../apache-jmeter_$2.orig.tar.gz
# clean up the upstream tarball
tar zxvf $3
+rm $3
tar -c -z -f $TAR -X debian/orig-tar.exclude $DIR
rm -rf $DIR
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jakarta-jmeter.git
More information about the pkg-java-commits
mailing list