diff -Nru python-textile-4.0.1/debian/changelog python-textile-4.0.1/debian/changelog --- python-textile-4.0.1/debian/changelog 2020-03-20 11:44:28.000000000 +0000 +++ python-textile-4.0.1/debian/changelog 2020-08-04 17:51:17.000000000 +0000 @@ -1,3 +1,15 @@ +python-textile (1:4.0.1-3) unstable; urgency=medium + + [ Debian Janitor ] + * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, + Repository-Browse. + + [ Dmitry Shachnev ] + * Add a debian/clean file to fix build twice in a row. + * Add .coveragerc to pybuild.testfiles to fix FTBFS (closes: #966997). + + -- Dmitry Shachnev Tue, 04 Aug 2020 20:51:17 +0300 + python-textile (1:4.0.1-2) unstable; urgency=medium * Make the autopkgtest depend on python3-all, and use py3versions -s diff -Nru python-textile-4.0.1/debian/clean python-textile-4.0.1/debian/clean --- python-textile-4.0.1/debian/clean 1970-01-01 00:00:00.000000000 +0000 +++ python-textile-4.0.1/debian/clean 2020-08-04 17:51:17.000000000 +0000 @@ -0,0 +1,2 @@ +.pytest_cache/ +textile.egg-info/ diff -Nru python-textile-4.0.1/debian/pybuild.testfiles python-textile-4.0.1/debian/pybuild.testfiles --- python-textile-4.0.1/debian/pybuild.testfiles 2020-03-20 11:44:28.000000000 +0000 +++ python-textile-4.0.1/debian/pybuild.testfiles 2020-08-04 17:51:17.000000000 +0000 @@ -1,2 +1,3 @@ -tests +.coveragerc README.textile +tests diff -Nru python-textile-4.0.1/debian/upstream/metadata python-textile-4.0.1/debian/upstream/metadata --- python-textile-4.0.1/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ python-textile-4.0.1/debian/upstream/metadata 2020-08-04 17:51:17.000000000 +0000 @@ -0,0 +1,5 @@ +--- +Bug-Database: https://github.com/textile/python-textile/issues +Bug-Submit: https://github.com/textile/python-textile/issues/new +Repository: https://github.com/textile/python-textile.git +Repository-Browse: https://github.com/textile/python-textile