[libtext-header-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
Mon Sep 28 20:37:00 UTC 2015


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

gregoa pushed a commit to branch master
in repository libtext-header-perl.

commit 571b41027c19889e9798d47311d871892ca28599
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Sep 28 22:36:57 2015 +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   | 8 ++++++--
 debian/watch     | 2 ++
 3 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a64186d..13998dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,13 @@
 libtext-header-perl (1.03-3) UNRELEASED; urgency=medium
 
   * Take over for the Debian Perl Group; Closes: #800114 -- 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:
+    Tollef Fog Heen <tfheen at debian.org>); Tollef Fog Heen
+    <tfheen at debian.org> moved to Uploaders.
+  * Add debian/watch.
 
  -- gregor herrmann <gregoa at debian.org>  Mon, 28 Sep 2015 22:36:54 +0200
 
diff --git a/debian/control b/debian/control
index 9fbd26a..f04dc55 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,16 @@ Source: libtext-header-perl
 Section: interpreters
 Priority: optional
 Build-Depends-Indep: debhelper (>= 3.0.5), perl (>= 5.6.0-17)
-Maintainer: Tollef Fog Heen <tfheen at debian.org>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Tollef Fog Heen <tfheen at debian.org>
 Standards-Version: 3.5.1
+Homepage: https://metacpan.org/release/Text-Header
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtext-header-perl.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtext-header-perl.git
 
 Package: libtext-header-perl
 Architecture: all
-Depends: ${perl:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}
 Description:  RFC 822/2068 header and unheader functions
  This module provides two new functions, header and unheader,
  which provide general-purpose RFC 822 header construction and parsing.
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..c598694
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/Text-Header  .*/Text-Header-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/libtext-header-perl.git



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