[libstring-shellquote-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:07:42 UTC 2017


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

gregoa pushed a commit to branch master
in repository libstring-shellquote-perl.

commit da43c4b832f9a574c6420c3197a2a87fc5007779
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Aug 4 12:07:34 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 3d46297..713bfb7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,15 @@
 libstring-shellquote-perl (1.03-2) UNRELEASED; urgency=medium
 
   * Take over for the Debian Perl Group; Closes: #862646 -- 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:07:21 -0400
 
diff --git a/debian/control b/debian/control
index ee63815..a163dbd 100644
--- a/debian/control
+++ b/debian/control
@@ -1,9 +1,13 @@
 Source: libstring-shellquote-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/String-ShellQuote
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libstring-shellquote-perl.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libstring-shellquote-perl.git
+Build-Depends: debhelper (>= 9), perl
 
 Package: libstring-shellquote-perl
 Architecture: all
diff --git a/debian/watch b/debian/watch
index 2aaa9cb..1a2f051 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,5 +1,5 @@
 # $Id: watch,v 1.1 2005/02/10 02:24:09 roderick Exp $
 
-version=2
+version=3
 
-http://www.cpan.org/modules/by-module/String/String-ShellQuote-(\d.*)\.tar\.gz
+https://metacpan.org/release/String-ShellQuote   .*/String-ShellQuote-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/libstring-shellquote-perl.git



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