[libtime-period-perl] 02/02: [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.

gregor herrmann gregoa at debian.org
Fri Aug 4 16:29:59 UTC 2017


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtime-period-perl.

commit ea351ebe1993b9697bec8545c61594a5e4e1f84d
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Aug 4 12:29:55 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 6b0a813..f0b27dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,15 @@
 libtime-period-perl (1.20-9) UNRELEASED; urgency=medium
 
   * Take over for the Debian Perl Group; Closes: #862647 -- 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-
+    maintainers at lists.alioth.debian.org> (was: Roderick Schertler
+    <roderick at argon.org>); Roderick Schertler <roderick at argon.org> 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 <gregoa at debian.org>  Fri, 04 Aug 2017 12:29:45 -0400
 
diff --git a/debian/control b/debian/control
index 0f52687..7fc005c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,9 +1,13 @@
 Source: libtime-period-perl
 Section: perl
 Priority: optional
-Maintainer: Roderick Schertler <roderick at argon.org>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Roderick Schertler <roderick at argon.org>
 Standards-Version: 3.9.6
-Build-Depends: debhelper (>= 9), perl (>= 5.6.0-16)
+Homepage: https://metacpan.org/release/Time-Period
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtime-period-perl.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtime-period-perl.git
+Build-Depends: debhelper (>= 9), perl
 
 Package: libtime-period-perl
 Architecture: all
diff --git a/debian/watch b/debian/watch
index f500797..1efd5a6 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,5 +1,5 @@
 # $Id: watch,v 1.1 2006-05-26 13:05:36 roderick Exp $
 
-version=2
+version=3
 
-http://www.cpan.org/modules/by-module/Time/Period-(\d.*)\.tar\.gz
+https://metacpan.org/release/Period   .*/Period-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/libtime-period-perl.git



More information about the Pkg-perl-cvs-commits mailing list