This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=ff8201011d72ffd89c566f702b9af1e59031bcdd commit ff8201011d72ffd89c566f702b9af1e59031bcdd Author: Guillem Jover <[email protected]> AuthorDate: Sat May 16 16:52:31 2020 +0200 man: Fix indentation in example sections The example blocks are already indented, no need to indent them further. Fixes: commit bc628ec488b0fb11b629eb0143101bcf04e759b0 --- man/deb-src-symbols.man | 10 ++++++---- man/deb-substvars.man | 18 +++++++++--------- man/dpkg-buildflags.man | 40 ++++++++++++++++++++-------------------- man/dpkg-mergechangelogs.man | 6 +++--- man/dpkg-source.man | 14 +++++++------- 5 files changed, 45 insertions(+), 43 deletions(-) diff --git a/man/deb-src-symbols.man b/man/deb-src-symbols.man index a73e06e99..329437449 100644 --- a/man/deb-src-symbols.man +++ b/man/deb-src-symbols.man @@ -327,7 +327,9 @@ You can factorize the common part in some external file and include that file in your \fIpackage\fR.symbols.\fIarch\fR file by using an include directive like this: +.EX #include "\fIpackages\fR.symbols.common" +.EE .IP • 4 The include directive may also be tagged like any symbol: @@ -341,10 +343,10 @@ to create a common \fIpackage\fR.symbols file which includes architecture specific symbol files: .EX - common_symbol1@Base 1.0 - (arch=amd64 ia64 alpha)#include "package.symbols.64bit" - (arch=!amd64 !ia64 !alpha)#include "package.symbols.32bit" - common_symbol2@Base 1.0 + common_symbol1@Base 1.0 +(arch=amd64 ia64 alpha)#include "package.symbols.64bit" +(arch=!amd64 !ia64 !alpha)#include "package.symbols.32bit" + common_symbol2@Base 1.0 .EE .P The symbols files are read line by line, and include directives are processed diff --git a/man/deb-substvars.man b/man/deb-substvars.man index 5fbb80dcd..869928d20 100644 --- a/man/deb-substvars.man +++ b/man/deb-substvars.man @@ -67,20 +67,20 @@ when the field is output. For example, if the variable great." and if you have the following field: .EX - Description: foo application - ${Description} - . - More text. +Description: foo application + ${Description} + . + More text. .EE It will result in: .EX - Description: foo application - foo is bar. - foo is great. - . - More text. +Description: foo application + foo is bar. + foo is great. + . + More text. .EE Variables can be set using the diff --git a/man/dpkg-buildflags.man b/man/dpkg-buildflags.man index 6683ec607..5e2168404 100644 --- a/man/dpkg-buildflags.man +++ b/man/dpkg-buildflags.man @@ -143,26 +143,26 @@ state of all feature flags, and the compiler flags with their origin .IP For example: .EX - Vendor: Debian - Environment: - DEB_CFLAGS_SET=-O0 -Wall +Vendor: Debian +Environment: + DEB_CFLAGS_SET=-O0 -Wall - Area: qa - Features: - bug=no - canary=no +Area: qa +Features: + bug=no + canary=no - Area: reproducible - Features: - timeless=no +Area: reproducible +Features: + timeless=no - Flag: CFLAGS - Value: -O0 -Wall - Origin: env +Flag: CFLAGS +Value: -O0 -Wall +Origin: env - Flag: CPPFLAGS - Value: -D_FORTIFY_SOURCE=2 - Origin: vendor +Flag: CPPFLAGS +Value: -D_FORTIFY_SOURCE=2 +Origin: vendor .EE .TP .BI \-\-query\-features " area" @@ -177,11 +177,11 @@ The output is in RFC822 format, with one section per feature. For example: .IP .EX - Feature: pie - Enabled: yes +Feature: pie +Enabled: yes - Feature: stackprotector - Enabled: yes +Feature: stackprotector +Enabled: yes .EE .TP .B \-\-help diff --git a/man/dpkg-mergechangelogs.man b/man/dpkg-mergechangelogs.man index 259e563a3..7d2e8ed8a 100644 --- a/man/dpkg-mergechangelogs.man +++ b/man/dpkg-mergechangelogs.man @@ -86,9 +86,9 @@ repository, you have first to register a new merge driver in \fB.git/config\fP or \fB~/.gitconfig\fP: .P .EX - [merge "dpkg\-mergechangelogs"] - name = debian/changelog merge driver - driver = dpkg\-mergechangelogs \-m %O %A %B %A +[merge "dpkg\-mergechangelogs"] + name = debian/changelog merge driver + driver = dpkg\-mergechangelogs \-m %O %A %B %A .EE .P Then you have to setup the merge attribute for the debian/changelog file diff --git a/man/dpkg-source.man b/man/dpkg-source.man index e87f6a1cb..aa2f0f4ee 100644 --- a/man/dpkg-source.man +++ b/man/dpkg-source.man @@ -846,13 +846,13 @@ quotes are allowed around the value. Here's an example of such a file: .P .EX - # let dpkg\-source create a debian.tar.bz2 with maximal compression - compression = "bzip2" - compression\-level = 9 - # use debian/patches/debian\-changes as automatic patch - single\-debian\-patch - # ignore changes on config.{sub,guess} - extend-diff-ignore = "(^|/)(config\.sub|config\.guess)$" +# let dpkg\-source create a debian.tar.bz2 with maximal compression +compression = "bzip2" +compression\-level = 9 +# use debian/patches/debian\-changes as automatic patch +single\-debian\-patch +# ignore changes on config.{sub,guess} +extend-diff-ignore = "(^|/)(config\.sub|config\.guess)$" .EE .P \fBNote:\fP \fBformat\fR options are not accepted in this file, you should -- Dpkg.Org's dpkg

