summaryrefslogtreecommitdiff
path: root/dh_bugfiles
diff options
context:
space:
mode:
authorNiels Thykier <niels@thykier.net>2018-09-13 19:12:28 +0000
committerNiels Thykier <niels@thykier.net>2018-09-14 18:54:20 +0000
commit3e869c10ff3c6b5b0865259e857ff217747906aa (patch)
tree8ef6d566a318c914400e4dc650ad6bda51e5b5b8 /dh_bugfiles
parent329b38c07d957ca960b017428a43af6a8f3827df (diff)
dh_*: Add cli-options NOOP PROMISES for most helpers
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'dh_bugfiles')
-rwxr-xr-xdh_bugfiles2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_bugfiles b/dh_bugfiles
index 552c1229..62229223 100755
--- a/dh_bugfiles
+++ b/dh_bugfiles
@@ -74,7 +74,7 @@ my %bugfile_types = (
"control" => "bug-control",
"presubj" => "bug-presubj",
);
-# PROMISE: DH NOOP WITHOUT bug-script bug-control bug-presubj
+# PROMISE: DH NOOP WITHOUT bug-script bug-control bug-presubj cli-options()
foreach my $package (@{$dh{DOPACKAGES}}) {
next if is_udeb($package);