Your message dated Tue, 3 Dec 2013 23:22:11 -0500
with message-id <[email protected]>
and subject line Re: Bug#659086: devscripts: checkbashisms.1 - Use GNU OPTION
conventions
has caused the Debian Bug report #659086,
regarding [checkbashisms] GNU option conventions
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
659086: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=659086
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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 <[email protected]>
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 <[email protected]>
---
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
<\[email protected]\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 <[email protected]>
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 <[email protected]>
---
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
--- End Message ---
--- Begin Message ---
On Wed, Feb 08, 2012 at 09:40:35PM +0000, Adam D. Barratt wrote:
> On Wed, 2012-02-08 at 03:19 -0500, Jari Aalto wrote:
> > - Order items alphabetically.
> > - Put help and version options last (GNU's suggested convention).
> > - Present short first, long next (-o, --option; GNU convention)
>
> I think my (and I believe the maintainer team in general) view of at
> least some of these changes is clear enough from previous similar bugs.
Yes. Closing, as with the others.
Cheers,
--
James
GPG Key: 4096R/331BA3DB 2011-12-05 James McCoy <[email protected]>
signature.asc
Description: Digital signature
--- End Message ---