Control: tags 981228 + patch
Dear maintainer, I've uploaded an NMU for khal (versioned as 1:0.10.2-0.2). The diff is attached to this message. Regards. diff -Nru khal-0.10.2/debian/changelog khal-0.10.2/debian/changelog --- khal-0.10.2/debian/changelog 2021-01-26 12:16:00.000000000 +0100 +++ khal-0.10.2/debian/changelog 2021-02-06 20:56:02.000000000 +0100 @@ -1,3 +1,12 @@ +khal (1:0.10.2-0.2) unstable; urgency=medium + + * Non-maintainer upload. + + * skip unstable tests; + closes: bug#981228, thanks to Sebastian Ramacher + + -- Jonas Smedegaard <[email protected]> Sat, 06 Feb 2021 20:56:02 +0100 + khal (1:0.10.2-0.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru khal-0.10.2/debian/rules khal-0.10.2/debian/rules --- khal-0.10.2/debian/rules 2020-11-05 18:54:56.000000000 +0100 +++ khal-0.10.2/debian/rules 2021-02-06 20:49:21.000000000 +0100 @@ -2,6 +2,12 @@ export PYBUILD_DESTDIR_python3=debian/khal export PYBUILD_NAME=khal + +# avoid unstable tests +export PYBUILD_TEST_ARGS = \ + --ignore=tests/cli_test.py \ + --ignore=tests/khalendar_test.py + %: dh $@ --with python3,sphinxdoc --buildsystem=pybuild

