r29502 - /trunk/dh-make-perl/dh-make-perl
    dmn at users.alioth.debian.org 
    dmn at users.alioth.debian.org
       
    Fri Jan  9 20:48:30 UTC 2009
    
    
  
Author: dmn
Date: Fri Jan  9 20:48:28 2009
New Revision: 29502
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29502
Log:
document cpan2deb
Modified:
    trunk/dh-make-perl/dh-make-perl
Modified: trunk/dh-make-perl/dh-make-perl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/dh-make-perl?rev=29502&op=diff
==============================================================================
--- trunk/dh-make-perl/dh-make-perl (original)
+++ trunk/dh-make-perl/dh-make-perl Fri Jan  9 20:48:28 2009
@@ -19,6 +19,8 @@
 =over
 
 =item dh-make-perl [--make] {I<SOURCE_DIR> | --cpan I<MODULE>} I<options...>
+
+=item cpan2deb I<DIST> I<options...>
 
 =item dh-make-perl --refresh I<options...>
 
@@ -50,6 +52,14 @@
 You can build and install the debian package using the L</--build>
 and L</--install> command line switches.
 
+If dh-make-perl is called as
+
+    cpan2deb <options...> Foo-Bar
+
+it behaves like
+
+    dh-make-perl <options...> --build --cpan Foo-Bar
+
 Using this program is no excuse for not reading the
 debian developer documentation, including the Debian policy,
 the perl policy, the packaging manual and so on.
    
    
More information about the Pkg-perl-cvs-commits
mailing list