Package: plasma-widget-veromix
Version: 0.13.0-1
Severity: minor
Tags: patch

p-w-veromix does not use any python helper to fill out ${python:Depends} and
as a result is missing a depends on python.  As a practical matter this is a
minor issue since python is pulled in by other dependencies, but it should be
fixed so that if ${python:Depends} needs to expand to include other packages
in the future it will be able to do so.

The attached patch uses dh_python2, which is now the standard Debian Python
helper.
diff -Nru plasma-widget-veromix-0.13.0/debian/changelog plasma-widget-veromix-0.13.0/debian/changelog
--- plasma-widget-veromix-0.13.0/debian/changelog	2011-07-25 19:27:39.000000000 -0400
+++ plasma-widget-veromix-0.13.0/debian/changelog	2011-08-11 16:44:40.000000000 -0400
@@ -1,3 +1,10 @@
+plasma-widget-veromix (0.13.0-2) unstable; urgency=low
+
+  * Add python to build-depends and use dh_python2 to calculate
+    python dependencies
+
+ -- Scott Kitterman <sc...@kitterman.com>  Thu, 11 Aug 2011 15:36:27 -0400
+
 plasma-widget-veromix (0.13.0-1) unstable; urgency=low
 
     * New upstream release.
diff -Nru plasma-widget-veromix-0.13.0/debian/control plasma-widget-veromix-0.13.0/debian/control
--- plasma-widget-veromix-0.13.0/debian/control	2011-07-25 19:27:39.000000000 -0400
+++ plasma-widget-veromix-0.13.0/debian/control	2011-08-11 16:44:27.000000000 -0400
@@ -2,7 +2,7 @@
 Section: kde
 Priority: optional
 Maintainer: Nik Lutz <nik.l...@gmail.com>
-Build-Depends: debhelper (>= 8), gettext, kdelibs-bin, kdesdk-scripts
+Build-Depends: debhelper (>= 8), gettext, kdelibs-bin, kdesdk-scripts, python (>= 2.6.6-3~)
 Standards-Version: 3.9.2
 Homepage: http://code.google.com/p/veromix-plasmoid/
 Vcs-Browser: http://code.google.com/p/veromix-plasmoid/source/browse/
diff -Nru plasma-widget-veromix-0.13.0/debian/rules plasma-widget-veromix-0.13.0/debian/rules
--- plasma-widget-veromix-0.13.0/debian/rules	2011-07-25 19:27:39.000000000 -0400
+++ plasma-widget-veromix-0.13.0/debian/rules	2011-08-11 16:37:25.000000000 -0400
@@ -1,4 +1,8 @@
 #!/usr/bin/make -f
 
 %:
-	dh ${@}
+	dh ${@} --with python2
+
+override_dh_python2:
+	dh_python2 /usr/share/kde4/apps/plasma/plasmoids/veromix-plasmoid/dbus-service/pulseaudio
+	dh_python2 /usr/share/kde4/apps/plasma/plasmoids/veromix-plasmoid/contents/code/

Reply via email to