[libsub-recursive-perl] 02/04: Fix Perl deps

Peter Roberts pwr22-guest at moszumanska.debian.org
Tue Mar 11 16:23:20 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 d840822486a9a4d2b4d9c5bdd0d58e69e7add6da
Author: Peter Roberts <me+dev at peter-r.co.uk>
Date:   Sat Mar 8 13:15:35 2014 +0000

    Fix Perl deps
---
 debian/changelog |  2 --
 debian/control   | 12 +++++-------
 2 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7a4f145..792d2dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,6 @@ libsub-recursive-perl (0.03-1) UNRELEASED; urgency=low
     and worse: it has no license
     (or is this just some example text for the test? then this shhould be
     noted in d/copyright as well, or some ftp-master will ask the same :))
-  - d/control: remove version from perl build dependency (5.6 is ancient);
-    and remove perl 5.6 from Depends completely
 
   * Initial Release. (closes: #740946)
 
diff --git a/debian/control b/debian/control
index 3d09ab8..1f4a7c4 100644
--- a/debian/control
+++ b/debian/control
@@ -1,11 +1,10 @@
-
 Source: libsub-recursive-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Peter Roberts <me+dev at peter-r.co.uk>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: perl (>= 5.6)
+Build-Depends-Indep: perl
 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
@@ -13,12 +12,11 @@ Homepage: https://metacpan.org/release/Sub-Recursive
 
 Package: libsub-recursive-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- perl (>= 5.6)
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Description: Perl module for memory-leak free recursive anonymous 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.
-

-- 
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