Nilesh Patra pushed to branch master at Debian Med / khmer
Commits: aad9beb2 by Nilesh Patra at 2023-09-09T07:15:44+00:00 Use sphinx-build since build_sphinx option is removed (Closes: #1042657) - - - - - b610a895 by Nilesh Patra at 2023-09-09T13:03:36+05:30 Bump Standards-Version to 4.6.2 (no changes needed) - - - - - a87e26db by Nilesh Patra at 2023-09-09T13:04:03+05:30 Upload to Unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +khmer (3.0.0~a3+dfsg-5) unstable; urgency=medium + + * Team Upload. + * Use sphinx-build since build_sphinx option is + removed (Closes: #1042657) + * Bump Standards-Version to 4.6.2 (no changes needed) + + -- Nilesh Patra <[email protected]> Sat, 09 Sep 2023 13:03:41 +0530 + khmer (3.0.0~a3+dfsg-4) unstable; urgency=medium * Team Upload. ===================================== debian/control ===================================== @@ -22,7 +22,7 @@ Build-Depends: debhelper-compat (= 13), libbz2-dev, asciidoctor, rdfind -Standards-Version: 4.6.1 +Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/med-team/khmer Vcs-Git: https://salsa.debian.org/med-team/khmer.git Homepage: https://khmer.readthedocs.org ===================================== debian/rules ===================================== @@ -18,7 +18,7 @@ export HOME=$(shell echo $$PWD"/fakehome") override_dh_auto_build: dh_auto_build ln -sf `pybuild --print build_dir|awk -F: '{print $$2}'`/khmer/*.so khmer && \ - ./setup.py develop --user && ./setup.py build_sphinx + ./setup.py develop --user && sphinx-build doc build/sphinx/html asciidoctor --backend manpage -a reproducible debian/khmer.1.adoc $(MAKE) -C src/oxli clean $(MAKE) -C src/oxli all USE_SYSTEM_ZLIB="true" USE_SYSTEM_LIBBZ2="true" View it on GitLab: https://salsa.debian.org/med-team/khmer/-/compare/584bd18075e215723fb6bdfc9fac68ada41c412b...a87e26dbb28e49f595447311e0194b82dc794c73 -- View it on GitLab: https://salsa.debian.org/med-team/khmer/-/compare/584bd18075e215723fb6bdfc9fac68ada41c412b...a87e26dbb28e49f595447311e0194b82dc794c73 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
