Package: dh-make
Version: 0.41
Severity: minor
Tags: patch

Hi,

lintian complained about hyphens in the manpage that should be minus
signs. Most minus signs already were proper '\-', the attached patch
replaces the remaining '-' with '\-'.

Andreas

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (300, 'unstable'), (30, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-vserver-k7
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages dh-make depends on:
ii  debhelper                     5.0.35     helper programs for debian/rules
ii  dpkg-dev                      1.13.19    package building tools for Debian
ii  make                          3.81-2     The GNU version of the "make" util
ii  perl                          5.8.8-4    Larry Wall's Practical Extraction 

dh-make recommends no packages.

-- no debconf information
--- dh_make.1.dist      2006-06-02 13:40:50.000000000 +0200
+++ dh_make.1   2006-06-11 18:04:25.000000000 +0200
@@ -9,14 +9,14 @@
 [\-\-library] [\-\-single] [\-\-multi] [\-\-kmod] [\-\-addmissing]
 [\-\-templates directory] [\-\-defaultless] [\-\-overlay directory]
 [\-\-packagename name]
-[--help] [--version]
+[\-\-help] [\-\-version]
 .SH DESCRIPTION
 .B dh_make
 is a tool to convert a regular source code package into one formatted
 according to the requirements of the Debian Policy.
 .B dh_make
 must be invoked within a directory containing the source code, which must
-be named <packagename>-<version>. The <packagename> must be all lowercase,
+be named <packagename>\-<version>. The <packagename> must be all lowercase,
 digits and dashes. If the directory name does not conform to this scheme,
 you must rename it before using 
 .B dh_make.
@@ -35,12 +35,12 @@
 .TP
 .B Library (l)
 The package will generate at least two binaries. One library package
-containing just the lib in /usr/lib and another *-dev_*.deb package
+containing just the lib in /usr/lib and another *\-dev_*.deb package
 containing documentation and C headers.
 .TP
 .B Kernel module (k)
-The package will generate a binary-all kernel module -source package for
-use with the make-kpkg command. It also generates a binary package for
+The package will generate a binary\-all kernel module \-source package for
+use with the make\-kpkg command. It also generates a binary package for
 additional utilities, daemons, etc. that may come with the source.
 .TP
 .B cdbs (b)
@@ -75,7 +75,7 @@
 .B $EMAIL
 or
 .B $DEBEMAIL
-is set, or the -e (--email) option is supplied, then that e-mail address
+is set, or the \-e (\-\-email) option is supplied, then that e-mail address
 is used for the e-mail address of the maintainer (instead of looking it
 up in the environment. An example, for bash:
 .PP
@@ -88,68 +88,68 @@
 Renaming the example files to their name without the .ex at the end (and
 editing them if necessary) will activate that feature of debhelper.
 .PP
-If the --templates or -o (--overlay) option is used
+If the \-\-templates or \-o (\-\-overlay) option is used
 .B dh_make
 will apply a customizing template to the "debian" directory. See the
 templates described in the FILES section of this manpage for samples.
 .SH OPTIONS
 .TP
-.I -c, --copyright <license>
+.I \-c, \-\-copyright <license>
 Use <license> type in copyright file.  <license> can be gpl, lgpl, artistic
 or bsd.  If this field is not specified the copyright file has a space to
 fill in which sort of license is used. The field is case-insensitive so
--c GPL works as well as -c gpl.
+\-c GPL works as well as \-c gpl.
 .TP
-.I -e, --email <address>
+.I \-e, \-\-email <address>
 Use <address> as the e-mail address in the Maintainer: field of
 debian/control file.
 .TP
-.I -n, --native
+.I \-n, \-\-native
 Create a native Debian packages, i.e. do not generate a .orig archive, 
-since it will be generated when building with dpkg-buildpackage.
-The version number will not have a Debian revision number (e.g. -1)
+since it will be generated when building with dpkg\-buildpackage.
+The version number will not have a Debian revision number (e.g. \-1)
 appended to it.
 .TP
-.I -f, --file <file>
+.I \-f, \-\-file <file>
 Use <file> as the original source archive, and skip the copying of the
 current program tree to program.orig.
 .TP
-.I -l, --library
+.I \-l, \-\-library
 Automatically set the package class to Library, skipping the question.
 .TP
-.I -s, --single
+.I \-s, \-\-single
 Automatically set the package class to Single binary, skipping the question.
 .TP
-.I -m, --multi
+.I \-m, \-\-multi
 Automatically set the package class to Multiple binary, skipping the question.
 .TP
-.I -k, --kmod
+.I \-k, \-\-kmod
 Automatically set the package class to Kernel module, skipping the question.
 .TP
-.I -b, --cdbs
+.I \-b, \-\-cdbs
 Automatically set package class to cdbs, skipping the question.
 .TP
-.I -a, --addmissing
+.I \-a, \-\-addmissing
 Adds missing example and control files on an existing debian source directory.
 .TP
-.I -t, --templates <directory>
+.I \-t, \-\-templates <directory>
 Applies the customizing templates in <directory> to the debian directory.
 .TP
-.I -o, --overlay <directory>
+.I \-o, \-\-overlay <directory>
 Applies a customization template to an existing debian directory.
 .TP
-.I -p, --packagename <name>
+.I \-p, \-\-packagename <name>
 Force the package name to be <name>, good for packages with hyphens in their
 name or other strangeness.
 .TP
-.I -d, --defaultless
+.I \-d, \-\-defaultless
 Skips applying the default templates to the target debian directory.
 .TP
-.I -h, --help
+.I \-h, \-\-help
 Display the name, version, available options and authors, and exit
 successfully.
 .TP
-.I -v, --version
+.I \-v, \-\-version
 Show the program name and version, and exit successfully.
 .SH FILES
 .TP
@@ -169,10 +169,10 @@
 .B licenses/
 template files for the more common licenses used in Debian packages
 .SH SEE ALSO
-.BR "dpkg(1), dpkg-buildpackage(1), debhelper(1), make-kpkg(1), debhelper(7)"
+.BR "dpkg(1), dpkg\-buildpackage(1), debhelper(1), make\-kpkg(1), debhelper(7)"
 .P
-You may also want to read the Debian Policy (in /usr/share/doc/debian-policy)
-and the New Maintainers' Guide (in /usr/share/doc/maint-guide).
+You may also want to read the Debian Policy (in /usr/share/doc/debian\-policy)
+and the New Maintainers' Guide (in /usr/share/doc/maint\-guide).
 .SH AUTHORS
 Christoph Lameter <[EMAIL PROTECTED]> wrote the original script, in sh.
 .br

Reply via email to