Dear maintainer,

I've prepared an NMU for mongo-c-driver (versioned as 1.16.1-1.1) and 
uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it.

cu
Adrian
diff -Nru mongo-c-driver-1.16.1/debian/changelog mongo-c-driver-1.16.1/debian/changelog
--- mongo-c-driver-1.16.1/debian/changelog	2020-02-06 21:30:48.000000000 +0200
+++ mongo-c-driver-1.16.1/debian/changelog	2020-06-18 18:02:18.000000000 +0300
@@ -1,3 +1,10 @@
+mongo-c-driver (1.16.1-1.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Backport fix for FTBFS with Sphinx 2.4. (Closes: #955114)
+
+ -- Adrian Bunk <b...@debian.org>  Thu, 18 Jun 2020 18:02:18 +0300
+
 mongo-c-driver (1.16.1-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru mongo-c-driver-1.16.1/debian/patches/0001-CDRIVER-3594-build-Sphinx-docs-without-parallelism.patch mongo-c-driver-1.16.1/debian/patches/0001-CDRIVER-3594-build-Sphinx-docs-without-parallelism.patch
--- mongo-c-driver-1.16.1/debian/patches/0001-CDRIVER-3594-build-Sphinx-docs-without-parallelism.patch	1970-01-01 02:00:00.000000000 +0200
+++ mongo-c-driver-1.16.1/debian/patches/0001-CDRIVER-3594-build-Sphinx-docs-without-parallelism.patch	2020-06-18 18:02:13.000000000 +0300
@@ -0,0 +1,34 @@
+From 214c433997ffbed6f36e2ba46218c5beb30a6107 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Roberto=20C=2E=20S=C3=A1nchez?= <robe...@connexer.com>
+Date: Mon, 30 Mar 2020 19:37:03 -0400
+Subject: CDRIVER-3594 build Sphinx docs without parallelism
+
+---
+ build/cmake/SphinxBuild.cmake | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/build/cmake/SphinxBuild.cmake b/build/cmake/SphinxBuild.cmake
+index a7f49d79b..f90308486 100644
+--- a/build/cmake/SphinxBuild.cmake
++++ b/build/cmake/SphinxBuild.cmake
+@@ -40,7 +40,7 @@ function (sphinx_build_html target_name doc_dir)
+       ${CMAKE_COMMAND} -E env
+       "PYTHONDONTWRITEBYTECODE=1"
+       ${SPHINX_EXECUTABLE}
+-         -j ${NPROCS} -qEW -b html
++         -qEW -b html
+          -c "${CMAKE_CURRENT_SOURCE_DIR}"
+          "${CMAKE_CURRENT_SOURCE_DIR}"
+          "${SPHINX_HTML_DIR}"
+@@ -133,7 +133,7 @@ function (sphinx_build_man target_name)
+       ${CMAKE_COMMAND} -E env
+       "PYTHONDONTWRITEBYTECODE=1"
+       ${SPHINX_EXECUTABLE}
+-         -j ${NPROCS} -qEW -b man
++         -qEW -b man
+          -c "${CMAKE_CURRENT_SOURCE_DIR}"
+          "${CMAKE_CURRENT_SOURCE_DIR}"
+          "${SPHINX_MAN_DIR}"
+-- 
+2.20.1
+
diff -Nru mongo-c-driver-1.16.1/debian/patches/series mongo-c-driver-1.16.1/debian/patches/series
--- mongo-c-driver-1.16.1/debian/patches/series	1970-01-01 02:00:00.000000000 +0200
+++ mongo-c-driver-1.16.1/debian/patches/series	2020-06-18 18:02:18.000000000 +0300
@@ -0,0 +1 @@
+0001-CDRIVER-3594-build-Sphinx-docs-without-parallelism.patch

Reply via email to