This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libcommons-lang3-java.
commit 50b61f4fb03c9c733f3f4a2ef9547aa396937113 Author: Emmanuel Bourg <[email protected]> Date: Fri Jan 10 10:17:53 2014 +0100 Fixed the mangling of the upstream version --- debian/changelog | 6 ++++++ debian/orig-tar.sh | 2 +- debian/watch | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 519f970..de5d5eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libcommons-lang3-java (3.1-3) UNRELEASED; urgency=medium + + * debian/watch: Fixed the mangling of the upstream version + + -- Emmanuel Bourg <[email protected]> Fri, 10 Jan 2014 10:17:17 +0100 + libcommons-lang3-java (3.1-2) unstable; urgency=medium * Team upload. diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 632043a..2553eb6 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -3,7 +3,7 @@ VERSION=$2 TAR=../libcommons-lang3-java_$VERSION.orig.tar.gz DIR=libcommons-lang3-java-$VERSION -TAG=$(echo "LANG_$VERSION" | sed -re's/\./_/') +TAG=$(echo "LANG_$VERSION" | sed -re's/\./_/g') svn export http://svn.apache.org/repos/asf/commons/proper/lang/tags/${TAG} $DIR GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' $DIR diff --git a/debian/watch b/debian/watch index 9ebe27d..5b59640 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,4 @@ version=3 -opts="uversionmangle=s/_/./" \ +opts="uversionmangle=s/_/./g" \ http://svn.apache.org/repos/asf/commons/proper/lang/tags/ \ LANG_([\d_]*)/ debian debian/orig-tar.sh -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-lang3-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

