File: python-depends-but-no-python-helper.tag

package info (click to toggle)
lintian 2.130.0
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 71,852 kB
  • sloc: perl: 46,140; javascript: 9,151; makefile: 4,071; sh: 3,044; ansic: 714; xml: 518; python: 91; java: 15; cpp: 9; tcl: 4; lisp: 3
file content (10 lines) | stat: -rw-r--r-- 501 bytes parent folder | download | duplicates (4)
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.