Explorar o código

dpkg-buildpackage(1): Split dpkg-source --after-build step from item list

This action and the final clean are unrelated, split them.
Guillem Jover %!s(int64=12) %!d(string=hai) anos
pai
achega
53baff1c11
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      man/dpkg-buildpackage.1

+ 3 - 1
man/dpkg-buildpackage.1

@@ -61,8 +61,10 @@ Many \fBdpkg\-buildpackage\fP options are forwarded to
 \fBdpkg\-genchanges\fP.
 .IP \fB7.\fP 3
 If \fB\-tc\fP is specified, it will call \fBfakeroot debian/rules clean\fP
-again. Finally it calls \fBdpkg\-source \-\-after\-build\fP.
+again.
 .IP \fB8.\fP 3
+It calls \fBdpkg\-source \-\-after\-build\fP.
+.IP \fB9.\fP 3
 It calls \fBgpg2\fP or \fBgpg\fP to sign the \fB.dsc\fP file (if any, unless
 \fB\-us\fP is specified or on UNRELEASED builds), and the \fB.changes\fP file
 (unless \fB\-uc\fP is specified or on UNRELEASED builds).