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 8ff079a7880b10e4ff82a96cae27899f3f96ff6a Author: Emmanuel Bourg <[email protected]> Date: Thu Oct 20 19:05:03 2016 +0200 Track and download the new releases from the upstream Git repository --- debian/changelog | 6 ++++++ debian/orig-tar.sh | 10 ---------- debian/watch | 3 ++- 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3d4f7df..e0c70f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libcommons-lang3-java (3.4-3) UNRELEASED; urgency=medium + + * Track and download the new releases from the upstream Git repository + + -- Emmanuel Bourg <[email protected]> Thu, 20 Oct 2016 19:04:18 +0200 + libcommons-lang3-java (3.4-2) unstable; urgency=medium * Enabled the OSGi metadata (Closes: #782151) diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh deleted file mode 100755 index cff58de..0000000 --- a/debian/orig-tar.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -e - -VERSION=$2 -TAR=../libcommons-lang3-java_$VERSION.orig.tar.xz -DIR=libcommons-lang3-java-$VERSION -TAG=$(echo "LANG_$VERSION" | sed -re's/\./_/g') - -svn export http://svn.apache.org/repos/asf/commons/proper/lang/tags/${TAG} $DIR -XZ_OPT=--best tar -c -J -f $TAR --exclude '*.jar' --exclude '*.class' $DIR -rm -rf $DIR ../$TAG diff --git a/debian/watch b/debian/watch index 4839aa7..bddda7c 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,3 @@ version=3 -https://archive.apache.org/dist/commons/lang/source/commons-lang3-([\d\.]+)-src.tar.gz debian debian/orig-tar.sh +opts=mode=git,uversionmangle=s/_/./g \ +https://git-wip-us.apache.org/repos/asf/commons-lang.git refs/tags/LANG_([\d_]+) -- 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

