This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libproc-waitstat-perl.
commit 8f7c7d9425b8114d608ef828200791d81ec003a5 Author: gregor herrmann <[email protected]> Date: Fri Aug 4 11:52:59 2017 -0400 [packagecheck] fixed Vcs-(Git|Browser)/Homepage field(s) in debian/control and/or URL in debian/watch and/or rmdir /usr/{lib|share}/perl5 in debian/rules. --- debian/changelog | 9 +++++++++ debian/control | 8 ++++++-- debian/watch | 4 ++-- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7ce077f..641332e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,15 @@ libproc-waitstat-perl (1.00-5) UNRELEASED; urgency=medium * Take over for the Debian Perl Group; Closes: #862645 -- RFA/ITA + * debian/control: Added: Vcs-Git field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Changed: + Maintainer set to Debian Perl Group <pkg-perl- + [email protected]> (was: Roderick Schertler + <[email protected]>); Roderick Schertler <[email protected]> moved + to Uploaders; Replace (build-)dependency on ancient version of perl + with a dependency on perl without a version (as permitted by Debian + Policy 3.8.3). + * debian/watch: use metacpan-based URL. -- gregor herrmann <[email protected]> Fri, 04 Aug 2017 11:52:54 -0400 diff --git a/debian/control b/debian/control index d8703a5..1e0a1e3 100644 --- a/debian/control +++ b/debian/control @@ -1,9 +1,13 @@ Source: libproc-waitstat-perl Section: perl Priority: optional -Maintainer: Roderick Schertler <[email protected]> +Maintainer: Debian Perl Group <[email protected]> +Uploaders: Roderick Schertler <[email protected]> Standards-Version: 3.5.2 -Build-Depends: debhelper (>= 9), perl (>= 5.6.0-16), libipc-signal-perl +Homepage: https://metacpan.org/release/Proc-WaitStat +Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libproc-waitstat-perl.git +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libproc-waitstat-perl.git +Build-Depends: debhelper (>= 9), perl, libipc-signal-perl Package: libproc-waitstat-perl Architecture: all diff --git a/debian/watch b/debian/watch index a74ccaa..599ac36 100644 --- a/debian/watch +++ b/debian/watch @@ -1,5 +1,5 @@ # $Id: watch,v 1.1 2006-05-25 20:38:44 roderick Exp $ -version=2 +version=3 -http://www.cpan.org/modules/by-module/Proc/Proc-WaitStat-(\d.*)\.tar\.gz +https://metacpan.org/release/Proc-WaitStat .*/Proc-WaitStat-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/libproc-waitstat-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
