Bug#862804: NMU for aubio

2017-07-05 Thread Paul Brossier
Hi Tobias,

thanks for the upload, that was fast!

i'll update aubio to the latest version later this week.

cheers, piem

On 07/02/2017 06:27 PM, Dr. Tobias Quathamer wrote:
> Hi,
> 
> I've just uploaded an NMU for aubio, fixing this RC bug. Please find the
> patch attached.
> 
> Regards,
> Tobias
> 



Bug#862804: NMU for aubio

2017-07-02 Thread Dr. Tobias Quathamer
Hi,

I've just uploaded an NMU for aubio, fixing this RC bug. Please find the
patch attached.

Regards,
Tobias
diff --git a/debian/changelog b/debian/changelog
index 2fdef26..f8d92ea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+aubio (0.4.3-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Remove python-related alternates from Build-Depends.
+  * Fix d/rules to invoke tests with correct version of Python 3.
+Thanks to Michael Hudson-Doyle  for
+the bug report and patch. Closes: #862804
+
+ -- Dr. Tobias Quathamer   Sun, 02 Jul 2017 17:35:53 +0200
+
 aubio (0.4.3-4) unstable; urgency=medium
 
   * debian/control: aubio-tools now depends on python3-aubio
diff --git a/debian/control b/debian/control
index 0c17d37..4c0fca3 100644
--- a/debian/control
+++ b/debian/control
@@ -14,11 +14,11 @@ Build-Depends: debhelper (>= 9.0.0),
libasound2-dev,
libfftw3-dev,
dh-python,
-   python | python-all | python-dev | python-all-dev,
+   python-all-dev,
python-setuptools,
libpython2.7-dev,
python-numpy,
-   python3 | python3-all | python3-dev | python3-all-dev,
+   python3-all-dev,
python3-setuptools,
libpython3-dev,
python3-numpy,
diff --git a/debian/rules b/debian/rules
index 67b525c..4f2ff4d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ export PYBUILD_AFTER_INSTALL_python3=mv '{destdir}/usr/bin/aubiocut' '{dir}/debi
 export PYBUILD_BEFORE_TEST=make create_test_sounds; cp -prv '{dir}/python/tests' '{build_dir}'
 export PYBUILD_AFTER_TEST=rm -rf '{build_dir}/tests'; rm -rf '{dir}/python/tests/sounds'
 export PYBUILD_TEST_ARGS_python2=cd '{build_dir}'; nose2-2.7 --verbose
-export PYBUILD_TEST_ARGS_python3=cd '{build_dir}'; nose2-3 --verbose
+export PYBUILD_TEST_ARGS_python3=cd '{build_dir}'; python{version} `which nose2-3` --verbose
 
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild


signature.asc
Description: OpenPGP digital signature