r66385 - in /trunk/dh-make-perl: debian/changelog dh-make-perl

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sat Dec 25 20:31:34 UTC 2010


Author: dmn
Date: Sat Dec 25 20:31:27 2010
New Revision: 66385

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=66385
Log:
Clarify documentation about --cpan argument being module name (Closes: 602059)

Modified:
    trunk/dh-make-perl/debian/changelog
    trunk/dh-make-perl/dh-make-perl

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/changelog?rev=66385&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Sat Dec 25 20:31:27 2010
@@ -24,6 +24,8 @@
   * Detect usage of 'Artistic License 2.0' and include the license text in
     debian/copyright; (build-)depend on libsoftware-license-perl.
     (Closes: #589816)
+  * Clarify documentation about --cpan argument being module name
+    (Closes: 602059)
 
  -- Peter Pentchev <roam at ringlet.net>  Sun, 19 Dec 2010 20:43:10 +0200
 

Modified: trunk/dh-make-perl/dh-make-perl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/dh-make-perl?rev=66385&op=diff
==============================================================================
--- trunk/dh-make-perl/dh-make-perl (original)
+++ trunk/dh-make-perl/dh-make-perl Sat Dec 25 20:31:27 2010
@@ -40,10 +40,10 @@
 This works for most simple packages and is also useful
 for getting started with packaging Perl modules.
 
-You can specify a module name with the L<--cpan|/cpan_dist> switch
+You can specify a module name with the L<--cpan|/cpan_module> switch
 and B<dh-make-perl> will download the module for you from
 a CPAN mirror, or you can specify the directory with the
-already unpacked sources. If neither L<--cpan|/cpan_dist> nor a directory
+already unpacked sources. If neither L<--cpan|/cpan_module> nor a directory
 is given as argument, B<dh-make-perl> tries to create a
 Perl package from the data in the current directory.
 
@@ -52,11 +52,11 @@
 
 If B<dh-make-perl> is called as
 
-    cpan2deb <options...> Foo-Bar
+    cpan2deb <options...> Foo::Bar
 
 it behaves like
 
-    dh-make-perl make <options...> --build --cpan Foo-Bar
+    dh-make-perl make <options...> --build --cpan Foo::Bar
 
 Using this program is no excuse for not reading the
 debian developer documentation, including the Debian policy,
@@ -206,9 +206,9 @@
 your system - if a newer version of a core module breaks the API, all kinds
 of daemons might get upset ;-)
 
-=item B<--cpan> I<DIST>
-
-Instructs B<dh-make-perl> to fetch and extract the given CPAN distribution.
+=item B<--cpan> I<MODULE>
+
+Instructs B<dh-make-perl> to fetch and extract the given CPAN module.
 
 =item B<--cpan-mirror> I<MIRROR>
 




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