diff -Nru obsub-0.2/debian/changelog obsub-0.2/debian/changelog --- obsub-0.2/debian/changelog 2016-12-12 14:20:54.000000000 +0000 +++ obsub-0.2/debian/changelog 2019-08-03 20:08:09.000000000 +0000 @@ -1,3 +1,21 @@ +obsub (0.2-4) unstable; urgency=medium + + * Team upload. + * Team upload. + * Fixed short description (Closes: #860462) + * d/control + - Use https in Vcs-Git + - Add autopkgtest-pkg-python testsuite + * Bumped debhelper compat version to 12 + * d/control: Set Vcs-* to salsa.debian.org + * d/copyright: Use https protocol in Format field + * d/watch: Use https protocol + * Rename d/tests/control.autodep8 to d/tests/control. + * Use debhelper-compat instead of debian/compat. + * Drop Python 2 support. + + -- Ondřej Nový Sat, 03 Aug 2019 22:08:09 +0200 + obsub (0.2-3) unstable; urgency=medium * Fix typo in debian/watch diff -Nru obsub-0.2/debian/compat obsub-0.2/debian/compat --- obsub-0.2/debian/compat 2016-11-15 17:56:22.000000000 +0000 +++ obsub-0.2/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -9 diff -Nru obsub-0.2/debian/control obsub-0.2/debian/control --- obsub-0.2/debian/control 2016-11-15 18:24:19.000000000 +0000 +++ obsub-0.2/debian/control 2019-08-03 20:06:01.000000000 +0000 @@ -4,34 +4,22 @@ Section: python Priority: optional Build-Depends: dh-python, - debhelper (>= 9), - python-all (>= 2.6.6-3), - python-setuptools (>= 0.6b3), - python-nose, + debhelper-compat (= 12), python3-all, python3-setuptools, python3-nose, Standards-Version: 3.9.8 Homepage: https://github.com/aepsil0n/obsub -Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/obsub.git -Vcs-Git: git://anonscm.debian.org/python-modules/packages/obsub.git - -Package: python-obsub -Architecture: all -Depends: ${misc:Depends}, ${python:Depends} -Description: Python module that implements the observer pattern via a decorator - The @event decorator makes functions or methods "observable". Consuming code - can subscribe callbacks to these decorated callables, and the callbacks will be - triggered everytime the callables are invoked. - . - This package sports the Python 2 module. +Vcs-Browser: https://salsa.debian.org/python-team/modules/obsub +Vcs-Git: https://salsa.debian.org/python-team/modules/obsub.git +Testsuite: autopkgtest-pkg-python Package: python3-obsub Architecture: all Depends: ${misc:Depends}, ${python3:Depends} -Description: Test fixtures providing fake versions of various system resources +Description: Python 3.x module that implements the observer pattern via a decorator The @event decorator makes functions or methods "observable". Consuming code can subscribe callbacks to these decorated callables, and the callbacks will be - triggered everytime the callables are invoked. + triggered every time the callables are invoked. . This package sports the Python 3 module. diff -Nru obsub-0.2/debian/copyright obsub-0.2/debian/copyright --- obsub-0.2/debian/copyright 2016-11-15 18:04:57.000000000 +0000 +++ obsub-0.2/debian/copyright 2019-08-03 19:41:45.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: systemfixtures Upstream-Contact: Free Ekanayaka Source: https://github.com/freeekanayaka/systemfixtures diff -Nru obsub-0.2/debian/rules obsub-0.2/debian/rules --- obsub-0.2/debian/rules 2016-11-15 18:05:24.000000000 +0000 +++ obsub-0.2/debian/rules 2019-08-03 19:41:45.000000000 +0000 @@ -3,4 +3,4 @@ export PYBUILD_NAME=obsub %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild diff -Nru obsub-0.2/debian/tests/control obsub-0.2/debian/tests/control --- obsub-0.2/debian/tests/control 2016-11-15 17:59:07.000000000 +0000 +++ obsub-0.2/debian/tests/control 2019-08-03 20:03:45.000000000 +0000 @@ -1,4 +1,3 @@ -Tests: unit-tests-2 unit-tests-3 +Tests: unit-tests-3 Depends: @, - python-twisted-core, python3-twisted, diff -Nru obsub-0.2/debian/tests/unit-tests-2 obsub-0.2/debian/tests/unit-tests-2 --- obsub-0.2/debian/tests/unit-tests-2 2016-11-15 17:58:46.000000000 +0000 +++ obsub-0.2/debian/tests/unit-tests-2 1970-01-01 00:00:00.000000000 +0000 @@ -1,4 +0,0 @@ -#!/bin/sh -e - -cd $AUTOPKGTEST_TMP -trial obsub diff -Nru obsub-0.2/debian/watch obsub-0.2/debian/watch --- obsub-0.2/debian/watch 2016-12-12 14:20:00.000000000 +0000 +++ obsub-0.2/debian/watch 2019-08-03 19:41:45.000000000 +0000 @@ -1,3 +1,3 @@ -# please also check http://pypi.debian.net/obsub/watch +# please also check https://pypi.debian.net/obsub/watch version=3 https://pypi.debian.net/obsub/obsub-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))