Przeglądaj źródła

man: Improve the DEB_BUILD_OPTIONS description in dpkg-buildpackage(1)

Mention that this flag might also affect the beahavior of debian/rules,
and also mention the parallel option.
Guillem Jover 9 lat temu
rodzic
commit
8a821d32ce
2 zmienionych plików z 10 dodań i 2 usunięć
  1. 3 0
      debian/changelog
  2. 7 2
      man/dpkg-buildpackage.man

+ 3 - 0
debian/changelog

@@ -18,6 +18,9 @@ dpkg (1.18.14) UNRELEASED; urgency=medium
       Thanks to Nishanth Aravamudan <nish.aravamudan@canonical.com>.
     - New module Dpkg::Build::Info module refactored from dpkg-genbuildinfo.
       Requested by Johannes Schauer <josch@debian.org>.
+  * Documentation:
+    - Improve the DEB_BUILD_OPTIONS description in dpkg-buildpackage(1).
+      And mention the parallel option there.
   * Test suite:
     - Do not fail tests on missing fakeroot, just skip them.
   * Build system:

+ 7 - 2
man/dpkg-buildpackage.man

@@ -471,8 +471,13 @@ If set, it will be used to sign the \fB.changes\fP and \fB.dsc\fP files
 Overridden by the \fB\-\-sign\-key\fP option.
 .TP
 .B DEB_BUILD_OPTIONS
-If set, and containing \fBnocheck\fP the \fBDEB_CHECK_COMMAND\fP variable
-will be ignored.
+If set, it will contain a space-separated list of options that might
+affect the build process in \fIdebian/rules\fP, and the behavior of some
+dpkg commands.
+
+With \fBnocheck\fP the \fBDEB_CHECK_COMMAND\fP variable will be ignored.
+With \fBparallel=\fP\fIN\fP the parallel jobs will be set to \fIN\fP,
+overridden by the \fB\-\-jobs\-try\fP option.
 .TP
 .B DEB_BUILD_PROFILES
 If set, it will be used as the active build profile(s) for the package