This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-interpolation.
commit e4e9ef48d47c9338311e9169b47eac5db7c42b8e Author: Emmanuel Bourg <[email protected]> Date: Thu May 18 14:59:40 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 0a5f04d..3d992e4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ plexus-interpolation (1.21-2) UNRELEASED; urgency=medium + * Updated the URL of the project homepage * Switch to debhelper level 10 * Standards-Version updated to 3.9.8 * Use secure Vcs-* URLs diff --git a/debian/control b/debian/control index 5e1741b..8a8089a 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends-Indep: default-jdk-doc, libmaven-javadoc-plugin-java Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/plexus-interpolation.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/plexus-interpolation.git -Homepage: http://plexus.codehaus.org/plexus-components/plexus-interpolation/ +Homepage: https://github.com/codehaus-plexus/plexus-interpolation Package: libplexus-interpolation-java Architecture: all diff --git a/debian/copyright b/debian/copyright index 1c5676f..5ec84df 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,7 +2,7 @@ This package was debianized by Torsten Werner<[email protected]> Sat Nov 29 17:33:45 CET 2008 plexus-interpolation was downloaded from -http://plexus.codehaus.org/plexus-components/plexus-interpolation/ +https://github.com/codehaus-plexus/plexus-interpolation Copyright: 2001-2008 The Codehaus Foundation diff --git a/debian/watch b/debian/watch index d473350..a35ca8d 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=3 opts="uversionmangle=s/-(alpha|beta)-/~$1/" \ -https://github.com/sonatype/plexus-interpolation/releases .*/plexus-interpolation-(\d.*).tar.gz +https://github.com/codehaus-plexus/plexus-interpolation/tags .*/plexus-interpolation-(\d.*).tar.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-interpolation.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

