[Reproducible-commits] [dpkg] 09/90: man: Use the feature area name in the subsection title

Jérémy Bobbio lunar at moszumanska.debian.org
Sat Aug 29 18:26:08 UTC 2015


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

lunar pushed a commit to branch pu/reproducible_builds
in repository dpkg.

commit e8fedc0a30b15959c772dee519e2c91ffb07cb92
Author: Guillem Jover <guillem at debian.org>
Date:   Tue Jun 9 04:36:34 2015 +0200

    man: Use the feature area name in the subsection title
    
    Using something else is more confusing as it does not match with the
    actual feature name.
---
 debian/changelog      | 1 +
 man/dpkg-buildflags.1 | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f8b5b11..243ae33 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ dpkg (1.18.2) UNRELEASED; urgency=low
   * Documentation:
     - Fix grammar in dpkg-architecture(1).
       Thanks to Chris Lamb <lamby at debian.org>. Closes: #787616
+    - Use the feature area name in the dpkg-buildflags(1) subsection title.
 
   [ Updated programs translations ]
   * Dutch (Frans Spiesschaert). Closes: #789097
diff --git a/man/dpkg-buildflags.1 b/man/dpkg-buildflags.1
index 0e17024..40c4cfd 100644
--- a/man/dpkg-buildflags.1
+++ b/man/dpkg-buildflags.1
@@ -215,7 +215,7 @@ Thus disabling everything in the \fBhardening\fP area and enabling only
 .P
   export DEB_BUILD_MAINT_OPTIONS=hardening=\-all,+format,+fortify
 .
-.SS Quality Assurance (QA)
+.SS qa
 Several compile-time options (detailed below) can be used to help detect
 problems in the source code or build system.
 .TP
@@ -232,7 +232,7 @@ The only currently supported flags are \fBCPPFLAGS\fP, \fBCFLAGS\fP,
 to \fB\-D__DEB_CANARY_\fP\fIflag\fP_\fIrandom-id\fP\fB__\fP, and
 \fBLDFLAGS\fP set to \fB\-Wl,\-z,deb-canary\-\fP\fIrandom-id\fP.
 .
-.SS Sanitize
+.SS sanitize
 Several compile-time options (detailed below) can be used to help sanitize
 a resulting binary against memory corruptions, memory leaks, use after free,
 threading data races and undefined behavior bugs.
@@ -254,7 +254,7 @@ or the \fBthread\fP features are enabled, as they imply it.
 .B undefined
 This setting (disabled by default) adds \fB\-fsanitize=undefined\fP to
 \fBCFLAGS\fP, \fBCXXFLAGS\fP and \fBLDFLAGS\fP.
-.SS Hardening
+.SS hardening
 Several compile-time options (detailed below) can be used to help harden
 a resulting binary against memory corruption attacks, or provide
 additional warning messages during compilation.
@@ -362,7 +362,7 @@ architectures (most notably i386) can see performance losses of up to
 15% in very text-segment-heavy application workloads; most workloads
 see less than 1%. Architectures with more general registers (e.g. amd64)
 do not see as high a worst-case penalty.
-.SS Reproducibility
+.SS reproducible
 The compile-time options detailed below can be used to help improve
 build reproducibility or provide additional warning messages during
 compilation. Except as noted below, these are enabled by default for

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dpkg.git



More information about the Reproducible-commits mailing list