summaryrefslogtreecommitdiffstats
path: root/tags/b/brace-expansion-in-debhelper-config-file.tag
diff options
context:
space:
mode:
Diffstat (limited to 'tags/b/brace-expansion-in-debhelper-config-file.tag')
-rw-r--r--tags/b/brace-expansion-in-debhelper-config-file.tag8
1 files changed, 8 insertions, 0 deletions
diff --git a/tags/b/brace-expansion-in-debhelper-config-file.tag b/tags/b/brace-expansion-in-debhelper-config-file.tag
new file mode 100644
index 0000000..1e6aea7
--- /dev/null
+++ b/tags/b/brace-expansion-in-debhelper-config-file.tag
@@ -0,0 +1,8 @@
+Tag: brace-expansion-in-debhelper-config-file
+Severity: warning
+Check: debhelper
+Explanation: This debhelper config file appears to use shell brace expansion
+ (such as <code>{foo,bar}</code>) to specify files. This happens to work due
+ to an accident of implementation but is not a supported feature. Only
+ <code>?</code>, <code>&ast;</code>, and <code>[...]</code> are supported.
+See-Also: debhelper(1)