Browse Source

dpkg-buildpackage: Document --ignore-builtin-builddeps in --help output

Missed in commit 98b3341f5f46866208862ff40e4336ff1a7e1cd3.
Guillem Jover 7 years ago
parent
commit
d3c4079b12
2 changed files with 3 additions and 0 deletions
  1. 1 0
      debian/changelog
  2. 2 0
      scripts/dpkg-buildpackage.pl

+ 1 - 0
debian/changelog

@@ -4,6 +4,7 @@ dpkg (1.18.23) UNRELEASED; urgency=medium
     - Clarify the requirements for deb-conffile(5) pathnames. Closes: #854417
       Proposed by Dieter Adriaenssens <dieter.adriaenssens@gmail.com>.
     - Document dpkg-source --before-build and --after-build in --help output.
+    - Document dpkg-buildpackage --ignore-builtin-builddeps in --help output.
 
  -- Guillem Jover <guillem@debian.org>  Wed, 01 Feb 2017 06:28:28 +0100
 

+ 2 - 0
scripts/dpkg-buildpackage.pl

@@ -77,6 +77,8 @@ sub usage {
   -D                          check build dependencies and conflicts (default).
   -d                          do not check build dependencies and conflicts.
       --[no-]check-builddeps  ditto.
+      --ignore-builtin-builddeps
+                              do not check builtin build dependencies.
   -P, --build-profiles=<profiles>
                               assume comma-separated build profiles as active.
   -R, --rules-file=<rules>    rules file to execute (default is debian/rules).