From acf7a739d5f5b875bc3f02c3fe9148c4f8a6261b Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Tue, 15 Nov 2016 11:40:57 +0100 Subject: Avoid deprecation on bash completion --- debian/gbp.completion | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/gbp.completion b/debian/gbp.completion index 546a6549..3cbf64bf 100644 --- a/debian/gbp.completion +++ b/debian/gbp.completion @@ -23,6 +23,7 @@ _gbp_tags () _gbp_options () { + GBP_DISABLE_GBP_CONF_DEPRECTATION=true \ GBP_DISABLE_SECTION_DEPRECTATION=true \ gbp "${1}" --help | sed -ne 's/^ \+\(\(\-[a-z]\), \)\?\(\-\-[a-z\-]\+\=\?\).*/\2 \3/p' } -- cgit v1.2.3