diff options
author | Guillem Jover <guillem@debian.org> | 2016-11-11 01:43:33 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2016-11-11 02:56:55 +0100 |
commit | 8a821d32cee21e1ea53af1e6274e19540208db56 (patch) | |
tree | 34582a7a47d8c9591f985d2caf24d7f8045bbedc /debian | |
parent | 2e4d88c2015be90e59524ca0a61a42fbdd039acb (diff) | |
download | dpkg-8a821d32cee21e1ea53af1e6274e19540208db56.tar.gz |
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.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index eac06618c..9b3c1e1dd 100644 --- a/debian/changelog +++ b/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: |