Browse Source

dpkg-buildpackage(1): add missing paragraph separator

Reported-by: Per Andersson <avtobiff@gmail.com>
Raphael Hertzog 17 years ago
parent
commit
644aa62b33
2 changed files with 3 additions and 0 deletions
  1. 2 0
      debian/changelog
  2. 1 0
      man/dpkg-buildpackage.1

+ 2 - 0
debian/changelog

@@ -12,6 +12,8 @@ dpkg (1.15.3) UNRELEASED; urgency=low
     Closes: #530633, #531611, #532739
   * Let update-alternatives fix a manual alternative with a dangling symlink
     by switching it to automatic mode. Closes: #529999
+  * Add missing paragraph separator in dpkg-buildpackage(1). Thanks to Per
+    Andersson <avtobiff@gmail.com>. Closes: #532769
 
   [ Updated dpkg translations ]
   * Simplified Chinese (Deng Xiyue). Closes: #531387

+ 1 - 0
man/dpkg-buildpackage.1

@@ -124,6 +124,7 @@ to the DEB_BUILD_OPTIONS environment variable which allows
 debian/rules files to use this information for their own purposes.
 The \fBparallel=\fP\fIjobs\fP in DEB_BUILD_OPTIONS environment variable
 will override the \fB-j\fP value if this option is given.
+.TP
 .B \-D
 Check build dependencies and conflicts; abort if unsatisfied. This is the
 default behavior.