Dear maintainer,

I've prepared an NMU for leatherman (versioned as 1.4.2+dfsg-2.1) and 
uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it.

cu
Adrian
diff -Nru leatherman-1.4.2+dfsg/debian/changelog leatherman-1.4.2+dfsg/debian/changelog
--- leatherman-1.4.2+dfsg/debian/changelog	2018-08-22 16:09:39.000000000 +0300
+++ leatherman-1.4.2+dfsg/debian/changelog	2020-06-15 18:36:13.000000000 +0300
@@ -1,3 +1,10 @@
+leatherman (1.4.2+dfsg-2.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Add patch to fix ftbfs with Boost 1.71. (Closes: #960416)
+
+ -- Adrian Bunk <b...@debian.org>  Mon, 15 Jun 2020 18:36:13 +0300
+
 leatherman (1.4.2+dfsg-2) unstable; urgency=medium
 
   * Drop the libleatherman-data package; the translations shipped therein are
diff -Nru leatherman-1.4.2+dfsg/debian/patches/cmake-ftbfs.patch leatherman-1.4.2+dfsg/debian/patches/cmake-ftbfs.patch
--- leatherman-1.4.2+dfsg/debian/patches/cmake-ftbfs.patch	1970-01-01 02:00:00.000000000 +0200
+++ leatherman-1.4.2+dfsg/debian/patches/cmake-ftbfs.patch	2020-06-15 18:35:53.000000000 +0300
@@ -0,0 +1,11 @@
+Description: Fix ftbfs with new cmake.
+Author: Dimitri John Ledkov <x...@ubuntu.com>
+
+
+--- leatherman-1.4.2+dfsg.orig/tests/CMakeLists.txt
++++ leatherman-1.4.2+dfsg/tests/CMakeLists.txt
+@@ -1,3 +1,4 @@
++find_package(Boost COMPONENTS date_time chrono system log locale log_setup REQUIRED)
+ include_directories(BEFORE ${LEATHERMAN_CATCH_INCLUDE} ${LEATHERMAN_INCLUDE_DIRS})
+ add_executable(leatherman_test main.cc ${LEATHERMAN_TEST_SRCS})
+ 
diff -Nru leatherman-1.4.2+dfsg/debian/patches/series leatherman-1.4.2+dfsg/debian/patches/series
--- leatherman-1.4.2+dfsg/debian/patches/series	2018-08-22 16:06:58.000000000 +0300
+++ leatherman-1.4.2+dfsg/debian/patches/series	2020-06-15 18:36:04.000000000 +0300
@@ -2,3 +2,4 @@
 multiarch-dirs.patch
 disable-Werror.patch
 fix-option_set-count.patch
+cmake-ftbfs.patch

Reply via email to