[pbuilder] 06/07: pdebuild-checkparams: Un-deprecate --debbuildopts being passed before --

Mattia Rizzolo mattia at debian.org
Fri Jan 20 23:46:54 UTC 2017


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

mattia pushed a commit to branch master
in repository pbuilder.

commit d56c78e45200143cea208407c9cda507cf022d91
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.
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 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