summaryrefslogtreecommitdiff
path: root/p/shellcheck/debian
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2015-04-30 22:58:36 +0300
committerHelmut Grohne <helmut@subdivi.de>2015-04-30 22:58:36 +0300
commit8fc6c460e5ef227611ecece7bd38e1aa5e5b465e (patch)
tree457a997f136565e3d6c0e1be56a8c11138364af1 /p/shellcheck/debian
parentedd073992d2b15f95ae8fa52d8c807cf54b7291e (diff)
downloadDHG_packages-8fc6c460e5ef227611ecece7bd38e1aa5e5b465e.tar.gz
shellcheck: use upstream manual page
Diffstat (limited to 'p/shellcheck/debian')
-rw-r--r--p/shellcheck/debian/changelog1
-rw-r--r--p/shellcheck/debian/manpages2
-rw-r--r--p/shellcheck/debian/shellcheck.135
3 files changed, 2 insertions, 36 deletions
diff --git a/p/shellcheck/debian/changelog b/p/shellcheck/debian/changelog
index 9ab0b139c..9f6068616 100644
--- a/p/shellcheck/debian/changelog
+++ b/p/shellcheck/debian/changelog
@@ -3,6 +3,7 @@ shellcheck (0.3.7-1) UNRELEASED; urgency=medium
* New upstream release.
+ Update make_testsuite_optional.patch.
+ Update Build-Depends regex-compat -> regex-tdfa.
+ * Use upstream manual page.
-- Helmut Grohne <helmut@subdivi.de> Thu, 30 Apr 2015 21:06:02 +0200
diff --git a/p/shellcheck/debian/manpages b/p/shellcheck/debian/manpages
index 21e9184fd..351c17675 100644
--- a/p/shellcheck/debian/manpages
+++ b/p/shellcheck/debian/manpages
@@ -1 +1 @@
-debian/shellcheck.1
+shellcheck.1
diff --git a/p/shellcheck/debian/shellcheck.1 b/p/shellcheck/debian/shellcheck.1
deleted file mode 100644
index e9ec34717..000000000
--- a/p/shellcheck/debian/shellcheck.1
+++ /dev/null
@@ -1,35 +0,0 @@
-.TH SHELLCHECK 1 "23 JUNE 2014"
-.SH NAME
-shellcheck \- analyse shell scripts
-.SH SYNOPSIS
-\fBshellcheck\fP [ \-f \fIformat\fP ] [ \-e \fIcode\fP ] [ \-s \fIshell\fP ] \fIfiles\fP
-.SH DESCRIPTION
-\fBshellcheck\fP syntactically analyzes shell scripts and points out typical issues.
-Among other things, it is able to spot wrong usage of unicode characters, non-matching parentheses, wrong spacing, usage of features unavailable to the selected shell, corner cases with respect to quoting, needlessly complex snippets and unused variables.
-The analysis does not actually execute any shell commands.
-.SH OPTIONS
-.TP
-\fB\-f\fP \fIformat\fP, \fB\-\-format\fP \fIformat\fP
-Select the format used for printing diagnostics.
-Available formats are \fBcheckstyle\fP (XML based format), \fBgcc\fP, \fBjson\fP and and \fBtty\fP (colorful).
-The default format is \fBtty\fP.
-.TP
-\fB\-e\fP \fIcode\fP, \fB\-\-exclude\fP \fIcode\fP
-Suppress emission of given diagnostic codes.
-Diagnostic codes consist of four decimal digits.
-To suppress multiple codes, the option can be given multiple times or codes can be separated using commas.
-.TP
-\fB\-s\fP \fIshell\fP, \fB\-\-shell\fP \fIshell\fP
-Select shell dialect.
-Available shells are \fBbash\fP, \fBksh\fP (Korn shell), \fBsh\fP (POSIX compatible), and \fBzsh\fP.
-If this option is not given, the dialect is guessed from the shebang.
-Defaults to \fBbash\fP.
-.SH "SEE ALSO"
-.BR bash (1),
-.BR ksh (1),
-.BR sh (1),
-.BR zsh (1)
-.SH AUTHORS
-shellcheck was written by Vidar Holen.
-.PP
-This manual page was written by Helmut Grohne for the Debian project (but may be used by others).