Package: devscripts
Version: 2.11.3
Severity: wishlist

The patch updates following:

    - Order items alphabetically.
    - Put help and version options last (GNU's suggested convention).
    - Present short  first, long next (-o, --option; GNU convention)
    - Update SEE ALSO to mention licensecheck(1)

--- ~/.devscripts ---
Not present

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages devscripts depends on:
ii  dpkg-dev   1.16.1.2
ii  libc6      2.13-26
ii  perl       5.14.2-7
ii  python     2.7.2-10
ii  python2.6  2.6.7-4
ii  python2.7  2.7.2-13
>From 843cb141c554fc5245f702fce01fc2e099416650 Mon Sep 17 00:00:00 2001
From: Jari Aalto <jari.aa...@cante.net>
Date: Wed, 8 Feb 2012 03:13:35 -0500
Subject: [PATCH 2/2] checkbashisms.1: (SEE ALSO): Add licensecheck
Organization: Private
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit


Signed-off-by: Jari Aalto <jari.aa...@cante.net>
---
 scripts/checkbashisms.1 |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/scripts/checkbashisms.1 b/scripts/checkbashisms.1
index f9aa44a..32e29ab 100644
--- a/scripts/checkbashisms.1
+++ b/scripts/checkbashisms.1
@@ -59,6 +59,7 @@ A file was skipped for some reason, for example, because it was
 unreadable or not found.  The warning message will give details.
 .SH "SEE ALSO"
 .BR lintian (1).
+.BR licensecheck (1).
 .SH AUTHOR
 \fBcheckbashisms\fR was originally written as a shell script by Yann Dirson
 <\fidir...@debian.org\fR> and rewritten in Perl with many more features by
-- 
1.7.9

>From 0bbbd11b37cb774279b0436f45813de22fd8b28d Mon Sep 17 00:00:00 2001
From: Jari Aalto <jari.aa...@cante.net>
Date: Wed, 8 Feb 2012 03:12:41 -0500
Subject: [PATCH 1/2] checkbashisms.1: (OPTIONS): Use GNU conventions for
 options
Organization: Private
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit


Signed-off-by: Jari Aalto <jari.aa...@cante.net>
---
 scripts/checkbashisms.1 |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/scripts/checkbashisms.1 b/scripts/checkbashisms.1
index a835d3d..f9aa44a 100644
--- a/scripts/checkbashisms.1
+++ b/scripts/checkbashisms.1
@@ -22,28 +22,28 @@ default allows extensions permitted by Policy but may also provide
 options for stricter checking.
 .SH OPTIONS
 .TP
-.BR \-\-help ", " \-h
-Show a summary of options.
+.BR \-f ", " \-\-force
+Force each script to be checked, even if it would normally not be (for
+instance, it has a bash or non POSIX shell shebang or appears to be a
+shell wrapper).
 .TP
-.BR \-\-newline ", " \-n
+.BR \-n ", " \-\-newline
 Check for "\fBecho \-n\fR" usage (non POSIX but required by Debian Policy 10.4.)
 .TP
-.BR \-\-posix ", " \-p
+.BR \-p\- ", " \-posix
 Check for issues which are non POSIX but required to be supported by Debian
 Policy 10.4 (implies \fB\-n\fR).
 .TP
-.BR \-\-force ", " \-f
-Force each script to be checked, even if it would normally not be (for
-instance, it has a bash or non POSIX shell shebang or appears to be a
-shell wrapper).
-.TP
-.BR \-\-extra ", " \-x
+.BR \-x ", " \-\-extra
 Highlight lines which, whilst they do not contain bashisms, may be
 useful in determining whether a particular issue is a false positive
 which may be ignored.
 For example, the use of "\fB$BASH_ENV\fR" may be preceded by checking
 whether "\fB$BASH\fR" is set.
 .TP
+.BR \-h ", " \-\-help
+Show a summary of options.
+.TP
 .BR \-\-version ", " \-v
 Show version and copyright information.
 .SH "EXIT VALUES"
-- 
1.7.9

Reply via email to