r48061 - in /trunk/libcpan-uploader-perl/debian: control copyright libcpan-uploader-perl.docs
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Tue Dec 1 17:18:35 UTC 2009
Author: jawnsy-guest
Date: Tue Dec 1 17:18:30 2009
New Revision: 48061
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=48061
Log:
prepare for release..
Removed:
trunk/libcpan-uploader-perl/debian/libcpan-uploader-perl.docs
Modified:
trunk/libcpan-uploader-perl/debian/control
trunk/libcpan-uploader-perl/debian/copyright
Modified: trunk/libcpan-uploader-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-uploader-perl/debian/control?rev=48061&op=diff
==============================================================================
--- trunk/libcpan-uploader-perl/debian/control (original)
+++ trunk/libcpan-uploader-perl/debian/control Tue Dec 1 17:18:30 2009
@@ -2,8 +2,8 @@
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, liburi-perl, libwww-perl,
- libgetopt-long-descriptive-perl, libterm-readkey-perl
+Build-Depends-Indep: perl, liburi-perl, libgetopt-long-descriptive-perl,
+ libwww-perl, libterm-readkey-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy at cpan.org>
Standards-Version: 3.8.3
@@ -13,9 +13,12 @@
Package: libcpan-uploader-perl
Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, liburi-perl, libwww-perl,
- libgetopt-long-descriptive-perl, libterm-readkey-perl
-Description: upload things to the CPAN
- upload things to the CPAN
+Depends: ${perl:Depends}, ${misc:Depends}, libgetopt-long-descriptive-perl,
+ libterm-readkey-perl, libwww-perl, liburi-perl
+Description: module to upload packages to the CPAN
+ CPAN::Uploader is a Perl module which allows developers to upload their
+ modules and packages to the Comprehensive Perl Archive Network (CPAN) via
+ the [Perl programming] Authors Upload Server (more commonly known as PAUSE).
.
- This description was automagically extracted from the module by dh-make-perl.
+ It provides a direct programmatic interface via a singleton class, but also
+ includes a command-line utility called `cpan-upload' to do the same.
Modified: trunk/libcpan-uploader-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-uploader-perl/debian/copyright?rev=48061&op=diff
==============================================================================
--- trunk/libcpan-uploader-perl/debian/copyright (original)
+++ trunk/libcpan-uploader-perl/debian/copyright Tue Dec 1 17:18:30 2009
@@ -2,17 +2,9 @@
Maintainer: Ricardo SIGNES <rjbs at cpan.org>
Source: http://search.cpan.org/dist/CPAN-Uploader/
Name: CPAN-Uploader
-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: Ricardo SIGNES <rjbs at cpan.org>
+Copyright: 2009, Ricardo SIGNES <rjbs at cpan.org>
License: Artistic or GPL-1+
Files: debian/*
More information about the Pkg-perl-cvs-commits
mailing list