Package: bluemindo
Version: 0.3-4
Followup-For: Bug #785961
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu wily ubuntu-patch

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:

  * Convert to dh-python2.

Thanks for considering the patch.

Logan Rosen

-- System Information:
Debian Release: jessie/sid
  APT prefers wily-updates
  APT policy: (500, 'wily-updates'), (500, 'wily-security'), (500, 'wily'), 
(100, 'wily-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.19.0-18-generic (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru bluemindo-0.3/debian/control bluemindo-0.3/debian/control
--- bluemindo-0.3/debian/control	2010-02-24 11:02:21.000000000 -0500
+++ bluemindo-0.3/debian/control	2015-05-28 00:22:07.000000000 -0400
@@ -3,15 +3,14 @@
 Priority: extra
 Maintainer: Thibaut GIRKA <thibaut.gi...@gmail.com>
 Build-Depends: debhelper (>= 7.0.50~)
-Build-Depends-Indep: python-support (>= 0.5.3), imagemagick
+Build-Depends-Indep: python (>= 2.6.6-3~), dh-python, imagemagick
 Standards-Version: 3.8.4
 Homepage: http://bluemindo.codingteam.net/
 
 Package: bluemindo
 Architecture: all
-XS-Python-Version: >= 2.5
-XB-Python-Version: ${python:Versions}
-Depends: ${misc:Depends}, ${python:Depends}, python, python-gst0.10, python-gtk2 (>= 2.10), python-glade2, python-tagpy, gstreamer0.10-plugins-base
+X-Python-Version: >= 2.5
+Depends: ${misc:Depends}, ${python:Depends}, python-gst0.10, python-gtk2 (>= 2.10), python-glade2, python-tagpy, gstreamer0.10-plugins-base
 Recommends: python-dbus, python-notify
 Suggests: python-xmpp
 Description: simple yet powerful audio player
diff -Nru bluemindo-0.3/debian/rules bluemindo-0.3/debian/rules
--- bluemindo-0.3/debian/rules	2009-11-07 10:11:01.000000000 -0500
+++ bluemindo-0.3/debian/rules	2015-05-28 00:18:00.000000000 -0400
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with python2
 
 override_dh_clean:
 	dh_clean

Reply via email to