Andreas Tille pushed to branch master at Debian Med / pyqi
Commits: fec5ff5c by Andreas Tille at 2020-05-11T09:36:26+02:00 Fix htmlhelp in sphinx - - - - - 0d954185 by Andreas Tille at 2020-05-11T09:38:05+02:00 Upload to unstable - - - - - 3 changed files: - debian/changelog - + debian/patches/fix_sphinx_htmlhelp.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +pyqi (0.3.2+dfsg-6) unstable; urgency=medium + + * Fix htmlhelp in sphinx + Closes: #959598 + + -- Andreas Tille <[email protected]> Mon, 11 May 2020 09:36:38 +0200 + pyqi (0.3.2+dfsg-5) unstable; urgency=medium [ Andreas Tille ] ===================================== debian/patches/fix_sphinx_htmlhelp.patch ===================================== @@ -0,0 +1,16 @@ +Description: Fix htmlhelp in sphinx +Bug-Debian: https://bugs.debian.org/959598 +Author: Andreas Tille <[email protected]> +Last-Update: Mon, 11 May 2020 09:35:05 +0200 + +--- a/doc/Makefile ++++ b/doc/Makefile +@@ -67,7 +67,7 @@ json: + @echo "Build finished; now you can process the JSON files." + + htmlhelp: +- $(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) $(BUILDDIR)/htmlhelp ++ $(SPHINXBUILD) $(ALLSPHINXOPTS) $(BUILDDIR)/htmlhelp + @echo + @echo "Build finished; now you can run HTML Help Workshop with the" \ + ".hhp project file in $(BUILDDIR)/htmlhelp." ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ 2to3.patch +fix_sphinx_htmlhelp.patch View it on GitLab: https://salsa.debian.org/med-team/pyqi/-/compare/55344f351e94b75737b80992772dbab0ca8eb0a0...0d954185893719e6865815b70e68e493abb24a33 -- View it on GitLab: https://salsa.debian.org/med-team/pyqi/-/compare/55344f351e94b75737b80992772dbab0ca8eb0a0...0d954185893719e6865815b70e68e493abb24a33 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
