diff -Nru pyglet-1.3.0/debian/changelog pyglet-1.3.0/debian/changelog --- pyglet-1.3.0/debian/changelog 2019-03-02 03:45:26.000000000 +0000 +++ pyglet-1.3.0/debian/changelog 2019-06-02 19:17:34.000000000 +0000 @@ -1,3 +1,14 @@ +pyglet (1.3.0-2.1) unstable; urgency=medium + + [ Yaroslav Halchenko ] + * No strings exceptions is allowed in Python2.6 + + [ Reinhard Tartler ] + * Non-Maintainer upload. + * Disable ClockTimingTestCase (Closes: #929697) + + -- Reinhard Tartler Sun, 02 Jun 2019 15:17:34 -0400 + pyglet (1.3.0-2) unstable; urgency=medium [ Scott Kitterman ] diff -Nru pyglet-1.3.0/debian/rules pyglet-1.3.0/debian/rules --- pyglet-1.3.0/debian/rules 2019-03-02 02:13:15.000000000 +0000 +++ pyglet-1.3.0/debian/rules 2019-06-02 19:17:34.000000000 +0000 @@ -20,6 +20,8 @@ EXCLUDED_TESTS += and not test_issue429 EXCLUDED_TESTS += and not test_issue241 EXCLUDED_TESTS += and not test_issue471 +# cf. #929697 +EXCLUDED_TESTS += and not ClockTimingTestCase export PYBUILD_NAME=pyglet export PYBUILD_TEST_PYTEST=1