Package: aubio
Version: 0.3.2-4.2
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu trusty ubuntu-patch

Dear Maintainer,

Please convert aubio to dh_python2.

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: wheezy/sid
  APT prefers trusty-updates
  APT policy: (500, 'trusty-updates'), (500, 'trusty-security'), (500, 
'trusty'), (100, 'trusty-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.12.0-3-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
=== modified file 'debian/control'
--- debian/control	2011-05-05 10:09:35 +0000
+++ debian/control	2013-11-21 23:43:49 +0000
@@ -1,7 +1,8 @@
 Source: aubio
 Section: sound
 Priority: optional
 Maintainer: Paul Brossier <p...@debian.org>
 Build-Depends: debhelper (>= 7.0.50~),
                quilt,
                docbook-to-man,
@@ -11,10 +12,10 @@
                libsamplerate-dev,
                libasound2-dev,
                fftw3-dev,
-               python-all-dev (>= 2.3.5-11),
-               python-support (>= 0.90),
+               python-all-dev (>= 2.6.6-3~),
                swig,
-               puredata-dev
+               puredata-dev,
+               dh-python
 Build-Depends-Indep: doxygen, graphviz, gsfonts
 XS-Python-Version: current
 Standards-Version: 3.8.3
@@ -69,10 +70,8 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
 Suggests: python-numpy, python-gnuplot
-Provides: ${python:Provides}
 Replaces: python2.3-aubio 
 Conflicts: python2.3-aubio 
-XB-Python-Version: ${python:Versions}
 Description: python interface for aubio, a library for audio segmentation
  aubio gathers a set of functions for audio signal segmentation and labelling.
  The library contains a phase vocoder, onset and pitch detection functions, a

=== modified file 'debian/rules'
--- debian/rules	2011-04-29 15:32:33 +0000
+++ debian/rules	2013-11-21 23:27:34 +0000
@@ -11,7 +11,7 @@
 endif
 
 %:
-	dh --with quilt,python-support $@
+	dh --with quilt,python2 $@
 
 override_dh_auto_configure:
 	dh_auto_configure -- \

Reply via email to