[pbuilder] 03/04: pdebuild-checkparams: Un-deprecate --debbuildopts being passed before --

James Clarke jrtc27 at moszumanska.debian.org
Thu Jan 19 15:32:48 UTC 2017


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

jrtc27 pushed a commit to branch wip/changes-option
in repository pbuilder.

commit 93e2e31d2460a6e68bf45bce5efe42e40605eb13
Author: James Clarke <jrtc27 at debian.org>
Date:   Thu Jan 19 15:27:23 2017 +0000

    pdebuild-checkparams: Un-deprecate --debbuildopts being passed before --
    
    This is needed in order to check for -nc/--pre-clean/--no-pre-clean, as
    well as various options to pass to dpkg-genchanges.
---
 pdebuild-checkparams | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pdebuild-checkparams b/pdebuild-checkparams
index 83b0122..405b6f2 100644
--- a/pdebuild-checkparams
+++ b/pdebuild-checkparams
@@ -42,9 +42,7 @@ while [ -n "$1" ]; do
 	    shift; shift;
 	    ;;
 	--debbuildopts)
-        # deprecated since v0.228
         DEBBUILDOPTS="${2:+$DEBBUILDOPTS $2}";
-        log.i "Passing --debbuildopts as a pdebuild option is deprecated; pass it after '--'."
 	    shift; shift;
 	    ;;
 	--configfile)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pbuilder/pbuilder.git



More information about the Pbuilder-maint mailing list