Package: python-greenlet
Version: 0.4.15-4
Severity: normal
Tags: patch  pending


Dear maintainer,

I've prepared an NMU for python-greenlet (versioned as 0.4.15-4.1). The diff
is attached to this message.

Please consider maintaining this package under DPMT umbrella.

Regards.

diff -Nru python-greenlet-0.4.15/debian/changelog python-greenlet-0.4.15/debian/changelog
--- python-greenlet-0.4.15/debian/changelog	2019-11-20 12:13:29.000000000 -0500
+++ python-greenlet-0.4.15/debian/changelog	2020-03-14 18:37:04.000000000 -0400
@@ -1,3 +1,10 @@
+python-greenlet (0.4.15-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Build documentation with python3-sphinx
+
+ -- Sandro Tosi <[email protected]>  Sat, 14 Mar 2020 18:37:04 -0400
+
 python-greenlet (0.4.15-4) unstable; urgency=medium
 
   * Fix dh-python build dependency (closes: #945135).
diff -Nru python-greenlet-0.4.15/debian/control python-greenlet-0.4.15/debian/control
--- python-greenlet-0.4.15/debian/control	2019-11-20 12:13:29.000000000 -0500
+++ python-greenlet-0.4.15/debian/control	2020-03-14 18:33:51.000000000 -0400
@@ -5,7 +5,7 @@
  python-all-dev, python-all-dbg,
  python3-all-dev, python3-all-dbg,
  python-setuptools, python3-setuptools,
- python-sphinx, python3-sphinx
+ python3-sphinx
 Standards-Version: 4.4.1
 Section: python
 Homepage: https://pypi.python.org/pypi/greenlet
diff -Nru python-greenlet-0.4.15/debian/rules python-greenlet-0.4.15/debian/rules
--- python-greenlet-0.4.15/debian/rules	2019-11-20 12:13:22.000000000 -0500
+++ python-greenlet-0.4.15/debian/rules	2020-03-14 18:34:51.000000000 -0400
@@ -26,7 +26,7 @@
 
 override_dh_auto_build: $(PYTHON3:%=build-python%)
 	dh_auto_build
-	cd doc && PYTHONPATH=.. make html
+	cd doc && PYTHONPATH=.. make html SPHINXBUILD=/usr/share/sphinx/scripts/python3/sphinx-build
 
 install-python%:
 	python$* setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb

Reply via email to