diff -Nru python3-giturlparse-1.2.2/debian/changelog python3-giturlparse-1.2.2/debian/changelog --- python3-giturlparse-1.2.2/debian/changelog 2021-11-28 23:15:31.000000000 +0000 +++ python3-giturlparse-1.2.2/debian/changelog 2021-11-28 23:15:31.000000000 +0000 @@ -1,4 +1,4 @@ -python3-giturlparse (1.2.2-1ppa1) focal; urgency=medium +python3-giturlparse (1.2.2-2ppa1) focal; urgency=medium * port to Ubuntu diff -Nru python3-giturlparse-1.2.2/debian/control python3-giturlparse-1.2.2/debian/control --- python3-giturlparse-1.2.2/debian/control 2021-11-28 23:15:31.000000000 +0000 +++ python3-giturlparse-1.2.2/debian/control 2021-11-28 23:15:31.000000000 +0000 @@ -2,7 +2,7 @@ Maintainer: Hung-Yi Chen Section: python Priority: optional -Build-Depends: debhelper-compat (= 12), dh-sequence-python3, dh-python, python3-all, python3-setuptools, python3-pbr, python3-pytest-cov +Build-Depends: debhelper-compat (= 12), dh-sequence-python3, dh-python, python3-all, python3-setuptools, python3-pbr, python3-pytest-cov, tox Standards-Version: 4.5.0 Vcs-Browser: https://github.com/coala/git-url-parse diff -Nru python3-giturlparse-1.2.2/debian/rules python3-giturlparse-1.2.2/debian/rules --- python3-giturlparse-1.2.2/debian/rules 2021-11-28 23:14:20.000000000 +0000 +++ python3-giturlparse-1.2.2/debian/rules 2021-11-28 23:15:31.000000000 +0000 @@ -5,6 +5,5 @@ %: dh $@ --with python3 --buildsystem=pybuild -override_dh_auto_test: - pytest-3 - +#override_dh_auto_test: +# pytest-3