[libapache-admin-config-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.

Alex Muntada alexm at debian.org
Thu Sep 7 19:12:31 UTC 2017


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

alexm pushed a commit to branch master
in repository libapache-admin-config-perl.

commit bc513b59572566d85c4bf5394019499a916f455f
Author: Alex Muntada <alexm at debian.org>
Date:   Thu Sep 7 21:12:27 2017 +0200

    [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 |  7 +++++++
 debian/control   | 10 ++++++----
 2 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5ccd4e3..f060136 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,13 @@ libapache-admin-config-perl (0.94-2) UNRELEASED; urgency=medium
 
   * Take over for the Debian Perl Group on maintainer's request
     (https://lists.debian.org/debian-perl/2017/08/msg00061.html)
+  * debian/control: Added: Vcs-Git field (source stanza); Vcs-Browser
+    field (source stanza); Homepage field (source stanza);
+    ${misc:Depends} to Depends: field. Removed: Homepage pseudo-field
+    (Description). Changed: Maintainer set to Debian Perl Group <pkg-
+    perl-maintainers at lists.alioth.debian.org> (was: Raphaël Pinson
+    <raphink at ubuntu.com>); Raphaël Pinson <raphink at ubuntu.com> moved to
+    Uploaders.
 
  -- Alex Muntada <alexm at debian.org>  Thu, 07 Sep 2017 21:12:25 +0200
 
diff --git a/debian/control b/debian/control
index 7c5b4f3..e2f4f52 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,18 @@
 Source: libapache-admin-config-perl
 Section: perl
 Priority: optional
-Maintainer: Raphaël Pinson <raphink at ubuntu.com>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Raphaël Pinson <raphink at ubuntu.com>
 Build-Depends: cdbs, debhelper (>= 5)
 Build-Depends-Indep: perl
 Standards-Version: 3.7.2
+Homepage: https://metacpan.org/release/Apache-Admin-Config
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libapache-admin-config-perl.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libapache-admin-config-perl.git
 
 Package: libapache-admin-config-perl
 Architecture: all
-Depends: ${perl:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}
 Description: a Perl module to read/write Apache like configuration files
  Apache::Admin::Config provides an object oriented interface to read and write
  Apache configuration files without affecting comments, indentation, or
@@ -22,5 +26,3 @@ Description: a Perl module to read/write Apache like configuration files
  to add new clients, activate features, (un)lock directories using htaccess,
  etc.  It can also come in handy for writing a one-shot migration script in a
  few lines.
- .
-  Homepage: http://search.cpan.org/dist/Apache-Admin-Config/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libapache-admin-config-perl.git



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