Bug#657274: perl: please add a Homepage field pointing to upstream website

Jonathan Nieder jrnieder at gmail.com
Wed Jan 25 04:12:36 UTC 2012


Source: perl
Version: 5.14.2-6
Severity: wishlist
Tags: patch

Hi,

I was looking for links to the latest upstream version of perl and its
bugtracker.  Usually the page pointed to by the Homepage field in the
Sources entry for a package works for that purpose.  Alas, the perl
package doesn't have a Homepage field.

How about this patch?
---
 debian/changelog |    4 ++++
 debian/control   |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index da5f86a5..6752c84e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 perl (5.14.2-7) UNRELEASED; urgency=low
 
+  [ Dominic Hargreaves ]
   * Re-enable tests dist/threads/t/libc.t, ext/Socket/t/socketpair.t
     on GNU/Hurd fixed by changes in hurd (20111206-1)
   * Re-enable test cpan/autodie/t/recv.t on GNU/Hurd fixed by changes in
@@ -15,6 +16,9 @@ perl (5.14.2-7) UNRELEASED; urgency=low
   * Remove special-case override for non-overridable no-copyright-file
     Lintian tag (see #522827 and #553262)
 
+  [ Jonathan Nieder ]
+  * Add Homepage field pointing to dev.perl.org
+
  -- Dominic Hargreaves <dom at earth.li>  Mon, 02 Jan 2012 18:22:43 +0000
 
 perl (5.14.2-6) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 302e9def..62ce77ab 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,7 @@ Priority: standard
 Maintainer: Niko Tyni <ntyni at debian.org>
 Uploaders: Dominic Hargreaves <dom at earth.li>
 Standards-Version: 3.9.2
+Homepage: http://dev.perl.org/perl5/
 Build-Depends: file, cpio (>= 2.6-5), libdb-dev, libgdbm-dev, netbase [!hurd-any],
  gcc (>= 4:4.2), procps [!hurd-any], zlib1g-dev | libz-dev, libbz2-dev,
  dpkg-dev (>= 1.16.0)
-- 
1.7.9.rc2







More information about the Perl-maintainers mailing list