r56532 - in /trunk/dh-make-perl: Changes dh-make-perl

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Apr 19 14:14:11 UTC 2010


Author: dmn
Date: Mon Apr 19 14:13:48 2010
New Revision: 56532

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=56532
Log:
POD: drop "--" in front of the commands

Added:
    trunk/dh-make-perl/Changes
Modified:
    trunk/dh-make-perl/dh-make-perl

Added: trunk/dh-make-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/Changes?rev=56532&op=file
==============================================================================
--- trunk/dh-make-perl/Changes (added)
+++ trunk/dh-make-perl/Changes Mon Apr 19 14:13:48 2010
@@ -1,0 +1,2 @@
+0.67
+    POD: drop "--" in front of the commands.

Modified: trunk/dh-make-perl/dh-make-perl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/dh-make-perl?rev=56532&op=diff
==============================================================================
--- trunk/dh-make-perl/dh-make-perl (original)
+++ trunk/dh-make-perl/dh-make-perl Mon Apr 19 14:13:48 2010
@@ -82,14 +82,14 @@
 doesn't contain much customisations. As always, you're strongly encouraged to
 verify if F<debian/rules> looks sane.
 
---refresh also tries to update dependency lists in F<debian/control> from
+C<refresh> also tries to update dependency lists in F<debian/control> from
 F<META.yml>. It hooks L<quilt(1)> into F<debian/rules> and creates
 F<debian/README.source>
 
 =item B<--only> | B<-o> I<control|copyright|docs|examples|rules>
 
 This option allows to update only one or more file(s) in the debian/
-directory when B<dh-make-perl> is run in L</--refresh> mode. Filenames are
+directory when B<dh-make-perl> is run in L</refresh> mode. Filenames are
 separated by a comma. The option can be given multiple times, accumulating
 arguments.
 
@@ -99,7 +99,7 @@
 
 Example:
 
-    dh-make-perl --locate IPC::Run3
+    dh-make-perl locate IPC::Run3
 
 =item refresh-cache
 
@@ -142,7 +142,7 @@
 
 =item B<--backups> | B<--no-backups>
 
-In L</--refresh> mode, create backups of F<debian/copyright> and
+In L</refresh> mode, create backups of F<debian/copyright> and
 F<debian/rules> before overwritting them. On by default.
 
 =item B<--basepkgs>
@@ -333,7 +333,7 @@
 
 Print additional information while processing.
 
---verbose is on by default if L</--make> is given, off otherwise.
+--verbose is on by default in L</make> mode, off otherwise.
 
 =item B<--version> I<VERSION>
 




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