This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository build-helper-maven-plugin.
commit fdef032f659a2bf5beb798c616200f1c9a3c057d Author: Emmanuel Bourg <[email protected]> Date: Thu Jul 20 00:48:38 2017 +0200 Track and download the new releases from GitHub --- debian/changelog | 1 + debian/copyright | 2 +- debian/orig-tar.sh | 16 ---------------- debian/watch | 4 +--- 4 files changed, 3 insertions(+), 20 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8bd3e81..32f98ac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ build-helper-maven-plugin (1.8-2) UNRELEASED; urgency=medium * Team upload. * Build with the DH sequencer instead of CDBS + * Track and download the new releases from GitHub * Standards-Version updated to 4.0.0 * Switch to debhelper level 10 * Use secure Vcs-* URLs diff --git a/debian/copyright b/debian/copyright index c4476e6..ea0b161 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Build Helper Maven Plugin Upstream-Contact: Dan Tran <[email protected]> -Source: http://mojo.codehaus.org/build-helper-maven-plugin/ +Source: https://github.com/mojohaus/build-helper-maven-plugin Files: * Copyright: 2004, The Codehaus diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh deleted file mode 100755 index 266c564..0000000 --- a/debian/orig-tar.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh -e - -VERSION=$2 -TAR=../build-helper-maven-plugin_$VERSION.orig.tar.gz -DIR=build-helper-maven-plugin-$VERSION -TAG=$(echo "build-helper-maven-plugin-$VERSION" | sed -re's/~(alpha|beta)/-\1-/') - -svn export http://svn.codehaus.org/mojo/tags/${TAG}/ $DIR -GZIP=--best tar -c -z -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 8e985d5..9fef65d 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,2 @@ version=3 -opts="uversionmangle=s/-(alpha|beta)-/~$1/" \ - http://svn.codehaus.org/mojo/tags/ \ - build-helper-maven-plugin-(\d.*)/ debian debian/orig-tar.sh +https://github.com/mojohaus/build-helper-maven-plugin/tags .*/build-helper-maven-plugin-([\d\.]+).tar.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/build-helper-maven-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

