[wss4j] 01/08: Removed the svntag suffix from the package version
Emmanuel Bourg
ebourg-guest at alioth.debian.org
Wed Sep 25 11:15:27 UTC 2013
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository wss4j.
commit 101d42e2fdada00f5396ef2c5f9f3b0f6d346692
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Sep 25 00:39:22 2013 +0200
Removed the svntag suffix from the package version
---
debian/orig-tar.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 399727b..911c42f 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -17,11 +17,11 @@ fi
echo "Creating orig.tar.gz in '$origDir'."
# $2 = version
-SUFFIX="+svntag"
-TAR=$origDir/wss4j_$2${SUFFIX}.orig.tar.xz
+VERSION=$2
+TAR=$origDir/wss4j_$VERSION.orig.tar.xz
# See Developers Reference § 6.7.8.2.4
-DIR=wss4j-$2${SUFFIX}.orig
+DIR=wss4j-$VERSION.orig
if [ -d "$DIR" ]; then
echo "Cannot export upstream sources to '$DIR', directory is already existing."
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/wss4j.git
More information about the pkg-java-commits
mailing list