This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-utils2.
commit 2c774440715618c3bcb5767c1459f1e2574277e8 Author: Emmanuel Bourg <[email protected]> Date: Sun Oct 5 23:02:04 2014 +0200 Watch the release tags on Github --- debian/changelog | 2 +- debian/orig-tar.sh | 16 ---------------- debian/watch | 3 +-- 3 files changed, 2 insertions(+), 19 deletions(-) diff --git a/debian/changelog b/debian/changelog index 78f1f41..7e293f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,7 +6,7 @@ plexus-utils2 (2.0.5-2) UNRELEASED; urgency=medium - Use canonical URLs for the Vcs-* fields * Switch to debhelper level 9 * debian/copyright: Merged the duplicate Copyright fields - * Use XZ compression for the upstream tarball + * debian/watch: Watch the release tags on Github -- Emmanuel Bourg <[email protected]> Sun, 05 Oct 2014 22:38:31 +0200 diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh deleted file mode 100755 index ce3a6ab..0000000 --- a/debian/orig-tar.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh -e - -VERSION=$2 -TAR=../plexus-utils2_$VERSION.orig.tar.xz -DIR=plexus-utils2-$VERSION -TAG=$(echo "plexus-utils-$VERSION" | sed -re's/~(alpha|beta)/-\1-/') - -svn export http://svn.codehaus.org/plexus/plexus-utils/tags/${TAG}/ $DIR -XZ_OPT=--best tar -c -J -f $TAR --exclude '*.jar' --exclude '*.class' $DIR -rm -rf $DIR ../$TAG - -# move to directory 'tarballs' -if [ -r .svn/deb-layout ]; then - . .svn/deb-layout - mv $TAR $origDir && echo "moved $TAR to $origDir" -fi diff --git a/debian/watch b/debian/watch index e3f784d..3f94ac0 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,3 @@ version=3 opts="uversionmangle=s/-(alpha|beta)-/~$1/" \ - http://svn.codehaus.org/plexus/plexus-utils/tags/ \ - plexus-utils-(\d.*)/ debian debian/orig-tar.sh + https://github.com/sonatype/plexus-utils/tags .*/plexus-utils-(\d.*).tar.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-utils2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

