This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-build-api.
commit 93d1d22929847e3da4097628dc98657311f68532 Author: Emmanuel Bourg <[email protected]> Date: Wed Aug 30 12:42:35 2017 +0200 Fixed the watch file --- debian/changelog | 1 + debian/copyright | 2 +- debian/watch | 4 +--- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index e4435bc..4817173 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ plexus-build-api (0.0.7-2) UNRELEASED; urgency=medium * Moved the package to Git * Standards-Version updated to 4.1.0 * Switch to debhelper level 10 + * Fixed the watch file -- Emmanuel Bourg <[email protected]> Wed, 30 Aug 2017 12:09:17 +0200 diff --git a/debian/copyright b/debian/copyright index e15aafa..3b0c9a8 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: Plexus Build api Upstream-Contact: Sonatype -Source: http://forge.sonatype.com/spice-parent/plexus-build-api +Source: https://github.com/sonatype/sisu-build-api Files: * Copyright: 2008, Sonatype Inc. diff --git a/debian/watch b/debian/watch index b464c2c..1c4e6e9 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,2 @@ version=3 - -http://githubredir.debian.net/github/sonatype/sisu-build-api \ - .*/plexus-build-api-(.*).tar.gz +https://github.com/sonatype/sisu-build-api/tags .*/plexus-build-api-(.*).tar.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-build-api.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

