浏览代码

dpkg-buildpackage(1): Fix name of binary target in default case

Raphael Hertzog 17 年之前
父节点
当前提交
fc08909f3a
共有 2 个文件被更改,包括 6 次插入1 次删除
  1. 5 0
      ChangeLog
  2. 1 1
      man/dpkg-buildpackage.1

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2009-02-11  Raphael Hertzog  <hertzog@debian.org>
+
+	* man/dpkg-buildpackage.1: Fix name of binary target in default
+	case.
+
 2009-02-10  Guillem Jover  <guillem@debian.org>
 2009-02-10  Guillem Jover  <guillem@debian.org>
 
 
 	* src/enquiry.c (assert_version_support): Rename verrev_buf argument
 	* src/enquiry.c (assert_version_support): Rename verrev_buf argument

+ 1 - 1
man/dpkg-buildpackage.1

@@ -27,7 +27,7 @@ a binary-only build has been requested with \fB\-b\fP, \fB\-B\fP or
 It calls \fBdebian/rules\fP \fBbuild\fP followed by
 It calls \fBdebian/rules\fP \fBbuild\fP followed by
 \fBfakeroot debian/rules\fP \fIbinary-target\fP (unless a source-only
 \fBfakeroot debian/rules\fP \fIbinary-target\fP (unless a source-only
 build has been requested with \fB\-S\fP). Note that \fIbinary-target\fR is
 build has been requested with \fB\-S\fP). Note that \fIbinary-target\fR is
-either \fBbuild\fP (default case, or if \fB\-b\fP is specified)
+either \fBbinary\fP (default case, or if \fB\-b\fP is specified)
 or \fBbinary-arch\fP (if \fB\-B\fP is specified) or \fBbinary-indep\fP
 or \fBbinary-arch\fP (if \fB\-B\fP is specified) or \fBbinary-indep\fP
 (if \fB\-A\fP is specified).
 (if \fB\-A\fP is specified).
 .IP \fB6.\fP 3
 .IP \fB6.\fP 3