summaryrefslogtreecommitdiffstats
path: root/tags/p/python-depends-but-no-python-helper.tag
diff options
context:
space:
mode:
Diffstat (limited to 'tags/p/python-depends-but-no-python-helper.tag')
-rw-r--r--tags/p/python-depends-but-no-python-helper.tag10
1 files changed, 10 insertions, 0 deletions
diff --git a/tags/p/python-depends-but-no-python-helper.tag b/tags/p/python-depends-but-no-python-helper.tag
new file mode 100644
index 0000000..85cc050
--- /dev/null
+++ b/tags/p/python-depends-but-no-python-helper.tag
@@ -0,0 +1,10 @@
+Tag: python-depends-but-no-python-helper
+Severity: error
+Check: debhelper
+Explanation: The source package declares a dependency on <code>${python:Depends}</code>
+ in the given binary package's <code>debian/control</code> entry. However,
+ <code>debian/rules</code> doesn't call any helper that would generate this
+ substitution variable.
+ .
+ The source package probably needs a call to <code>dh&lowbar;python2</code> (possibly via the
+ Python2 debhelper add-on) in the <code>debian/rules</code> file.