r13852 - /scripts/qa/packagecheck

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Jan 30 06:59:43 UTC 2008


Author: dmn
Date: Wed Jan 30 06:59:41 2008
New Revision: 13852

URL: http://svn.debian.org/wsvn/?sc=1&rev=13852
Log:
More cosmetics: add fill list of options ins the short synopsis, reodrer a bit the list of options

Modified:
    scripts/qa/packagecheck

Modified: scripts/qa/packagecheck
URL: http://svn.debian.org/wsvn/scripts/qa/packagecheck?rev=13852&op=diff
==============================================================================
--- scripts/qa/packagecheck (original)
+++ scripts/qa/packagecheck Wed Jan 30 06:59:41 2008
@@ -16,7 +16,7 @@
 usage() {
 	[ -n "$1" ] && echo "ERROR: $1" && echo
 	echo "Usage:"
-	echo "  $(basename $0) -V | -H | -W | -R | -A | -h"
+	echo "  $(basename $0) -{VHMWCR|A|h} {-c | [-p pkg] trunk}"
 	echo
 	echo "  At least one parameter must be present."
 	echo
@@ -29,11 +29,11 @@
 	echo "             Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>"
 	echo "  -W       - debian/_w_atch: change CPAN URLs to"
 	echo "             http://search.cpan.org/dist/Mod-Ule/"
+	echo "  -C       - if -W is given, create debian/watch if it does not"
+	echo "             exist"
 	echo "  -R       - debian/rules: _r_mdir /usr/\{lib,share\}/perl5"
 	echo "             only if they exist"
 	echo "  -A       - all checks"
-	echo "  -C       - if -W is given, create debian/watch if it does not"
-	echo "             exist"
 	echo
 	echo "  -p <pkg> - check only package <pkg>"
 	echo "  -h       - this help"




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