This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
commit b1c278d631048724461c87e1e2749f2d1ed8be15 Author: Guillem Jover <[email protected]> Date: Sun Oct 16 22:41:54 2016 +0200 man: Disable hyphenation globally Instead of marking specific words as not hyphenable, depending on the width of the output, which should not be considered stable. Or simply the SEE ALSO section. Just disable hyphenation globally for the whole man page. --- debian/changelog | 2 ++ man/deb-changelog.man | 1 + man/deb-changes.man | 1 + man/deb-conffiles.man | 1 + man/deb-control.man | 7 ++++--- man/deb-extra-override.man | 1 + man/deb-old.man | 1 + man/deb-origin.man | 1 + man/deb-override.man | 2 +- man/deb-postinst.man | 1 + man/deb-postrm.man | 1 + man/deb-preinst.man | 1 + man/deb-prerm.man | 1 + man/deb-shlibs.man | 1 + man/deb-split.man | 1 + man/deb-src-control.man | 3 ++- man/deb-src-files.man | 2 +- man/deb-substvars.man | 2 +- man/deb-symbols.man | 1 + man/deb-triggers.man | 1 + man/deb-version.man | 1 + man/deb.man | 1 + man/deb822.man | 1 + man/dpkg-architecture.man | 13 +++++++------ man/dpkg-buildflags.man | 15 ++++++++------- man/dpkg-buildpackage.man | 6 +++--- man/dpkg-checkbuilddeps.man | 1 + man/dpkg-deb.man | 1 + man/dpkg-distaddfile.man | 2 +- man/dpkg-divert.man | 1 + man/dpkg-genchanges.man | 2 +- man/dpkg-gencontrol.man | 2 +- man/dpkg-gensymbols.man | 1 + man/dpkg-maintscript-helper.man | 2 +- man/dpkg-mergechangelogs.man | 1 + man/dpkg-name.man | 1 + man/dpkg-parsechangelog.man | 1 + man/dpkg-query.man | 1 + man/dpkg-scanpackages.man | 2 +- man/dpkg-scansources.man | 1 + man/dpkg-shlibdeps.man | 1 + man/dpkg-source.man | 2 +- man/dpkg-split.man | 1 + man/dpkg-statoverride.man | 1 + man/dpkg-trigger.man | 1 + man/dpkg-vendor.man | 1 + man/dpkg.cfg.man | 1 + man/dpkg.man | 2 +- man/dsc.man | 1 + man/dselect.cfg.man | 1 + man/dselect.man | 1 + man/start-stop-daemon.man | 1 + man/update-alternatives.man | 1 + 53 files changed, 73 insertions(+), 30 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8e120d2..109cdb1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -29,6 +29,8 @@ dpkg (1.18.11) UNRELEASED; urgency=medium possible to use UTF-8 in the source and convert to the more conservative groff escape sequences on the output. - Switch from groff escape sequences to UTF-8 in man pages sources. + - Disable hyphenation in man pages globally, because it performs very + poorly on many technical terms. * Build system: - Add support for profiling perl modules. - Clean up compiler and linker automatic flag usage in configure. diff --git a/man/deb-changelog.man b/man/deb-changelog.man index c822593..2767c3b 100644 --- a/man/deb-changelog.man +++ b/man/deb-changelog.man @@ -23,6 +23,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH deb-changelog 5 "%RELEASE_DATE%" "%VERSION%" "Debian" +.nh .SH NAME deb\-changelog \- dpkg source packages' changelog file format . diff --git a/man/deb-changes.man b/man/deb-changes.man index c1231dc..0342e64 100644 --- a/man/deb-changes.man +++ b/man/deb-changes.man @@ -18,6 +18,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH deb\-changes 5 "%RELEASE_DATE%" "%VERSION%" "Debian" +.nh .SH NAME deb\-changes \- Debian changes file format . diff --git a/man/deb-conffiles.man b/man/deb-conffiles.man index fb4f861..93a6ebe 100644 --- a/man/deb-conffiles.man +++ b/man/deb-conffiles.man @@ -16,6 +16,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH deb\-conffiles 5 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities" +.nh .SH NAME deb\-conffiles \- package conffiles . diff --git a/man/deb-control.man b/man/deb-control.man index 90a8ea8..68ca50d 100644 --- a/man/deb-control.man +++ b/man/deb-control.man @@ -20,6 +20,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH deb\-control 5 "%RELEASE_DATE%" "%VERSION%" "Debian" +.nh .SH NAME deb\-control \- Debian binary packages' master control file format . @@ -120,14 +121,14 @@ The name of the distribution this package is originating from. .BI Bugs: " url" The \fIurl\fP of the bug tracking system for this package. The current used format is \fIbts-type\fP\fB://\fP\fIbts-address\fP, like -\fB\%debbugs://bugs.debian.org\fP. +\fBdebbugs://bugs.debian.org\fP. .TP .BI Homepage: " url" The upstream project home page \fIurl\fP. .TP .BI Tag: " tag-list" List of tags describing the qualities of the package. The description and -list of supported tags can be found in the \fB\%debtags\fP package. +list of supported tags can be found in the \fBdebtags\fP package. .TP .BR Multi\-Arch: " \fBno\fP|\fBsame\fP|\fBforeign\fP|\fBallowed\fP" This field is used to indicate how this package should behave on a multi-arch @@ -248,7 +249,7 @@ Lists packages that conflict with this one, for example by containing files with the same names. The package maintenance software will not allow conflicting packages to be installed at the same time. Two conflicting packages should each include a -.B \%Conflicts +.B Conflicts line mentioning the other. .TP .BI Replaces: " package-list" diff --git a/man/deb-extra-override.man b/man/deb-extra-override.man index dbf530b..21748c3 100644 --- a/man/deb-extra-override.man +++ b/man/deb-extra-override.man @@ -16,6 +16,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH deb\-extra\-override 5 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities" +.nh .SH NAME deb\-extra\-override \- Debian archive extra override file . diff --git a/man/deb-old.man b/man/deb-old.man index fc2c5b5..eb67368 100644 --- a/man/deb-old.man +++ b/man/deb-old.man @@ -18,6 +18,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH deb\-old 5 "%RELEASE_DATE%" "%VERSION%" "Debian" +.nh .SH NAME deb\-old \- old style Debian binary package format . diff --git a/man/deb-origin.man b/man/deb-origin.man index be2d1b1..51ed317 100644 --- a/man/deb-origin.man +++ b/man/deb-origin.man @@ -17,6 +17,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH deb\-origin 5 "%RELEASE_DATE%" "%VERSION%" "Debian" +.nh .SH NAME deb\-origin \- Vendor-specific information files .SH SYNOPSIS diff --git a/man/deb-override.man b/man/deb-override.man index 3723419..315a2f9 100644 --- a/man/deb-override.man +++ b/man/deb-override.man @@ -17,6 +17,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH deb\-override 5 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities" +.nh .SH NAME deb\-override \- Debian archive override file . @@ -65,7 +66,6 @@ directory on any Debian mirror. . .SH SEE ALSO .ad l -.nh .BR dpkg\-scanpackages (1), .BR dpkg\-scansources (1), .BR apt\-ftparchive (1). diff --git a/man/deb-postinst.man b/man/deb-postinst.man index e505914..7642474 100644 --- a/man/deb-postinst.man +++ b/man/deb-postinst.man @@ -16,6 +16,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH deb\-postinst 5 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities" +.nh .SH NAME deb\-postinst \- package post-installation maintainer script . diff --git a/man/deb-postrm.man b/man/deb-postrm.man index 450dffe..065ada9 100644 --- a/man/deb-postrm.man +++ b/man/deb-postrm.man @@ -16,6 +16,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH deb\-postrm 5 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities" +.nh .SH NAME deb\-postrm \- package post-removal maintainer script . diff --git a/man/deb-preinst.man b/man/deb-preinst.man index 1ab99d8..1558683 100644 --- a/man/deb-preinst.man +++ b/man/deb-preinst.man @@ -16,6 +16,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH deb\-preinst 5 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities" +.nh .SH NAME deb\-preinst \- package pre-installation maintainer script . diff --git a/man/deb-prerm.man b/man/deb-prerm.man index ccfc995..ef606a0 100644 --- a/man/deb-prerm.man +++ b/man/deb-prerm.man @@ -16,6 +16,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH deb\-prerm 5 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities" +.nh .SH NAME deb\-prerm \- package pre-removal maintainer script . diff --git a/man/deb-shlibs.man b/man/deb-shlibs.man index 55d2078..2d06bdd 100644 --- a/man/deb-shlibs.man +++ b/man/deb-shlibs.man @@ -17,6 +17,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH deb\-shlibs 5 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities" +.nh .SH NAME deb\-shlibs \- Debian shared library information file . diff --git a/man/deb-split.man b/man/deb-split.man index 0c2371c..c53218a 100644 --- a/man/deb-split.man +++ b/man/deb-split.man @@ -16,6 +16,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH deb\-split 5 "%RELEASE_DATE%" "%VERSION%" "Debian" +.nh .SH NAME deb\-split \- Debian multi-part binary package format .SH SYNOPSIS diff --git a/man/deb-src-control.man b/man/deb-src-control.man index cf063b9..3d7b50d 100644 --- a/man/deb-src-control.man +++ b/man/deb-src-control.man @@ -18,6 +18,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH deb\-src\-control 5 "%RELEASE_DATE%" "%VERSION%" "Debian" +.nh .SH NAME deb\-src\-control \- Debian source packages' master control file format . @@ -78,7 +79,7 @@ The upstream project home page URL. .BI Bugs: " url" The \fIurl\fP of the bug tracking system for this package. The current used format is \fIbts-type\fP\fB://\fP\fIbts-address\fP, like -\fB\%debbugs://bugs.debian.org\fP. This field is usually not needed. +\fBdebbugs://bugs.debian.org\fP. This field is usually not needed. .TP .BI Vcs\-Arch: " url" diff --git a/man/deb-src-files.man b/man/deb-src-files.man index 83a19b2..d7d7613 100644 --- a/man/deb-src-files.man +++ b/man/deb-src-files.man @@ -16,6 +16,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH deb\-src\-files 5 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities" +.nh .SH NAME deb\-src\-files \- Debian distribute files format . @@ -49,6 +50,5 @@ This file is not intended to be modified directly, please use one of . .SH SEE ALSO .ad l -.nh .BR dpkg\-genchanges (1), .BR dpkg\-distaddfile (1). diff --git a/man/deb-substvars.man b/man/deb-substvars.man index d9dc170..c7fb76f 100644 --- a/man/deb-substvars.man +++ b/man/deb-substvars.man @@ -19,6 +19,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH deb\-substvars 5 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities" +.nh .SH NAME deb\-substvars \- Debian source substitution variables . @@ -173,7 +174,6 @@ List of substitution variables and values. . .SH SEE ALSO .ad l -.nh .BR dpkg (1), .BR dpkg\-genchanges (1), .BR dpkg\-gencontrol (1), diff --git a/man/deb-symbols.man b/man/deb-symbols.man index bd56d56..26d6688 100644 --- a/man/deb-symbols.man +++ b/man/deb-symbols.man @@ -17,6 +17,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH deb\-symbols 5 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities" +.nh .SH NAME deb\-symbols \- Debian's extended shared library information file . diff --git a/man/deb-triggers.man b/man/deb-triggers.man index 95bf7fa..106b620 100644 --- a/man/deb-triggers.man +++ b/man/deb-triggers.man @@ -17,6 +17,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH deb\-triggers 5 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities" +.nh .SH NAME deb\-triggers \- package triggers . diff --git a/man/deb-version.man b/man/deb-version.man index ca996b4..938133c 100644 --- a/man/deb-version.man +++ b/man/deb-version.man @@ -19,6 +19,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH deb\-version 5 "%RELEASE_DATE%" "%VERSION%" "Debian" +.nh .SH NAME deb\-version \- Debian package version number format . diff --git a/man/deb.man b/man/deb.man index 3d0a3cf..f1ba890 100644 --- a/man/deb.man +++ b/man/deb.man @@ -19,6 +19,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH deb 5 "%RELEASE_DATE%" "%VERSION%" "Debian" +.nh .SH NAME deb \- Debian binary package format .SH SYNOPSIS diff --git a/man/deb822.man b/man/deb822.man index 316285c..32e09ea 100644 --- a/man/deb822.man +++ b/man/deb822.man @@ -17,6 +17,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH deb822 5 "%RELEASE_DATE%" "%VERSION%" "Debian" +.nh .SH NAME deb822 \- Debian RFC822 control data format . diff --git a/man/dpkg-architecture.man b/man/dpkg-architecture.man index abc1de2..87eab43 100644 --- a/man/dpkg-architecture.man +++ b/man/dpkg-architecture.man @@ -19,6 +19,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH dpkg\-architecture 1 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities" +.nh .SH NAME dpkg\-architecture \- set and determine the architecture for package building . @@ -43,7 +44,7 @@ or the same as the build architecture if \fBCC\fP or gcc are both not available. One out of \fB\-\-host\-arch\fR and \fB\-\-host\-type\fR is sufficient, the value of the other will be set to a usable default. Indeed, it is often better to only -specify one, because \fB\%dpkg\-architecture\fP will warn you if your choice +specify one, because \fBdpkg\-architecture\fP will warn you if your choice does not match the default. . .SH COMMANDS @@ -121,10 +122,10 @@ specified endianness (since dpkg 1.17.14). Either \fBlittle\fP or \fBbig\fP. .TP .BR \-f ", " \-\-force Values set by existing environment variables with the same name as used by -the scripts are honored (i.e. used by \fB\%dpkg\-architecture\fP), except if +the scripts are honored (i.e. used by \fBdpkg\-architecture\fP), except if this force flag is present. This allows the user -to override a value even when the call to \fB\%dpkg\-architecture\fP is buried -in some other script (for example \fB\%dpkg\-buildpackage\fP(1)). +to override a value even when the call to \fBdpkg\-architecture\fP is buried +in some other script (for example \fBdpkg\-buildpackage\fP(1)). . .SH TERMS .IP "build machine" 4 @@ -242,7 +243,7 @@ Makefile snippet that properly sets and exports all the variables that . .SH EXAMPLES \fBdpkg\-buildpackage\fP accepts the \fB\-a\fR option and passes it to -\fB\%dpkg\-architecture\fP. Other examples: +\fBdpkg\-architecture\fP. Other examples: .IP CC=i386\-gnu\-gcc dpkg\-architecture \-c debian/rules build .IP @@ -266,7 +267,7 @@ The environment variables set by \fBdpkg\-architecture\fP are passed to \fIdebian/rules\fP as make variables (see make documentation). However, you should not rely on them, as this breaks manual invocation of the script. Instead, you should always initialize them using -\fB\%dpkg\-architecture\fP with the \fB\-q\fP option. Here are some examples, +\fBdpkg\-architecture\fP with the \fB\-q\fP option. Here are some examples, which also show how you can improve the cross compilation support in your package: .PP diff --git a/man/dpkg-buildflags.man b/man/dpkg-buildflags.man index 4212838..225f414 100644 --- a/man/dpkg-buildflags.man +++ b/man/dpkg-buildflags.man @@ -18,6 +18,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH dpkg\-buildflags 1 "%RELEASE_DATE%" "%VERSION%" "dpkg suite" +.nh .SH NAME dpkg\-buildflags \- returns build flags to use during package build . @@ -223,9 +224,9 @@ problems in the source code or build system. This setting (disabled by default) adds any warning option that reliably detects problematic source code. The warnings are fatal. The only currently supported flags are \fBCFLAGS\fP and \fBCXXFLAGS\fP -with flags set to \fB\-Werror=array\-bounds\fP, \fB\%\-Werror=clobbered\fP, -\fB\%\-Werror=implicit\-function\-declaration\fP and -\fB\%\-Werror=volatile\-register\-var\fP. +with flags set to \fB\-Werror=array\-bounds\fP, \fB\-Werror=clobbered\fP, +\fB\-Werror=implicit\-function\-declaration\fP and +\fB\-Werror=volatile\-register\-var\fP. . .TP .B canary @@ -407,12 +408,12 @@ This setting (enabled by default) adds .B \-Wdate\-time to \fBCPPFLAGS\fP. This will cause warnings when the \fB__TIME__\fP, \fB__DATE__\fP and -\fB\%__TIMESTAMP__\fP macros are used. +\fB__TIMESTAMP__\fP macros are used. . .TP .B fixdebugpath This setting (enabled by default) adds -.BI \%\-fdebug\-prefix\-map= BUILDPATH =. +.BI \-fdebug\-prefix\-map= BUILDPATH =. to \fBCFLAGS\fP, \fBCXXFLAGS\fP, \fBOBJCFLAGS\fP, \fBOBJCXXFLAGS\fP, \fBGCJFLAGS\fP, \fBFFLAGS\fP and \fBFCFLAGS\fP where \fBBUILDPATH\fP is set to the top-level directory of the package being built. @@ -464,7 +465,7 @@ See the \fBFEATURE AREAS\fP section for details. .B DEB_VENDOR This setting defines the current vendor. If not set, it will discover the current vendor by reading -\fB\%%PKGCONFDIR%/origins/default\fP. +\fB%PKGCONFDIR%/origins/default\fP. .TP .B DEB_BUILD_PATH This variable sets the build path (since dpkg 1.18.8) to use in features @@ -530,7 +531,7 @@ options to configure or \fBmake\fP(1) directly, as shown above. For other build systems, or when you need more fine-grained control about which flags are passed where, you can use \fB\-\-get\fP. Or you can include \fBbuildflags.mk\fP instead, which takes care of calling -\fB\%dpkg\-buildflags\fP and storing the build flags in make variables. +\fBdpkg\-buildflags\fP and storing the build flags in make variables. .PP If you want to export all buildflags into the environment (where they can be picked up by your build system): diff --git a/man/dpkg-buildpackage.man b/man/dpkg-buildpackage.man index 5997049..923e10c 100644 --- a/man/dpkg-buildpackage.man +++ b/man/dpkg-buildpackage.man @@ -20,6 +20,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH dpkg\-buildpackage 1 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities" +.nh .SH NAME dpkg\-buildpackage \- build binary or source packages from sources . @@ -226,7 +227,7 @@ the number of online processors if \fBauto\fP is specified equivalent to the .BR make (1) option of the same name (since dpkg 1.14.7, long option since dpkg 1.18.8). -Will add itself to the \fB\%MAKEFLAGS\fP +Will add itself to the \fBMAKEFLAGS\fP environment variable, which should cause all subsequent make invocations to inherit the option, thus forcing the parallel setting on the packaging (and possibly the upstream build system if that uses make) @@ -244,7 +245,7 @@ the code will fallback to using an unlimited number. .TP .BR \-J ", " \-\-jobs\-try [=\fIjobs\fP|\fBauto\fP] This option (since dpkg 1.18.2, long option since dpkg 1.18.8) is equivalent -to the \fB\-j\fP option except that it does not set the \fB\%MAKEFLAGS\fP +to the \fB\-j\fP option except that it does not set the \fBMAKEFLAGS\fP environment variable, and as such it is safer to use with any package including those that are not parallel-build safe. .TP @@ -515,7 +516,6 @@ and initial arguments for . .SH SEE ALSO .ad l -.nh .BR dpkg\-source (1), .BR dpkg\-architecture (1), .BR dpkg\-buildflags (1), diff --git a/man/dpkg-checkbuilddeps.man b/man/dpkg-checkbuilddeps.man index da256e0..51b9af0 100644 --- a/man/dpkg-checkbuilddeps.man +++ b/man/dpkg-checkbuilddeps.man @@ -18,6 +18,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH dpkg\-checkbuilddeps 1 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities" +.nh .SH NAME dpkg\-checkbuilddeps \- check build dependencies and conflicts . diff --git a/man/dpkg-deb.man b/man/dpkg-deb.man index 5fb64d6..0abe762 100644 --- a/man/dpkg-deb.man +++ b/man/dpkg-deb.man @@ -19,6 +19,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH dpkg\-deb 1 "%RELEASE_DATE%" "%VERSION%" "dpkg suite" +.nh .SH NAME dpkg\-deb \- Debian package archive (.deb) manipulation tool . diff --git a/man/dpkg-distaddfile.man b/man/dpkg-distaddfile.man index a690404..7eeb65a 100644 --- a/man/dpkg-distaddfile.man +++ b/man/dpkg-distaddfile.man @@ -17,6 +17,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH dpkg\-distaddfile 1 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities" +.nh .SH NAME dpkg\-distaddfile \- add entries to debian/files . @@ -64,5 +65,4 @@ can be used to add additional files. . .SH SEE ALSO .ad l -.nh .BR deb\-src\-files (5). diff --git a/man/dpkg-divert.man b/man/dpkg-divert.man index 9a7432b..42b27d2 100644 --- a/man/dpkg-divert.man +++ b/man/dpkg-divert.man @@ -19,6 +19,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH dpkg\-divert 1 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities" +.nh .SH NAME dpkg\-divert \- override a package's version of a file . diff --git a/man/dpkg-genchanges.man b/man/dpkg-genchanges.man index ea4fb04..cf374a8 100644 --- a/man/dpkg-genchanges.man +++ b/man/dpkg-genchanges.man @@ -19,6 +19,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH dpkg\-genchanges 1 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities" +.nh .SH NAME dpkg\-genchanges \- generate Debian .changes files . @@ -201,7 +202,6 @@ file. . .SH SEE ALSO .ad l -.nh .BR deb\-substvars (5), .BR deb\-src\-control (5), .BR deb\-src\-files (5), diff --git a/man/dpkg-gencontrol.man b/man/dpkg-gencontrol.man index d7d232e..7b4f513 100644 --- a/man/dpkg-gencontrol.man +++ b/man/dpkg-gencontrol.man @@ -19,6 +19,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH dpkg\-gencontrol 1 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities" +.nh .SH NAME dpkg\-gencontrol \- generate Debian control files . @@ -160,7 +161,6 @@ adds the presumed filenames of binary packages whose control files it generates here. .SH SEE ALSO .ad l -.nh .BR deb\-substvars (5), .BR deb\-src\-control (5), .BR deb\-changelog (5), diff --git a/man/dpkg-gensymbols.man b/man/dpkg-gensymbols.man index ae5dc36..4f865db 100644 --- a/man/dpkg-gensymbols.man +++ b/man/dpkg-gensymbols.man @@ -18,6 +18,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH dpkg\-gensymbols 1 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities" +.nh .SH NAME dpkg\-gensymbols \- generate symbols files (shared library dependency information) . diff --git a/man/dpkg-maintscript-helper.man b/man/dpkg-maintscript-helper.man index 587d98d..c3b73ef 100644 --- a/man/dpkg-maintscript-helper.man +++ b/man/dpkg-maintscript-helper.man @@ -17,6 +17,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH dpkg\-maintscript\-helper 1 "%RELEASE_DATE%" "%VERSION%" "dpkg suite" +.nh .SH NAME dpkg\-maintscript\-helper \- works around known dpkg limitations in maintainer scripts . @@ -253,5 +254,4 @@ by dpkg and required by the script are present, and will consider it a failure in case the environment is not sufficient. .SH SEE ALSO .ad l -.nh .BR dh_installdeb (1). diff --git a/man/dpkg-mergechangelogs.man b/man/dpkg-mergechangelogs.man index e47dcc1..47e15d8 100644 --- a/man/dpkg-mergechangelogs.man +++ b/man/dpkg-mergechangelogs.man @@ -16,6 +16,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH dpkg\-mergechangelogs 1 "%RELEASE_DATE%" "%VERSION%" "dpkg suite" +.nh .SH NAME dpkg\-mergechangelogs \- 3-way merge of debian/changelog files . diff --git a/man/dpkg-name.man b/man/dpkg-name.man index 3c32198..e616560 100644 --- a/man/dpkg-name.man +++ b/man/dpkg-name.man @@ -17,6 +17,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH dpkg\-name 1 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities" +.nh .SH NAME dpkg\-name \- rename Debian packages to full package names . diff --git a/man/dpkg-parsechangelog.man b/man/dpkg-parsechangelog.man index 89b3daa..9359524 100644 --- a/man/dpkg-parsechangelog.man +++ b/man/dpkg-parsechangelog.man @@ -20,6 +20,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH dpkg\-parsechangelog 1 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities" +.nh .SH NAME dpkg\-parsechangelog \- parse Debian changelog files . diff --git a/man/dpkg-query.man b/man/dpkg-query.man index 280042c..45d4c1f 100644 --- a/man/dpkg-query.man +++ b/man/dpkg-query.man @@ -19,6 +19,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH dpkg\-query 1 "%RELEASE_DATE%" "%VERSION%" "dpkg suite" +.nh .SH NAME dpkg\-query \- a tool to query the dpkg database . diff --git a/man/dpkg-scanpackages.man b/man/dpkg-scanpackages.man index 407f041..3830495 100644 --- a/man/dpkg-scanpackages.man +++ b/man/dpkg-scanpackages.man @@ -19,6 +19,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH dpkg\-scanpackages 1 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities" +.nh .SH NAME dpkg\-scanpackages \- create Packages index files . @@ -123,7 +124,6 @@ maintainer substitutions which do not take effect. . .SH SEE ALSO .ad l -.nh .BR dpkg (1), .BR dselect (1), .BR deb\-override (5), diff --git a/man/dpkg-scansources.man b/man/dpkg-scansources.man index 4826b33..fa6f968 100644 --- a/man/dpkg-scansources.man +++ b/man/dpkg-scansources.man @@ -18,6 +18,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH dpkg\-scansources 1 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities" +.nh .SH NAME dpkg\-scansources \- create Sources index files . diff --git a/man/dpkg-shlibdeps.man b/man/dpkg-shlibdeps.man index a7c59f0..19cc3df 100644 --- a/man/dpkg-shlibdeps.man +++ b/man/dpkg-shlibdeps.man @@ -20,6 +20,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH dpkg\-shlibdeps 1 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities" +.nh .SH NAME dpkg\-shlibdeps \- generate shared library substvar dependencies . diff --git a/man/dpkg-source.man b/man/dpkg-source.man index 317277d..b06ac46 100644 --- a/man/dpkg-source.man +++ b/man/dpkg-source.man @@ -21,6 +21,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH dpkg\-source 1 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities" +.nh .SH NAME dpkg\-source \- Debian source package (.dsc) manipulation tool . @@ -830,7 +831,6 @@ The point at which field overriding occurs compared to certain standard output field settings is rather confused. .SH SEE ALSO .ad l -.nh .BR deb\-src\-control (5), .BR deb\-changelog (5), .BR dsc (5). diff --git a/man/dpkg-split.man b/man/dpkg-split.man index 34a5bd7..99240ed 100644 --- a/man/dpkg-split.man +++ b/man/dpkg-split.man @@ -17,6 +17,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH dpkg\-split 1 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities" +.nh .SH NAME dpkg\-split \- Debian package archive split/join tool . diff --git a/man/dpkg-statoverride.man b/man/dpkg-statoverride.man index 5ee1cbb..0afacb7 100644 --- a/man/dpkg-statoverride.man +++ b/man/dpkg-statoverride.man @@ -17,6 +17,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH dpkg\-statoverride 1 "%RELEASE_DATE%" "Debian project" "dpkg utilities" +.nh .SH NAME dpkg\-statoverride \- override ownership and mode of files . diff --git a/man/dpkg-trigger.man b/man/dpkg-trigger.man index 43688fe..79f4e8e 100644 --- a/man/dpkg-trigger.man +++ b/man/dpkg-trigger.man @@ -16,6 +16,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH dpkg\-trigger 1 "%RELEASE_DATE%" "%VERSION%" "dpkg suite" +.nh .SH NAME dpkg\-trigger \- a package trigger utility . diff --git a/man/dpkg-vendor.man b/man/dpkg-vendor.man index accac21..98815f1 100644 --- a/man/dpkg-vendor.man +++ b/man/dpkg-vendor.man @@ -16,6 +16,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH dpkg\-vendor 1 "%RELEASE_DATE%" "%VERSION%" "dpkg suite" +.nh .SH NAME dpkg\-vendor \- queries information about distribution vendors . diff --git a/man/dpkg.cfg.man b/man/dpkg.cfg.man index 51eb23a..680c55f 100644 --- a/man/dpkg.cfg.man +++ b/man/dpkg.cfg.man @@ -17,6 +17,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH dpkg.cfg 5 "%RELEASE_DATE%" "%VERSION%" "dpkg suite" +.nh .SH NAME dpkg.cfg \- dpkg configuration file . diff --git a/man/dpkg.man b/man/dpkg.man index a42b368..ffc31a0 100644 --- a/man/dpkg.man +++ b/man/dpkg.man @@ -24,6 +24,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH dpkg 1 "%RELEASE_DATE%" "%VERSION%" "dpkg suite" +.nh .SH NAME dpkg \- package manager for Debian . @@ -1046,7 +1047,6 @@ following packages: \fBapt\fR, \fBaptitude\fR and \fBdebsums\fR. . .SH SEE ALSO .ad l -.nh \fBaptitude\fP(1), \fBapt\fP(1), \fBdselect\fP(1), diff --git a/man/dsc.man b/man/dsc.man index 6fa77f0..20a12c7 100644 --- a/man/dsc.man +++ b/man/dsc.man @@ -17,6 +17,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH dsc 5 "%RELEASE_DATE%" "%VERSION%" "Debian" +.nh .SH NAME dsc \- Debian source packages' control file format . diff --git a/man/dselect.cfg.man b/man/dselect.cfg.man index 881f2fc..ee0d597 100644 --- a/man/dselect.cfg.man +++ b/man/dselect.cfg.man @@ -17,6 +17,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH dselect.cfg 5 "%RELEASE_DATE%" "%VERSION%" "dpkg suite" +.nh .SH NAME dselect.cfg \- dselect configuration file . diff --git a/man/dselect.man b/man/dselect.man index 1263d90..c969429 100644 --- a/man/dselect.man +++ b/man/dselect.man @@ -20,6 +20,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH dselect 1 "%RELEASE_DATE%" "%VERSION%" "Debian" +.nh .SH NAME dselect \- Debian package management frontend . diff --git a/man/start-stop-daemon.man b/man/start-stop-daemon.man index 9de5db5..5652788 100644 --- a/man/start-stop-daemon.man +++ b/man/start-stop-daemon.man @@ -21,6 +21,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH start\-stop\-daemon 8 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities" +.nh .SH NAME start\-stop\-daemon \- start and stop system daemon programs . diff --git a/man/update-alternatives.man b/man/update-alternatives.man index 5a7d768..360e37a 100644 --- a/man/update-alternatives.man +++ b/man/update-alternatives.man @@ -23,6 +23,7 @@ .\" along with this program. If not, see <https://www.gnu.org/licenses/>. . .TH update\-alternatives 1 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities" +.nh .SH NAME update\-alternatives \- maintain symbolic links determining default commands . -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/dpkg/dpkg.git

