Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Please unblock package hydroffice.bag diff -Nru hydroffice.bag-0.2.15/debian/changelog hydroffice.bag-0.2.15/debian/changelog --- hydroffice.bag-0.2.15/debian/changelog 2016-09-09 10:17:11.000000000 +0200 +++ hydroffice.bag-0.2.15/debian/changelog 2019-03-09 06:59:59.000000000 +0100 @@ -1,3 +1,12 @@ +hydroffice.bag (0.2.15-2) unstable; urgency=medium + + * Team upload. + * Replace sphinx.ext.pngmath by sphinx.ext.imgmath + Closes: #922390 + * Point Vcs-fields to Salsa + + -- Andreas Tille <[email protected]> Sat, 09 Mar 2019 06:59:59 +0100 + hydroffice.bag (0.2.15-1) unstable; urgency=low * Initial release. (Closes: #823233) diff -Nru hydroffice.bag-0.2.15/debian/control hydroffice.bag-0.2.15/debian/control --- hydroffice.bag-0.2.15/debian/control 2016-09-09 10:17:11.000000000 +0200 +++ hydroffice.bag-0.2.15/debian/control 2019-03-09 06:59:59.000000000 +0100 @@ -20,8 +20,8 @@ python3-setuptools, python3-wheel Standards-Version: 3.9.8 -Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/hydroffice.bag.git -Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/hydroffice.bag.git +Vcs-Browser: https://salsa.debian.org/science-team/hydroffice.bag +Vcs-Git: https://salsa.debian.org/science-team/hydroffice.bag.git Homepage: http://www.hydroffice.org/ X-Python-Version: >= 2.7 X-Python3-Version: >= 3.4 diff -Nru hydroffice.bag-0.2.15/debian/patches/series hydroffice.bag-0.2.15/debian/patches/series --- hydroffice.bag-0.2.15/debian/patches/series 2016-09-09 10:17:11.000000000 +0200 +++ hydroffice.bag-0.2.15/debian/patches/series 2019-03-09 06:59:59.000000000 +0100 @@ -1 +1,2 @@ +sphinx.ext.pngmath.patch Use-local-copy-of-project-logo.patch diff -Nru hydroffice.bag-0.2.15/debian/patches/sphinx.ext.pngmath.patch hydroffice.bag-0.2.15/debian/patches/sphinx.ext.pngmath.patch --- hydroffice.bag-0.2.15/debian/patches/sphinx.ext.pngmath.patch 1970-01-01 01:00:00.000000000 +0100 +++ hydroffice.bag-0.2.15/debian/patches/sphinx.ext.pngmath.patch 2019-03-09 06:59:59.000000000 +0100 @@ -0,0 +1,16 @@ +Description: Replace sphinx.ext.pngmath by sphinx.ext.imgmath to build with sphinx 1.8 +Bug-Debian: https://bugs.debian.org/922390 +Author: Andreas Tille <[email protected]> +Last-Update: Fri, 08 Mar 2019 18:38:02 +0100 + +--- a/docs/conf.py ++++ b/docs/conf.py +@@ -21,7 +21,7 @@ sys.path.insert(0, os.path.join(this, os + extensions = [ + 'sphinx.ext.autodoc', + 'sphinx.ext.coverage', +- 'sphinx.ext.pngmath', ++ 'sphinx.ext.imgmath', + 'sphinx.ext.viewcode', + 'sphinx.ext.coverage', + 'sphinx.ext.intersphinx', unblock hydroffice.bag/0.2.15-2 -- System Information: Debian Release: 9.6 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)

