diff -Nru python-coards-1.0.5/debian/changelog python-coards-1.0.5/debian/changelog --- python-coards-1.0.5/debian/changelog 2017-03-08 14:51:41.000000000 +0000 +++ python-coards-1.0.5/debian/changelog 2019-09-06 08:58:30.000000000 +0000 @@ -1,3 +1,16 @@ +python-coards (1.0.5-4) unstable; urgency=medium + + * Team upload. + * d/control: Remove ancient X-Python-Version field. + * d/control: Remove ancient X-Python3-Version field. + * Use debhelper-compat instead of debian/compat. + * d/control: Set Vcs-* to salsa.debian.org. + * Bump debhelper compat level to 12. + * Bump standards version to 4.4.0 (no changes). + * Drop Python 2 support (Closes: #937652). + + -- Ondřej Nový Fri, 06 Sep 2019 10:58:30 +0200 + python-coards (1.0.5-3) unstable; urgency=medium * Fix typo in watch regex diff -Nru python-coards-1.0.5/debian/compat python-coards-1.0.5/debian/compat --- python-coards-1.0.5/debian/compat 2017-03-08 14:51:41.000000000 +0000 +++ python-coards-1.0.5/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -10 diff -Nru python-coards-1.0.5/debian/control python-coards-1.0.5/debian/control --- python-coards-1.0.5/debian/control 2017-03-08 14:51:41.000000000 +0000 +++ python-coards-1.0.5/debian/control 2019-09-06 08:56:53.000000000 +0000 @@ -3,39 +3,14 @@ Uploaders: Ghislain Antony Vaillant Section: python Priority: optional -Build-Depends: debhelper (>= 10), +Build-Depends: debhelper-compat (= 12), dh-python, - python-all, - python-setuptools, python3-all, python3-setuptools, -Standards-Version: 3.9.8 -Vcs-Browser: https://anonscm.debian.org/git/debian-science/packages/python-coards.git -Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/python-coards.git +Standards-Version: 4.4.0 +Vcs-Browser: https://salsa.debian.org/science-team/python-coards +Vcs-Git: https://salsa.debian.org/science-team/python-coards.git Homepage: http://code.dealmeida.net/coards -X-Python-Version: >= 2.7 -X-Python3-Version: >= 3.3 - -Package: python-coards -Architecture: all -Depends: ${misc:Depends}, - ${python:Depends} -Description: COARDS-compliant time parser (Python 2) - This module is intended to help parse time values represented using the - COARDS convention. - . - What is COARDS? - . - The Cooperative Ocean-Atmosphere Research Data Service (COARDS) is joint - project between NOAA labs and universities. It is a World-Wide-Web-based - system to locate and retrieve important climate data sets and perform "live - access" visualizations of selected subsets. Scientists at each of the - cooperating sites and elsewhere can use COARDS to quickly gain access to - oceanographic and atmospheric data sets. COARDS is a true "virtual data - center" where a user can download data from any participating site without - being concerned as where it actually resides. - . - This package provides the library for Python 2. Package: python3-coards Architecture: all diff -Nru python-coards-1.0.5/debian/rules python-coards-1.0.5/debian/rules --- python-coards-1.0.5/debian/rules 2017-03-08 14:51:41.000000000 +0000 +++ python-coards-1.0.5/debian/rules 2019-09-06 08:56:52.000000000 +0000 @@ -7,7 +7,7 @@ export PYBUILD_AFTER_INSTALL = rm -rf {destdir}/usr/bin %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_auto_test: PYBUILD_SYSTEM=custom \ diff -Nru python-coards-1.0.5/debian/tests/control python-coards-1.0.5/debian/tests/control --- python-coards-1.0.5/debian/tests/control 2017-03-08 14:51:41.000000000 +0000 +++ python-coards-1.0.5/debian/tests/control 2019-09-06 08:56:59.000000000 +0000 @@ -1,13 +1,4 @@ Test-Command: set -e - ; for py in $(pyversions -r 2>/dev/null) - ; do cd "$AUTOPKGTEST_TMP" - ; echo "Testing with $py:" - ; $py -c "import coards; coards._test()" - ; done -Depends: python-all, - python-coards - -Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:"