summaryrefslogtreecommitdiffstats
path: root/tags/d/debian-control-file-is-a-symlink.tag
diff options
context:
space:
mode:
Diffstat (limited to 'tags/d/debian-control-file-is-a-symlink.tag')
-rw-r--r--tags/d/debian-control-file-is-a-symlink.tag11
1 files changed, 11 insertions, 0 deletions
diff --git a/tags/d/debian-control-file-is-a-symlink.tag b/tags/d/debian-control-file-is-a-symlink.tag
new file mode 100644
index 0000000..79304c4
--- /dev/null
+++ b/tags/d/debian-control-file-is-a-symlink.tag
@@ -0,0 +1,11 @@
+Tag: debian-control-file-is-a-symlink
+Severity: warning
+Check: debian/control/link
+Explanation: The <code>debian/control</code> file is a symbolic link.
+ .
+ It is not recommended to use anything other than plain files for the required
+ source files. Using links makes it harder to check and manipulate sources
+ automatically.
+ .
+ If the file must be available under multiple names, please make
+ <code>debian/control</code> the real file and let the other names point to it.