r44534 - in /trunk/libcpan-checksums-perl/debian: changelog control

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Sep 21 17:40:42 UTC 2009


Author: jawnsy-guest
Date: Mon Sep 21 17:40:28 2009
New Revision: 44534

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44534
Log:
Require perl >= 5.10 (since 5.9.4 would be the minimum version, but stable has 5.10 and oldstable has 5.8.8); this, as gregoa mentioned, should be sufficient as dependencies

Modified:
    trunk/libcpan-checksums-perl/debian/changelog
    trunk/libcpan-checksums-perl/debian/control

Modified: trunk/libcpan-checksums-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-checksums-perl/debian/changelog?rev=44534&op=diff
==============================================================================
--- trunk/libcpan-checksums-perl/debian/changelog (original)
+++ trunk/libcpan-checksums-perl/debian/changelog Mon Sep 21 17:40:28 2009
@@ -1,16 +1,5 @@
-libcpan-checksums-perl (2.03-1) UNRELEASED; urgency=low
-
-  TODO:
-  the build and runtime deps need more checks: e.g.
-    Compress::Zlib:   0
-    -> perl (>= 5.10) | libio-compress-perl | libcompress-zlib-perl
-    Digest::MD5:      2.36
-    -> 2.36 is in perl (>= 5.10)
-    IO::File:         1.14
-    -> 1.14 is in perl-base since 5.9.4
-  haven't checked the others. dh-make-perl --refresh suggests "perl (>= 5.10)"
-  which is _probably_ a nice catch-all
+libcpan-checksums-perl (2.03-1) unstable; urgency=low
 
   * Initial Release. (Closes: #544000)
 
- -- Jonathan Yu <jawnsy at cpan.org>  Sun, 20 Sep 2009 17:53:10 -0400
+ -- Jonathan Yu <jawnsy at cpan.org>  Mon, 21 Sep 2009 09:43:19 -0400

Modified: trunk/libcpan-checksums-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-checksums-perl/debian/control?rev=44534&op=diff
==============================================================================
--- trunk/libcpan-checksums-perl/debian/control (original)
+++ trunk/libcpan-checksums-perl/debian/control Mon Sep 21 17:40:28 2009
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libcompress-bzip2-perl, libdata-compare-perl,
+Build-Depends-Indep: perl (>= 5.10), libcompress-bzip2-perl, libdata-compare-perl,
  libtest-pod-perl, libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryanryan52 at gmail.com>, Jonathan Yu <jawnsy at cpan.org>
@@ -13,7 +13,7 @@
 
 Package: libcpan-checksums-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libcompress-bzip2-perl,
+Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.10), libcompress-bzip2-perl,
  libdata-compare-perl
 Description: Perl module to write a CHECKSUMS file for a directory as on CPAN
  CPAN::Checksums writes CHECKSUMS files like the ones found on CPAN. This file




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