Control: tags 943094 + patch
Control: tags 943094 + pending
Dear maintainer,
I've prepared an NMU for gearmand (versioned as 1.1.18+ds-3.1) and
uploaded it to DELAYED/10. Please feel free to tell me if I should
cancel it.
cu
Adrian
diff -Nru gearmand-1.1.18+ds/debian/changelog gearmand-1.1.18+ds/debian/changelog
--- gearmand-1.1.18+ds/debian/changelog 2018-08-23 18:21:58.000000000 +0300
+++ gearmand-1.1.18+ds/debian/changelog 2020-02-01 23:42:48.000000000 +0200
@@ -1,3 +1,11 @@
+gearmand (1.1.18+ds-3.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Use python-sphinx instead of python-sphinx. (Closes: #943094)
+ * libgearman-doc: Add the missing dependency on ${sphinxdoc:Depends}.
+
+ -- Adrian Bunk <[email protected]> Sat, 01 Feb 2020 23:42:48 +0200
+
gearmand (1.1.18+ds-3) unstable; urgency=medium
* Add "sharness" to debian/tests/control, really fixing #906629
diff -Nru gearmand-1.1.18+ds/debian/control gearmand-1.1.18+ds/debian/control
--- gearmand-1.1.18+ds/debian/control 2018-08-23 18:21:58.000000000 +0300
+++ gearmand-1.1.18+ds/debian/control 2020-02-01 23:42:48.000000000 +0200
@@ -27,7 +27,7 @@
memcached,
pkg-config,
procps,
- python-sphinx,
+ python3-sphinx,
sharness,
systemtap-sdt-dev [amd64 armel armhf i386 ia64 powerpc s390],
uuid-dev
@@ -65,7 +65,7 @@
Package: libgearman-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: API Documentation for the Gearman Library
Gearman is a system to farm out work to other machines, dispatching function
calls to machines that are better suited to do work, to do work in parallel,