diff -Nru astroml-addons-0.2.2/debian/changelog astroml-addons-0.2.2/debian/changelog --- astroml-addons-0.2.2/debian/changelog 2018-11-03 19:45:08.000000000 +0000 +++ astroml-addons-0.2.2/debian/changelog 2018-12-10 14:14:52.000000000 +0000 @@ -1,26 +1,10 @@ -astroml-addons (0.2.2-4build4) disco; urgency=medium +astroml-addons (0.2.2-5) unstable; urgency=low - * No-change rebuild to build without python3.6 support. + * Update VCS fields to use salsa.d.o + * Remove Python 2 package + * Push Standards-Version to 4.2.1. Change remaining URLs to https - -- Matthias Klose Sat, 03 Nov 2018 19:45:08 +0000 - -astroml-addons (0.2.2-4build3) cosmic; urgency=medium - - * No-change rebuild to build for python3.7. - - -- Matthias Klose Wed, 15 Aug 2018 07:22:14 +0000 - -astroml-addons (0.2.2-4build2) artful; urgency=medium - - * No-change rebuild to drop _PyFPE support. - - -- Matthias Klose Tue, 05 Sep 2017 08:20:57 +0000 - -astroml-addons (0.2.2-4build1) artful; urgency=medium - - * No-change rebuild to build to drop python3.5. - - -- Matthias Klose Sat, 05 Aug 2017 18:40:56 +0000 + -- Ole Streicher Mon, 10 Dec 2018 15:14:52 +0100 astroml-addons (0.2.2-4) unstable; urgency=medium diff -Nru astroml-addons-0.2.2/debian/control astroml-addons-0.2.2/debian/control --- astroml-addons-0.2.2/debian/control 2017-07-05 07:37:04.000000000 +0000 +++ astroml-addons-0.2.2/debian/control 2018-12-10 14:13:48.000000000 +0000 @@ -3,36 +3,18 @@ Priority: optional Maintainer: Debian Astro Team Uploaders: Ole Streicher -Build-Depends: cython, +Build-Depends: cython3, debhelper (>= 9), dh-python, - python-all-dev, - python-astropy, - python-nose, - python-numpy, - python-setuptools, python3-all-dev, python3-astropy, python3-nose, python3-numpy, python3-setuptools -Standards-Version: 4.0.0 -Homepage: http://astroml.github.com/ -Vcs-Git: https://anonscm.debian.org/git/debian-astro/packages/astroml-addons.git -Vcs-Browser: https://anonscm.debian.org/cgit/debian-astro/packages/astroml-addons.git - -Package: python-astroml-addons -Architecture: any -Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, python-astroml -Description: Python Machine Learning library for astronomy (performance addons) - AstroML is a Python module for machine learning and data mining built on - numpy, scipy, scikit-learn, and matplotlib. It contains a growing library of - statistical and machine learning routines for analyzing astronomical data in - Python, loaders for several open astronomical datasets, and a large suite of - examples of analyzing and visualizing astronomical datasets. - . - This package contains the performance add-ons of the Python 2 version of the - package. +Standards-Version: 4.2.1 +Homepage: https://astroml.github.com/ +Vcs-Git: https://salsa.debian.org/debian-astro-team/astroml-addons.git +Vcs-Browser: https://salsa.debian.org/debian-astro-team/astroml-addons Package: python3-astroml-addons Architecture: any diff -Nru astroml-addons-0.2.2/debian/copyright astroml-addons-0.2.2/debian/copyright --- astroml-addons-0.2.2/debian/copyright 2016-10-28 10:04:21.000000000 +0000 +++ astroml-addons-0.2.2/debian/copyright 2018-12-10 14:13:53.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: astroML_addons Source: https://pypi.python.org/pypi/astroML_addons/ diff -Nru astroml-addons-0.2.2/debian/rules astroml-addons-0.2.2/debian/rules --- astroml-addons-0.2.2/debian/rules 2016-10-28 10:04:21.000000000 +0000 +++ astroml-addons-0.2.2/debian/rules 2018-12-10 14:13:05.000000000 +0000 @@ -4,8 +4,8 @@ export PYBUILD_NAME=astroml-addons %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_auto_build: - cython astroML_addons/*.pyx + cython3 astroML_addons/*.pyx dh_auto_build diff -Nru astroml-addons-0.2.2/debian/tests/control astroml-addons-0.2.2/debian/tests/control --- astroml-addons-0.2.2/debian/tests/control 2016-10-28 10:04:21.000000000 +0000 +++ astroml-addons-0.2.2/debian/tests/control 2018-12-10 14:13:05.000000000 +0000 @@ -1,7 +1,3 @@ -Test-Command: cd $ADTTMP && nosetests astroML -Depends: python-astroml, python-astroml-addons, python-nose -Restrictions: allow-stderr - Test-Command: cd $ADTTMP && nosetests3 astroML Depends: python3-astroml, python3-astroml-addons, python3-nose Restrictions: allow-stderr diff -Nru astroml-addons-0.2.2/debian/watch astroml-addons-0.2.2/debian/watch --- astroml-addons-0.2.2/debian/watch 2016-10-28 10:04:21.000000000 +0000 +++ astroml-addons-0.2.2/debian/watch 2018-12-10 14:13:09.000000000 +0000 @@ -1,3 +1,3 @@ version=3 opts=uversionmangle=s/(rc|a|b|c)/~$1/ \ -http://pypi.debian.net/astroML_addons/astroML_addons-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) +https://pypi.debian.net/astroML_addons/astroML_addons-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))