r44498 - in /trunk/libcpan-inject-perl/debian: changelog control

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Sep 21 02:22:51 UTC 2009


Author: jawnsy-guest
Date: Mon Sep 21 02:22:45 2009
New Revision: 44498

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44498
Log:
Updated control files to prepare for release, still waiting for the Checksums module

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

Modified: trunk/libcpan-inject-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-inject-perl/debian/changelog?rev=44498&op=diff
==============================================================================
--- trunk/libcpan-inject-perl/debian/changelog (original)
+++ trunk/libcpan-inject-perl/debian/changelog Mon Sep 21 02:22:45 2009
@@ -3,9 +3,6 @@
   WAITS-FOR: libcpan-checksums-perl
 
   TODO:
-  - debian/control:
-    + perl (>= 5.6.0-12)
-    + 2x perl-modules
   - test output:
     all skipped: Test::MinimumVersion not available
 

Modified: trunk/libcpan-inject-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-inject-perl/debian/control?rev=44498&op=diff
==============================================================================
--- trunk/libcpan-inject-perl/debian/control (original)
+++ trunk/libcpan-inject-perl/debian/control Mon Sep 21 02:22:45 2009
@@ -2,12 +2,11 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7.0.50)
-Build-Depends-Indep: perl (>= 5.6.0-12), perl-modules,
-  libfile-remove-perl (>= 0.34), libtest-script-perl (>= 1.02),
-  libcpan-checksums-perl (>= 1.05), libparams-util-perl (>= 0.21),
-  libfile-chmod-perl (>= 0.30), libtest-pod-perl, libtest-pod-coverage-perl
+Build-Depends-Indep: perl, libfile-remove-perl (>= 0.34), libtest-script-perl,
+ libcpan-checksums-perl, libparams-util-perl (>= 0.21),
+ libfile-chmod-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>
+Uploaders: Ryan Niebur <ryanryan52 at gmail.com>, Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/CPAN-Inject/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcpan-inject-perl/
@@ -15,16 +14,11 @@
 
 Package: libcpan-inject-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, perl-modules,
-  libcpan-checksums-perl (>= 1.05), perl (>= 5.5),
-  libparams-util-perl (>= 0.21), libfile-chmod-perl (>= 0.30)
+Depends: ${perl:Depends}, ${misc:Depends}, libcpan-checksums-perl,
+ libparams-util-perl (>= 0.21), libfile-chmod-perl
 Description: class for injecting distributions into CPAN sources
- Following the release of CPAN::Mini, the CPAN::Mini::Inject module
- was created to add additional distributions into a minicpan mirror.
- While it was created for use with a minicpan mirror, similar
- functionality can be reused in other situations.
- CPAN::Inject replicates the basics of this functionality.
- .
- Specifically, it takes an arbitrary tarball and adds it to the CPAN
- sources directory for a particular author, and then add the new file
- to the CHECKSUMS file.
+ CPAN::Inject provides a simple and reusable interface for injecting arbitrary
+ packages to a CPAN mirror. Specifically, it takes an arbitrary tarball and
+ adds it to the CPAN sources directory for a particular author, then updating
+ the CHECKSUMS file accordingly. It replicates the functionality provided to
+ Mini CPAN installations via CPAN::Mini::Inject, but in a generalized manner.




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