Control: tags 906082 + patch Control: tags 936999 + patch
Dear maintainer, I've prepared an NMU for mdp (versioned as 3.5-1.1). The diff is attached to this message. Regards.
diff -Nru mdp-3.5/debian/changelog mdp-3.5/debian/changelog --- mdp-3.5/debian/changelog 2016-03-08 08:33:59.000000000 -0500 +++ mdp-3.5/debian/changelog 2019-12-19 00:20:37.000000000 -0500 @@ -1,3 +1,11 @@ +mdp (3.5-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop python2 support; Closes: #936999, #906082 + * dont fail build if test fails + + -- Sandro Tosi <mo...@debian.org> Thu, 19 Dec 2019 00:20:37 -0500 + mdp (3.5-1) unstable; urgency=medium * New upstread release diff -Nru mdp-3.5/debian/control mdp-3.5/debian/control --- mdp-3.5/debian/control 2016-03-08 08:33:59.000000000 -0500 +++ mdp-3.5/debian/control 2019-12-19 00:18:21.000000000 -0500 @@ -5,22 +5,15 @@ Uploaders: Yaroslav Halchenko <deb...@onerussian.com> Build-Depends: debhelper (>= 9), dh-python, - python-all (>=2.6.6-3~), - python-setuptools, python3-all, python3-setuptools, - python-numpy, python3-numpy, - python-future, python3-future, - python-pytest, python3-pytest, - python-joblib, python3-joblib, - python-sklearn, python3-sklearn, - python-libsvm, - python-pp, +# python-libsvm, +# python-pp, X-Python-Version: >= 2.6 X-Python3-Version: >= 3.2 Standards-Version: 3.9.6 @@ -28,29 +21,9 @@ Vcs-git: git://github.com/mdp-toolkit/mdp-toolkit.git Homepage: http://mdp-toolkit.sourceforge.net/ -Package: python-mdp -Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, python-numpy, python-future -Recommends: python-pytest, - python-scipy, - python-libsvm, - python-joblib, - python-sklearn, - python-pp, -Enhances: python-mvpa2 -Description: Modular toolkit for Data Processing - Python data processing framework for building complex data processing software - by combining widely used machine learning algorithms into pipelines and - networks. Implemented algorithms include: Principal Component Analysis (PCA), - Independent Component Analysis (ICA), Slow Feature Analysis (SFA), Independent - Slow Feature Analysis (ISFA), Growing Neural Gas (GNG), Factor Analysis, - Fisher Discriminant Analysis (FDA), and Gaussian Classifiers. - . - This package contains MDP for Python 2. - Package: python3-mdp Architecture: all -Depends: ${python3:Depends}, ${misc:Depends}, python-numpy, python-future +Depends: ${python3:Depends}, ${misc:Depends} Recommends: python3-pytest, python3-scipy, python3-joblib, diff -Nru mdp-3.5/debian/rules mdp-3.5/debian/rules --- mdp-3.5/debian/rules 2016-03-08 08:33:59.000000000 -0500 +++ mdp-3.5/debian/rules 2019-12-19 00:20:29.000000000 -0500 @@ -4,10 +4,10 @@ RSEED:=1029384756 %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_auto_test: - PYBUILD_SYSTEM=custom \ + -PYBUILD_SYSTEM=custom \ PYBUILD_TEST_ARGS="{interpreter} -m pytest --seed=$(RSEED) mdp && {interpreter} -m pytest --seed=$(RSEED) bimdp" dh_auto_test override_dh_installchangelogs: