[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#821814: libkdcraw: diff for NMU version 4:15.08.0-1.1



Control: tags 821814 + patch
Control: tags 821814 + pending

Dear maintainer,

I've prepared an NMU for libkdcraw (versioned as 4:15.08.0-1.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

As this NMU is part of the libpng-transtion (removal of libpng1.2),
please let us know if we can shorten the delay.


Regards.
diff -Nru libkdcraw-15.08.0/debian/changelog libkdcraw-15.08.0/debian/changelog
--- libkdcraw-15.08.0/debian/changelog	2015-08-30 22:30:32.000000000 +0200
+++ libkdcraw-15.08.0/debian/changelog	2016-04-19 20:13:47.000000000 +0200
@@ -1,3 +1,11 @@
+libkdcraw (4:15.08.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Specify minimum cmake version in CMakeLists.txt, as required by
+    CMake's module FindPkgConfig. (Closes: #821814)
+
+ -- Tobias Frost <tobi@debian.org>  Tue, 19 Apr 2016 20:13:47 +0200
+
 libkdcraw (4:15.08.0-1) unstable; urgency=medium
 
   * New upstream release (15.08.0).
diff -Nru libkdcraw-15.08.0/debian/patches/821814.patch libkdcraw-15.08.0/debian/patches/821814.patch
--- libkdcraw-15.08.0/debian/patches/821814.patch	1970-01-01 01:00:00.000000000 +0100
+++ libkdcraw-15.08.0/debian/patches/821814.patch	2016-04-19 20:11:59.000000000 +0200
@@ -0,0 +1,18 @@
+Description: Set minimum cmake version requirement to 3.2 to fix FTBFS
+Author: Tobias Frost <tobi@debian.org>
+Bug-Debian: https://bugs.debian.org/821814
+Forwarded: no
+Last-Update: 2014-04-19
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -4,6 +4,8 @@
+ # Redistribution and use is allowed according to the terms of the BSD license.
+ # For details see the accompanying COPYING-CMAKE-SCRIPTS file.
+ 
++cmake_minimum_required(VERSION 3.2)
++
+ project(libkdcraw)
+ 
+ set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules ${CMAKE_MODULE_PATH})
diff -Nru libkdcraw-15.08.0/debian/patches/series libkdcraw-15.08.0/debian/patches/series
--- libkdcraw-15.08.0/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
+++ libkdcraw-15.08.0/debian/patches/series	2016-04-19 20:09:04.000000000 +0200
@@ -0,0 +1 @@
+821814.patch


Reply to: