This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libmail-pop3client-perl.
commit 112d82a261003dc54fff9c77853d9a6a3399be03 Author: gregor herrmann <[email protected]> Date: Tue Dec 15 19:06:46 2015 +0100 takeover, part2 Gbp-Dch: Ignore --- debian/changelog | 6 ++++++ debian/control | 7 +++++-- debian/watch | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2612457..349b618 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,12 @@ libmail-pop3client-perl (2.18-2) UNRELEASED; urgency=medium * Take over for the Debian Perl Group on maintainer's request (via private mail) + * debian/control: Added: Vcs-Git field (source stanza); Vcs-Browser + field (source stanza). Changed: Homepage field changed to + metacpan.org URL; Maintainer set to Debian Perl Group <pkg-perl- + [email protected]> (was: Noël Köthe + <[email protected]>); Noël Köthe <[email protected]> moved to Uploaders. + * debian/watch: use metacpan-based URL. -- gregor herrmann <[email protected]> Tue, 15 Dec 2015 19:05:59 +0100 diff --git a/debian/control b/debian/control index 75d36ab..b0d2d4a 100644 --- a/debian/control +++ b/debian/control @@ -1,10 +1,13 @@ Source: libmail-pop3client-perl Section: perl Priority: optional -Maintainer: Noël Köthe <[email protected]> +Maintainer: Debian Perl Group <[email protected]> +Uploaders: Noël Köthe <[email protected]> Build-Depends: debhelper (>> 3.0.0) Standards-Version: 3.9.4 -Homepage: http://search.cpan.org/~sdowd/ +Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmail-pop3client-perl.git +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmail-pop3client-perl.git +Homepage: https://metacpan.org/release/Mail-POP3Client Package: libmail-pop3client-perl Architecture: any diff --git a/debian/watch b/debian/watch index c88c99b..aabc48c 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -http://search.cpan.org/dist/Mail-POP3Client/ .*/Mail-POP3Client-(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)) +https://metacpan.org/release/Mail-POP3Client .*/Mail-POP3Client-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmail-pop3client-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
