summaryrefslogtreecommitdiffstats
path: root/tags/p/python-depends-but-no-python-helper.tag
blob: 85cc050a3302f578a97acf3fc7546fc7a5b0fd43 (plain)
1
2
3
4
5
6
7
8
9
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.