aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/gbp.completion
diff options
context:
space:
mode:
Diffstat (limited to 'debian/gbp.completion')
-rw-r--r--debian/gbp.completion1
1 files changed, 1 insertions, 0 deletions
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'
}