[Pkg-fedora-ds-maintainers] [389-admin] 02/04: Fix hyphen-used-as-minus-sign warnings (found by Lintian).

Benjamin Drung bdrung at moszumanska.debian.org
Thu Sep 4 10:59:06 UTC 2014


This is an automated email from the git hooks/post-receive script.

bdrung pushed a commit to branch master
in repository 389-admin.

commit c544e9da5318e6df73f86d08804a99bfdaf216ea
Author: Benjamin Drung <benjamin.drung at profitbricks.com>
Date:   Thu Sep 4 12:49:40 2014 +0200

    Fix hyphen-used-as-minus-sign warnings (found by Lintian).
---
 debian/patches/fix-hyphen-used-as-minus-sign.patch | 54 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 55 insertions(+)

diff --git a/debian/patches/fix-hyphen-used-as-minus-sign.patch b/debian/patches/fix-hyphen-used-as-minus-sign.patch
new file mode 100644
index 0000000..6a4b519
--- /dev/null
+++ b/debian/patches/fix-hyphen-used-as-minus-sign.patch
@@ -0,0 +1,54 @@
+Description: Fix hyphen-used-as-minus-sign warning (found by Lintian).
+ See https://lintian.debian.org/tags/hyphen-used-as-minus-sign.html for
+ an explanation.
+Author: Benjamin Drung <benjamin.drung at profitbricks.com>
+
+--- a/man/man8/ds_removal.8
++++ b/man/man8/ds_removal.8
+@@ -19,7 +19,7 @@
+ ds_removal \- Remove a directory server instance and un-register it from the console
+ .SH SYNOPSIS
+ .B ds_removal
+-[-f] -s \fIserver_id\fR -w \fIadmin_password\fR
++[\-f] \-s \fIserver_id\fR \-w \fIadmin_password\fR
+ .SH DESCRIPTION
+ Removes the specified Directory Server instance and un-registers it from
+ the console.  This will remove all files and directories associated with
+--- a/man/man8/ds_unregister.8
++++ b/man/man8/ds_unregister.8
+@@ -19,7 +19,7 @@
+ ds_unregister \- Un-register a directory server instance from the console
+ .SH SYNOPSIS
+ .B ds_unregister
+--s \fIserver_id\fR -w \fIadmin_password\fR
++\-s \fIserver_id\fR \-w \fIadmin_password\fR
+ .SH DESCRIPTION
+ Un-registers the specified directory server instance from the console.
+ .PP
+--- a/man/man8/register-ds-admin.pl.8
++++ b/man/man8/register-ds-admin.pl.8
+@@ -19,13 +19,13 @@
+ register\-ds\-admin.pl \- Registers Directory Server instances with an Admin Server
+ .SH SYNOPSIS
+ .B register-ds-admin.pl
+-[\fI--options\fR] \fI-- \fR[\fIargs\fR]
++[\fI\-\-options\fR] \fI\-\- \fR[\fIargs\fR]
+ .SH DESCRIPTION
+ Registers existing Directory Server instances with an existing Admin Server.
+ This command does the set up necessary for the use of the Console to manage
+ the Directory Server instances you are registering.
+ 
+-Use this command with the \fB--update\fR option after an upgrade to refresh the server information (version, build number, etc.) in the Console.
++Use this command with the \fB\-\-update\fR option after an upgrade to refresh the server information (version, build number, etc.) in the Console.
+ 
+ Can be run in interactive mode with different levels of verbosity, or
+ in silent mode with parameters supplied in a .inf format file or
+@@ -62,7 +62,7 @@
+ Update an existing installation (e.g. after upgrading packages)
+ .TP
+ .B \fB\-\-continue
+-(update only) keep going despite errors (also --force)
++(update only) keep going despite errors (also \-\-force)
+ .PP
+ For all options, you can also use the short name e.g. \fB\-h\fR, \fB\-d\fR, etc.  For the \fB\-d\fR argument,
+ specifying it more than once will increase the debug level e.g. \fB\-ddddd\fR
diff --git a/debian/patches/series b/debian/patches/series
index 307a30b..00a3831 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@ fix-linking.patch
 fix-script-name-cgi.patch
 support-kfreebsd.patch
 fix-typos.patch
+fix-hyphen-used-as-minus-sign.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-fedora-ds/389-admin.git



More information about the Pkg-fedora-ds-maintainers mailing list