This is an automated email from the git hooks/post-receive script. jamessan pushed a commit to branch master in repository devscripts.
commit 240b9d782a2d81ff8c60fa1e0e0f0f3f6cc7bb62 Author: James McCoy <[email protected]> Date: Wed Jul 26 21:39:38 2017 -0400 debuild: Add "--" in --help output for debian/rules mode Signed-off-by: James McCoy <[email protected]> --- debian/changelog | 2 ++ scripts/debuild.pl | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ab60313..985f586 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,8 @@ devscripts (2.17.10) UNRELEASED; urgency=medium [ James McCoy ] * Add hardening-check script. + * debuild: + + Add "--" in --help output for debian/rules mode. -- Mattia Rizzolo <[email protected]> Tue, 25 Jul 2017 14:18:24 +0200 diff --git a/scripts/debuild.pl b/scripts/debuild.pl index 3ea04ab..b46de4c 100755 --- a/scripts/debuild.pl +++ b/scripts/debuild.pl @@ -73,7 +73,7 @@ sub usage { print <<"EOF"; First usage method: - $progname [<debuild options>] binary|binary-arch|binary-indep|clean ... + $progname [<debuild options>] -- binary|binary-arch|binary-indep|clean ... to run debian/rules with given parameter(s). Options here are --no-conf, --noconf Don\'t read devscripts config files; must be the first option given -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
