This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-sec-dispatcher.
commit 10157e1e11a7a559f7b7f9c48d6829e2bbc3fb5d Author: Emmanuel Bourg <[email protected]> Date: Thu May 18 16:52:07 2017 +0200 Updated the URL of the project homepage --- debian/changelog | 1 + debian/control | 2 +- debian/copyright | 3 +-- debian/watch | 3 +-- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9b8bc4b..54a9b91 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ plexus-sec-dispatcher (1.3.1-7) UNRELEASED; urgency=medium * Team upload. * Build with the DH sequencer instead of CDBS + * Updated the URL of the project homepage * Moved the package to Git * Standards-Version updated to 3.9.8 * Switch to debhelper level 10 diff --git a/debian/control b/debian/control index e63adda..215ccc4 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,7 @@ Build-Depends: Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/plexus-sec-dispatcher.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/plexus-sec-dispatcher.git -Homepage: https://github.com/sonatype/plexus-sec-dispatcher +Homepage: https://github.com/codehaus-plexus/plexus-sec-dispatcher Package: libplexus-sec-dispatcher-java Architecture: all diff --git a/debian/copyright b/debian/copyright index a606c1d..a978d17 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,6 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Plexus Security Dispatcher Component -Upstream-Contact: Sonatype -Source: https://github.com/sonatype/plexus-sec-dispatcher +Source: https://github.com/codehaus-plexus/plexus-sec-dispatcher Files: * Copyright: 2008, Sonatype Inc. diff --git a/debian/watch b/debian/watch index 4ca6017..a4143eb 100644 --- a/debian/watch +++ b/debian/watch @@ -1,5 +1,4 @@ version=3 opts="uversionmangle=s{-(alpha|beta)-}{~$1}" \ - http://githubredir.debian.net/github/sonatype/plexus-sec-dispatcher \ - .*/(.*).tar.gz debian +https://github.com/codehaus-plexus/plexus-sec-dispatcher/tags .*/(.*).tar.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-sec-dispatcher.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

