[SCM] libkdcraw packaging branch, master, updated. debian/14.12.2-1-2-gb60fde5

Scott Kitterman kitterman at moszumanska.debian.org
Wed Jul 29 04:56:36 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/libkdcraw.git;a=commitdiff;h=b60fde5

The following commit has been merged in the master branch:
commit b60fde5a9bc010787b597d6b1d2f9dae5414d8ec
Author: Scott Kitterman <scott at kitterman.com>
Date:   Wed Jul 29 00:54:04 2015 -0400

    * Add debian/patches/libraw0.16.1_compatibility.diff from upstream to fix
      compatibility issues with libraw 0.16.1 and later (Closes: #788975)
      - Bump mimimum libraw version in debian/control
---
 debian/changelog                               | 13 +++++++++++--
 debian/control                                 |  2 +-
 debian/patches/libraw0.16.1_compatibility.diff | 19 +++++++++++++++++++
 debian/patches/series                          |  1 +
 4 files changed, 32 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fde2fe2..f18d5d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,17 @@
-libkdcraw (4:15.04.0-1~) UNRELEASED; urgency=medium
+libkdcraw (4:15.04.3-1) unstable; urgency=medium
 
+  * Upload to unstable
+
+  [ Maximiliano Curia ]
   * New upstream release (15.04.0).
 
- -- Maximiliano Curia <maxy at debian.org>  Thu, 23 Apr 2015 16:33:55 +0200
+  [ Scott Kitterman ]
+  * Urgency high for RC bug fix
+  * Add debian/patches/libraw0.16.1_compatibility.diff from upstream to fix
+    compatibility issues with libraw 0.16.1 and later (Closes: #788975)
+    - Bump mimimum libraw version in debian/control
+
+ -- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Wed, 29 Jul 2015 00:33:19 -0400
 
 libkdcraw (4:14.12.2-1) experimental; urgency=medium
 
diff --git a/debian/control b/debian/control
index 0772886..5d932fd 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: cmake,
                debhelper (>= 9),
                kde-sc-dev-latest (>= 4:4.11),
                kdelibs5-dev,
-               libraw-dev (>= 0.15),
+               libraw-dev (>= 0.16.1),
                libx11-dev,
                pkg-config,
                pkg-kde-tools (>= 0.12)
diff --git a/debian/patches/libraw0.16.1_compatibility.diff b/debian/patches/libraw0.16.1_compatibility.diff
new file mode 100644
index 0000000..8c1db84
--- /dev/null
+++ b/debian/patches/libraw0.16.1_compatibility.diff
@@ -0,0 +1,19 @@
+Description: Enable KDE4 exceptions for libraw 0.16.1 compatibility
+Author: Scott Kitterman <scott at kitterman.com>
+Origin: upstream, 46898ec97a0462eb08a5b6d09999450a86b27aae
+Bug-Debian: http://bugs.debian.org/788975
+Last-Update: 2015-07-29
+
+Index: libkdcraw-15.04.3/libkdcraw/CMakeLists.txt
+===================================================================
+--- libkdcraw-15.04.3.orig/libkdcraw/CMakeLists.txt	2015-07-29 00:38:25.322854519 -0400
++++ libkdcraw-15.04.3/libkdcraw/CMakeLists.txt	2015-07-29 00:39:06.118855053 -0400
+@@ -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.
+ 
++add_definitions(${KDE4_ENABLE_EXCEPTIONS})
++
+ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake.in ${CMAKE_CURRENT_BINARY_DIR}/version.h)
+ 
+ set(kdcraw_LIB_SRCS kdcraw.cpp
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..080081d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+libraw0.16.1_compatibility.diff

-- 
libkdcraw packaging



More information about the pkg-kde-commits mailing list