This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository modello.
commit 5d4662bbd02c66d29bbb3683da756b8c50065f4d Author: Emmanuel Bourg <[email protected]> Date: Thu May 18 15:37:24 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 fac2100..cae85b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ modello (1.8.3-4) UNRELEASED; urgency=medium * Team upload. + * Updated the URL of the project homepage * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Thu, 18 May 2017 15:34:19 +0200 diff --git a/debian/control b/debian/control index 1450206..9f50da5 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Build-Depends-Indep: default-jdk-doc, Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/modello.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/modello.git -Homepage: http://modello.codehaus.org +Homepage: http://codehaus-plexus.github.io/modello/ Package: libmodello-java Architecture: all diff --git a/debian/copyright b/debian/copyright index 280ac4c..5f56abc 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 -Source: https://github.com/sonatype/modello +Source: https://github.com/codehaus-plexus/modello/tags Files: * Copyright: 2004-2007, The Codehaus 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.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

