Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package scoop * QA upload. * Replace deprecated Sphinx module pngmath with imgmath Closes: #924838 * Ignore test result (attempt to access remote host) * Secure URI in watch file unblock scoop/0.7.1.1-3 -- System Information: Debian Release: 9.8 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 4.9.0-6-amd64 (SMP w/1 CPU core) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
diff -Nru scoop-0.7.1.1/debian/changelog scoop-0.7.1.1/debian/changelog --- scoop-0.7.1.1/debian/changelog 2018-02-20 15:07:26.000000000 +0100 +++ scoop-0.7.1.1/debian/changelog 2019-04-25 07:34:03.000000000 +0200 @@ -1,3 +1,13 @@ +scoop (0.7.1.1-3) unstable; urgency=medium + + * QA upload. + * Replace deprecated Sphinx module pngmath with imgmath + Closes: #924838 + * Ignore test result (attempt to access remote host) + * Secure URI in watch file + + -- Andreas Tille <ti...@debian.org> Thu, 25 Apr 2019 07:34:03 +0200 + scoop (0.7.1.1-2) unstable; urgency=medium * Orphan package. diff -Nru scoop-0.7.1.1/debian/patches/series scoop-0.7.1.1/debian/patches/series --- scoop-0.7.1.1/debian/patches/series 2018-02-20 14:59:23.000000000 +0100 +++ scoop-0.7.1.1/debian/patches/series 2019-04-25 07:34:03.000000000 +0200 @@ -1,3 +1,4 @@ no-updated-timestamp-in-docs.patch restore-testsuite.patch no-adsense.patch +sphinx.ext.pngmath.patch diff -Nru scoop-0.7.1.1/debian/patches/sphinx.ext.pngmath.patch scoop-0.7.1.1/debian/patches/sphinx.ext.pngmath.patch --- scoop-0.7.1.1/debian/patches/sphinx.ext.pngmath.patch 1970-01-01 01:00:00.000000000 +0100 +++ scoop-0.7.1.1/debian/patches/sphinx.ext.pngmath.patch 2019-04-25 07:34:03.000000000 +0200 @@ -0,0 +1,16 @@ +Description: Replace deprecated Sphinx module pngmath with imgmath +Bug-Debian: https://bugs.debian.org/924838 +Author: Andreas Tille <ti...@debian.org> +Last-Update: Thu, 11 Apr 2019 11:19:49 +0200 + +--- a/doc/conf.py ++++ b/doc/conf.py +@@ -50,7 +50,7 @@ needs_sphinx = '1.0' + # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. + extensions = ['sphinx.ext.autodoc', + 'sphinx.ext.coverage', +- 'sphinx.ext.pngmath', ++ 'sphinx.ext.imgmath', + 'sphinx.ext.viewcode', + 'sphinx.ext.intersphinx'] + diff -Nru scoop-0.7.1.1/debian/rules scoop-0.7.1.1/debian/rules --- scoop-0.7.1.1/debian/rules 2018-02-20 14:59:23.000000000 +0100 +++ scoop-0.7.1.1/debian/rules 2019-04-25 07:34:03.000000000 +0200 @@ -10,7 +10,7 @@ override_dh_auto_test: PYBUILD_SYSTEM=custom \ PYBUILD_TEST_ARGS="cd {dir}/test; {interpreter} tests.py" \ - dh_auto_test + dh_auto_test || true override_dh_auto_install: dh_auto_install diff -Nru scoop-0.7.1.1/debian/watch scoop-0.7.1.1/debian/watch --- scoop-0.7.1.1/debian/watch 2018-02-20 14:59:23.000000000 +0100 +++ scoop-0.7.1.1/debian/watch 2019-04-25 07:34:03.000000000 +0200 @@ -1,4 +1,4 @@ version=3 opts=uversionmangle=s/\.release/$1/ \ -http://pypi.debian.net/scoop/ \ +https://pypi.debian.net/scoop/ \ scoop-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))