r50832 - /trunk/dh-make-perl/dh-make-perl

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Jan 12 22:28:54 UTC 2010


Author: gregoa
Date: Tue Jan 12 22:28:45 2010
New Revision: 50832

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50832
Log:
POD: move --only up to --refresh

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=50832&op=diff
==============================================================================
--- trunk/dh-make-perl/dh-make-perl (original)
+++ trunk/dh-make-perl/dh-make-perl Tue Jan 12 22:28:45 2010
@@ -88,6 +88,13 @@
 --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
+separated by a comma. The option can be given multiple times, accumulating
+arguments.
+
 =item --locate I<MODULE>
 
 Tries to locate the package that conains the given Perl I<MODULE>.
@@ -271,13 +278,6 @@
 
 Default: ~/.dh-make-perl
 
-=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
-separated by a comma. The option can be given multiple times, accumulating
-arguments.
-
 =item B<--packagename> | B<-p> I<PACKAGENAME>
 
 Manually specify the Package Name, useful when the module has dashes in its




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