[libsub-recursive-perl] 02/02: Initial commit

Peter Roberts pwr22-guest at moszumanska.debian.org
Thu Mar 6 14:49:51 UTC 2014


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

pwr22-guest pushed a commit to branch master
in repository libsub-recursive-perl.

commit 7387c1a914b8cbb8845d5dc51897120cad56dc01
Author: Peter Roberts <me+dev at peter-r.co.uk>
Date:   Thu Mar 6 14:48:40 2014 +0000

    Initial commit
---
 debian/changelog |  4 ++--
 debian/control   | 12 ++++++------
 debian/copyright | 16 ++++------------
 3 files changed, 12 insertions(+), 20 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fbdd125..5f2e7e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 libsub-recursive-perl (0.03-1) UNRELEASED; urgency=low
 
-  * Initial Release.
+  * Initial Release. (closes: #740946)
 
- -- Peter Roberts <peter at debian>  Thu, 6 Mar 2014 14:06:13 +0000
+ -- Peter Roberts <me+dev at peter-r.co.uk>  Thu, 6 Mar 2014 14:06:13 +0000
diff --git a/debian/control b/debian/control
index defa7e1..372773a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,9 @@ Source: libsub-recursive-perl
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Peter Roberts <peter at debian>
+Uploaders: Peter Roberts <me+dev at peter-r.co.uk>
 Build-Depends: debhelper (>= 9.20120312)
-Build-Depends-Indep: perl
+Build-Depends-Indep: perl (>= 5.6)
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsub-recursive-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsub-recursive-perl.git
@@ -12,12 +12,12 @@ Homepage: https://metacpan.org/release/Sub-Recursive
 
 Package: libsub-recursive-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
-Description: unknown
+Depends: ${misc:Depends}, ${perl:Depends},
+ perl (>= 5.6)
+Description: anonymous memory leak free recursive subroutines
  Recursive closures suffer from a severe memory leak. Sub::Recursive makes the
  problem go away cleanly and at the same time allows you to write recursive
  subroutines as expression and can make them truly anonymous. There's no
  significant speed difference between using &recursive and writing the simpler
  leaking solution.
- .
- This description was automagically extracted from the module by dh-make-perl.
+
diff --git a/debian/copyright b/debian/copyright
index d88d7bb..25d7f0c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,22 +1,14 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/Sub-Recursive
-Upstream-Contact: unknown
+Upstream-Contact: Johan Lodin <lodin at cpan.org>
 Upstream-Name: Sub-Recursive
-DISCLAIMER: This copyright info was automatically extracted 
- from the perl module. It may not be accurate, so you better 
- check the module sources in order to ensure the module for its 
- inclusion in Debian or for general legal information. Please, 
- if licensing information is incorrectly generated, file a bug 
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
-Copyright: unknown
-License: 
+Copyright: 2004-2005, Johan Lodin <lodin at cpan.org>
+License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2014, Peter Roberts <peter at debian>
+Copyright: 2014, Peter Roberts <me+dev at peter-r.co.uk>
 License: Artistic or GPL-1+
 
 License: Artistic

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsub-recursive-perl.git



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