This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository modello-maven-plugin.
commit 527d593db241d772d9b6e61a05f6dfd0ec8ec13a Author: Emmanuel Bourg <[email protected]> Date: Thu May 18 16:10:19 2017 +0200 Updated the URL of the project homepage --- debian/changelog | 1 + debian/control | 2 +- debian/copyright | 2 +- debian/watch | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0292aa9..f4365ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ modello-maven-plugin (1.8.3-2) UNRELEASED; urgency=medium * Team upload. * Build with the DH sequencer instead of CDBS + * Updated the URL of the project homepage * Standards-Version updated to 3.9.8 * Use a secure Vcs-Git URL * Switch to debhelper level 10 diff --git a/debian/control b/debian/control index cac5da9..b7b413c 100644 --- a/debian/control +++ b/debian/control @@ -21,7 +21,7 @@ Build-Depends-Indep: default-jdk-doc, Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/modello-maven-plugin.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/modello-maven-plugin.git -Homepage: http://modello.codehaus.org/modello-maven-plugin +Homepage: http://codehaus-plexus.github.io/modello/modello-maven-plugin/ Package: libmodello-maven-plugin-java Architecture: all diff --git a/debian/copyright b/debian/copyright index e5ca5e9..13ed7d4 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Modello Maven Plugin -Source: http://modello.codehaus.org/modello-maven-plugin +Source: https://github.com/codehaus-plexus/modello Files: * Copyright: 2004, Codehaus.org diff --git a/debian/watch b/debian/watch index ee2a9b3..0f60efa 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -https://github.com/sonatype/modello/releases .*/modello-(\d.*).tar.gz debian debian/orig-tar.sh +https://github.com/codehaus-plexus/modello/tags .*/modello-(\d.*).tar.gz debian debian/orig-tar.sh -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/modello-maven-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

