Package: src:landell
Version: 0.92.1-1
Severity: important
Tags: patch

Your package does not byte-compile Python files. This task is usually
done by dh_python2 (or, in the past, python-support or python-central).

In order to fix this, you should apply the attached patch.

The override is necessary because it installs in an unusual directory.
If the package used /usr/lib/landell or /usr/share/landell, it wouldn't
be.

SR
diff -u landell-0.92.1/debian/control landell-0.92.1/debian/control
--- landell-0.92.1/debian/control
+++ landell-0.92.1/debian/control
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Thadeu Lima de Souza Cascardo <casca...@holoscopio.com>
 Uploaders: Marcelo Jorge Vieira (metal) <me...@debian.org>
-Build-Depends: debhelper (>= 7),
-               python (>= 2.5)
+Build-Depends: debhelper (>= 7.0.50~),
+               python (>= 2.6.6-3~)
 Standards-Version: 3.9.2
 Homepage: http://landell.holoscopio.com
 Vcs-Git: http://git.holoscopio.com/git/sltv.git
@@ -27,8 +27,6 @@
          python-configobj (>= 4.5.2),
          python-gobject (>= 2.14.2),
          python-gtk2 (>= 2.16)
-XB-Python-Version: ${python:Versions}
-Provides: ${python:Provides}
 Description: audio and video streams manager
  Landell is an audio and video streamer that receives streams from sources
  and sends a stream using icecast. It has a graphical interface that
diff -u landell-0.92.1/debian/rules landell-0.92.1/debian/rules
--- landell-0.92.1/debian/rules
+++ landell-0.92.1/debian/rules
@@ -3 +3,4 @@
-	dh $@
+	dh $@ --with python2
+
+override_dh_python2:
+	dh_python2 /usr/lib/sltv

Reply via email to