Spotted by Helge Kreutzmann.
+2008-03-14 Guillem Jover <guillem@debian.org>
+
+ 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 <debian@helgefjell.de>
* po/de.po: Updated to 1401t4f56u.
-.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
.
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
.TP
.B FFLAGS
Same as
-.B FFLAGS
+.B CFLAGS
for Fortran sources.
.TP
.B FFLAGS_APPEND
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
-.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
.
.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.