The following commit has been merged in the master branch:
commit c50291bb6844f825eb6cb6c81a40c4b6e1572f3b
Author: Guillem Jover <[EMAIL PROTECTED]>
Date: Fri Mar 14 06:32:51 2008 +0200
Fix minor errors in manpages
Spotted by Helge Kreutzmann.
diff --git a/man/ChangeLog b/man/ChangeLog
index a26c845..586de5d 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,12 @@
+2008-03-14 Guillem Jover <[EMAIL PROTECTED]>
+
+ Fix errors spotted by Helge Kreutzmann.
+
+ * dpkg-buildpackage.1: Refer to 'Debian' not 'debian'. Remove a space
+ beofre a comma. Replace FFLAGS with CFLAGS when referring to usage
+ similar to C for Fortran. Do not make bold a terminating parenthesis.
+ * dpkg-checkbuilddeps.1: Mark 'debian/contorl' file with italics.
+
2008-03-11 Helge Kreutzmann <[EMAIL PROTECTED]>
* po/de.po: Updated to 1401t4f56u.
diff --git a/man/dpkg-buildpackage.1 b/man/dpkg-buildpackage.1
index e220f87..f831d9f 100644
--- a/man/dpkg-buildpackage.1
+++ b/man/dpkg-buildpackage.1
@@ -1,4 +1,4 @@
-.TH dpkg\-buildpackage 1 "2008-01-03" "Debian Project" "dpkg utilities"
+.TH dpkg\-buildpackage 1 "2008-03-14" "Debian Project" "dpkg utilities"
.SH NAME
dpkg\-buildpackage \- build binary or source packages from sources
.
@@ -212,10 +212,10 @@ not all \fIrules\fP files and build tools will honour
these variables,
yet.
.TP
.B CFLAGS
-Optimization options which are passed to the debian build system and
+Optimization options which are passed to the Debian build system and
can/should be overriden by the package build if needed (default value:
-.BR \-g\ \-O2
-, or
+.BR "\-g \-O2" ,
+or
.BR \-g\ \-O0
if
.BR noopt
@@ -241,7 +241,7 @@ for C++ sources.
.TP
.B FFLAGS
Same as
-.B FFLAGS
+.B CFLAGS
for Fortran sources.
.TP
.B FFLAGS_APPEND
@@ -250,12 +250,12 @@ Same as
for Fortran sources.
.TP
.B CPPFLAGS
-Preprocessor flags which are passed to the debian build system and
+Preprocessor flags which are passed to the Debian build system and
can/should be overriden by the package build if needed (default:
empty). This macro is seldom used (most build systems just use
.B CFLAGS
instead of
-.B CPPFLAGS).
+.BR CPPFLAGS ).
.TP
.B CPPFLAGS_APPEND
Preprocessor flags appended to the preprocessor flags, which must not
diff --git a/man/dpkg-checkbuilddeps.1 b/man/dpkg-checkbuilddeps.1
index 96c7585..2c96431 100644
--- a/man/dpkg-checkbuilddeps.1
+++ b/man/dpkg-checkbuilddeps.1
@@ -1,4 +1,4 @@
-.TH dpkg\-checkbuilddeps 1 "2007-07-18" "Debian Project" "dpkg utilities"
+.TH dpkg\-checkbuilddeps 1 "2008-03-14" "Debian Project" "dpkg utilities"
.SH NAME
dpkg\-checkbuilddeps \- check build dependencies and conflicts
.
@@ -29,7 +29,7 @@ be built.
.TP
.BI "\-c " build-conflicts-string
Use the given build dependencies/conflicts instead of those contained in the
-debian/control file.
+\fIdebian/control\fP file.
.TP
.B \-h
Show the usage message and exit.
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]