This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-archiver.
commit ebb69d7da60b72b07548eea73c79679b6e779b70 Author: Emmanuel Bourg <[email protected]> Date: Thu Jul 20 13:06:26 2017 +0200 Updated the location of the upstream repository in debian/watch --- debian/changelog | 1 + debian/watch | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 41a3331..b16ab12 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ plexus-archiver (3.0-1) UNRELEASED; urgency=medium * Use secure Vcs-* URLs * Updated the Homepage field * Converted debian/copyright to the Copyright Format 1.0 + * Updated the location of the upstream repository in debian/watch -- Emmanuel Bourg <[email protected]> Tue, 18 Jul 2017 10:09:40 +0200 diff --git a/debian/watch b/debian/watch index 179d417..69f23a0 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=3 opts=uversionmangle=s{-alpha-}{~alpha} \ -https://github.com/sonatype/plexus-archiver/releases .*/plexus-archiver-(.*).tar.gz +https://github.com/codehaus-plexus/plexus-archiver/tags .*/plexus-archiver-(.*).tar.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-archiver.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

