[libipc-signal-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 15:37:32 UTC 2017


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

gregoa pushed a commit to branch master
in repository libipc-signal-perl.

commit 55211fc8a440cd122735524ac80c1a8666210f84
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Aug 4 11:37:28 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   | 10 +++++++---
 debian/watch     |  4 ++--
 3 files changed, 18 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c22908a..5fbd7a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,15 @@
 libipc-signal-perl (1.00-7) UNRELEASED; urgency=medium
 
   * Take over for the Debian Perl Group; Closes: #862643 -- RFA/ITA
+  * debian/control: Added: Vcs-Git field (source stanza); Vcs-Browser
+    field (source stanza); Homepage field (source stanza);
+    ${misc:Depends} to Depends: field. 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 11:37:22 -0400
 
diff --git a/debian/control b/debian/control
index 2b4f94e..93436fa 100644
--- a/debian/control
+++ b/debian/control
@@ -1,13 +1,17 @@
 Source: libipc-signal-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.5.2
-Build-Depends: debhelper (>= 9), perl (>= 5.6.0-16)
+Homepage: https://metacpan.org/release/IPC-Signal
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libipc-signal-perl.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libipc-signal-perl.git
+Build-Depends: debhelper (>= 9), perl
 
 Package: libipc-signal-perl
 Architecture: all
-Depends: ${perl:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}
 Description: utility functions dealing with signals for Perl
  This Perl module contains utility functions for dealing with signals.
  Currently these are just translating between signal names and signal
diff --git a/debian/watch b/debian/watch
index c1c11a3..1287747 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,5 +1,5 @@
 # $Id: watch,v 1.1 2006-04-11 13:36:55 roderick Exp $
 
-version=2
+version=3
 
-http://www.cpan.org/modules/by-module/IPC/IPC-Signal-(\d.*)\.tar\.gz
+https://metacpan.org/release/IPC-Signal   .*/IPC-Signal-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/libipc-signal-perl.git



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