control: tags -1 patch pending On Mon, 2 Dec 2019 02:52:51 +0000 peter green <plugw...@p10link.net> wrote: > Package: pathspider > Version: 2.0.1-2 > Severity: serious > > Pathspider build-depends on pylint3, which is no longer built by the pylint > source package. Please consider changing your build-dependency to pylint (>= > 2.2.2-2). I have not done a test build in this case, because your package > already has a FTBFS bug. > > >
in deferred/5 a fix with two tests disabled, but not closing the other RC bug G.
diff -Nru pathspider-2.0.1/debian/changelog pathspider-2.0.1/debian/changelog --- pathspider-2.0.1/debian/changelog 2018-02-01 21:30:43.000000000 +0100 +++ pathspider-2.0.1/debian/changelog 2019-12-10 18:49:55.000000000 +0100 @@ -1,3 +1,15 @@ +pathspider (2.0.1-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Switch pylint3 dependency to pylint, the former is a cruft package + (Closes: #945981) + * Disable test_plugin_evilbit.py and test_plugin_udpzero.py + by adding them to debian/clean target. + NOTE: I'm not closing the RC bug, because the fix needs to be addressed + anyway, this upload is meant to remove pylint2 cruft package. + + -- Gianfranco Costamagna <locutusofb...@debian.org> Tue, 10 Dec 2019 18:49:55 +0100 + pathspider (2.0.1-2) unstable; urgency=medium * d/control: diff -Nru pathspider-2.0.1/debian/clean pathspider-2.0.1/debian/clean --- pathspider-2.0.1/debian/clean 1970-01-01 01:00:00.000000000 +0100 +++ pathspider-2.0.1/debian/clean 2019-12-10 18:49:55.000000000 +0100 @@ -0,0 +1,2 @@ +pathspider/tests/test_plugin_evilbit.py +pathspider/tests/test_plugin_udpzero.py diff -Nru pathspider-2.0.1/debian/control pathspider-2.0.1/debian/control --- pathspider-2.0.1/debian/control 2018-02-01 21:30:15.000000000 +0100 +++ pathspider-2.0.1/debian/control 2019-12-10 18:49:38.000000000 +0100 @@ -16,7 +16,7 @@ python3-scapy, python3-stem, python3-pycurl (>= 7.43.0.1), - pylint3 + pylint Standards-Version: 4.1.3 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-netmeasure/pathspider.git Vcs-Git: https://anonscm.debian.org/git/pkg-netmeasure/pathspider.git