Package: src:mame Version: 0.249+dfsg.1-1 Severity: normal Tags: patch Dear Maintainer,
For some time now the sphinxcontrib.rsvgconverter module has been available in binary package python3-sphinxcontrib.svg2pdfconverter built by src:sphinxcontrib-svg2pdfconverter [1] (available in both Debian stable "Bullseye" and all Ubuntu releases since 19.10 Eoan). A proposed trivial patch is attached which adds the missing build dep and removes the unneeded sphinx_remove_unresolved_module.patch. Thanks for your work in maintaining the MAME package. [1] https://tracker.debian.org/pkg/sphinxcontrib-svg2pdfconverter
diff --git a/debian/control b/debian/control index d14e02e..db413cb 100644 --- a/debian/control +++ b/debian/control @@ -27,7 +27,8 @@ Build-Depends: debhelper-compat (= 13), qtbase5-dev, rapidjson-dev (>= 1.0), zlib1g-dev -Build-Depends-Indep: python3-sphinx +Build-Depends-Indep: python3-sphinx, + python3-sphinxcontrib.svg2pdfconverter Standards-Version: 4.6.1 Vcs-Git: https://salsa.debian.org/games-team/mame.git Vcs-Browser: https://salsa.debian.org/games-team/mame diff --git a/debian/patches/series b/debian/patches/series index 2c48a37..66fcb63 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -5,6 +5,5 @@ hurd.patch sphinx_mathjax_location.patch #m68000_archopts.patch kfreebsd_dirent.h_path.patch -sphinx_remove_unresolved_module.patch fix-922619.patch #fix-bx-ppc64el.patch #accepted upstream diff --git a/debian/patches/sphinx_remove_unresolved_module.patch a/debian/patches/sphinx_remove_unresolved_module.patch deleted file mode 100644 index fc39902..0000000 --- a/debian/patches/sphinx_remove_unresolved_module.patch +++ /dev/null @@ -1,17 +0,0 @@ -Author: Cesare Falco <c.fa...@ubuntu.com> -Description: Remove sphinxcontrib.rsvgconverter, which - seems nowhere to be found (at least on Ubuntu). -Forwarded: no - -Index: mame/docs/source/conf.py -=================================================================== ---- mame.orig/docs/source/conf.py -+++ mame/docs/source/conf.py -@@ -32,7 +32,6 @@ extensions = [ - 'sphinx.ext.autodoc', - 'sphinx.ext.mathjax', - 'sphinx.ext.viewcode', -- 'sphinxcontrib.rsvgconverter', - 'edit_on_github' - ] -