Control: tags 1041078 + patch

Dear maintainer,

I've prepared an NMU for mongo-cxx-driver-legacy (versioned as 1.1.3-3.2). The 
diff
is attached to this message.

Regards.

diff -Nru mongo-cxx-driver-legacy-1.1.3/debian/changelog 
mongo-cxx-driver-legacy-1.1.3/debian/changelog
--- mongo-cxx-driver-legacy-1.1.3/debian/changelog      2021-01-03 
09:48:28.000000000 +0100
+++ mongo-cxx-driver-legacy-1.1.3/debian/changelog      2023-08-21 
20:39:59.000000000 +0200
@@ -1,3 +1,11 @@
+mongo-cxx-driver-legacy (1.1.3-3.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * d/rules: specify "-std=c++14" to fix FTBFS with googletest 1.13.0.
+    Closes: #1041078
+
+ -- Michael R. Crusoe <cru...@debian.org>  Mon, 21 Aug 2023 20:39:59 +0200
+
 mongo-cxx-driver-legacy (1.1.3-3.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru mongo-cxx-driver-legacy-1.1.3/debian/rules 
mongo-cxx-driver-legacy-1.1.3/debian/rules
--- mongo-cxx-driver-legacy-1.1.3/debian/rules  2021-01-03 09:48:28.000000000 
+0100
+++ mongo-cxx-driver-legacy-1.1.3/debian/rules  2023-08-21 16:49:58.000000000 
+0200
@@ -13,8 +13,7 @@
     --use-sasl-client            \
     --sharedclient               \
     --disable-warnings-as-errors \
-    --c++11=on                  \
-    CXXFLAGS="$(CXXFLAGS) $(CPPFLAGS)"       \
+    CXXFLAGS="$(CXXFLAGS) $(CPPFLAGS) -std=c++14"       \
     CFLAGS="$(CFLAGS) $(CPPFLAGS)"           \
     LINKFLAGS="$(LDFLAGS)"
 

Reply via email to