This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch master
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=c353a449b26b85bf512d92976fe5c1af23deeb06

commit c353a449b26b85bf512d92976fe5c1af23deeb06 (HEAD -> master)
Author: Guillem Jover <guil...@debian.org>
AuthorDate: Tue Jul 24 00:47:01 2018 +0200

    dpkg-buildpackage: Mark profiles as a replaceable item in --help output
---
 debian/changelog             | 1 +
 scripts/dpkg-buildpackage.pl | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 2ef3fc3f2..4b34c8eca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -146,6 +146,7 @@ dpkg (1.19.1) UNRELEASED; urgency=medium
       options in --help output.
     - Fold dpkg-buildpackage --[no-]check-builddeps in --help into both -D
       and -d option descriptions.
+    - Mark profiles as a replaceable item in dpkg-buildpackage --help output.
   * Code internals:
     - Do not use stringy eval to define different sub implementations,
       just assign an anonymous sub to the typeglob.
diff --git a/scripts/dpkg-buildpackage.pl b/scripts/dpkg-buildpackage.pl
index fec4bd281..9cc6969d3 100755
--- a/scripts/dpkg-buildpackage.pl
+++ b/scripts/dpkg-buildpackage.pl
@@ -79,7 +79,7 @@ sub usage {
       --ignore-builtin-builddeps
                               do not check builtin build dependencies.
   -P, --build-profiles=<profiles>
-                              assume comma-separated build profiles as active.
+                              assume comma-separated build <profiles> as 
active.
       --rules-requires-root   assume legacy Rules-Requires-Root field value.
   -R, --rules-file=<rules>    rules file to execute (default is debian/rules).
   -T, --rules-target=<target> call debian/rules <target>.

-- 
Dpkg.Org's dpkg

Reply via email to