Source: blueman Version: 1.21-4.1 Severity: serious Justification: Policy 3.5
Sorry, it's me again. :) I apologize for not spotting this issue when filing #582649.
blueman needs versioned dependency on python; as you can easily check it's unusable with any Python version that is different than one which was default at build time. The attached patch fixes this bug.
-- Jakub Wilk
diff -u blueman-1.21/debian/control blueman-1.21/debian/control
--- blueman-1.21/debian/control
+++ blueman-1.21/debian/control
@@ -12,7 +12,7 @@
Package: blueman
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, python (>= 2.5), dbus,
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, dbus,
bluez (>= 4.25), obex-data-server (>= 0.4.3), python-gtk2 (>= 2.12),
python-dbus, python-gobject, python-notify, notification-daemon,
librsvg2-common, hicolor-icon-theme
signature.asc
Description: Digital signature

