This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository exec-maven-plugin.
commit 44eec9beb39e278623e71cb43af055aebcc6c90d Author: Emmanuel Bourg <[email protected]> Date: Wed Jul 26 00:43:18 2017 +0200 Track and download the new releases from GitHub --- debian/changelog | 1 + debian/copyright | 5 +++-- debian/orig-tar.sh | 16 ---------------- debian/watch | 5 ++--- 4 files changed, 6 insertions(+), 21 deletions(-) diff --git a/debian/changelog b/debian/changelog index 00b5408..5243150 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ exec-maven-plugin (1.1.1+dfsg-5) UNRELEASED; urgency=medium * Standards-Version updated to 4.0.0 * Use secure Vcs-* URLs * Updated the Homepage field + * Track and download the new releases from GitHub -- Emmanuel Bourg <[email protected]> Wed, 26 Jul 2017 00:31:08 +0200 diff --git a/debian/copyright b/debian/copyright index e723eb7..2a06302 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,7 @@ -Format: http://dep.debian.net/deps/dep5/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Exec Maven Plugin -Source: http://mojo.codehaus.org/exec-maven-plugin +Source: https://github.com/mojohaus/exec-maven-plugin +Files-Excluded: *.jar Files: * Copyright: 2005-2009, The Codehaus <http://codehaus.org> diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh deleted file mode 100755 index e06bc85..0000000 --- a/debian/orig-tar.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh -e - -VERSION=$2 -TAR=../exec-maven-plugin_$VERSION.orig.tar.gz -DIR=exec-maven-plugin-$VERSION -TAG=$(echo "exec-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 6733eb2..af1aec6 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,3 @@ version=3 -opts="uversionmangle=s/-(alpha|beta)-/~$1/,dversionmangle=s/[+]dfsg//" \ - http://svn.codehaus.org/mojo/tags/ \ - exec-maven-plugin-(\d.*)/ debian debian/orig-tar.sh +opts="mode=git,repack,compression=xz,uversionmangle=s/-(alpha|beta)-/~$1/,dversionmangle=s/[+]dfsg//" \ +https://github.com/mojohaus/exec-maven-plugin refs/tags/exec-maven-plugin-([\d\.]+) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/exec-maven-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

