[med-svn] [Git][med-team/khmer][master] 3 commits: Use sphinx-build since build_sphinx option is removed (Closes: #1042657)

Nilesh Patra (@nilesh) gitlab at salsa.debian.org
Sat Sep 9 08:45:39 BST 2023



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 <nilesh at debian.org>  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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20230909/b37544cf/attachment-0001.htm>


More information about the debian-med-commit mailing list