[SCM] libkdcraw packaging branch, master, updated. debian/4.10.5-1

Maximiliano Curia maxy at alioth.debian.org
Sat Jul 13 12:59:11 UTC 2013


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

The following commit has been merged in the master branch:
commit dea6f72660475432179c89208ee7c33456e6dce4
Author: Pino Toscano <pino at kde.org>
Date:   Mon Apr 8 19:36:25 2013 +0200

    switch from LCMS 1 to LCMS 2
    
    - change the liblcms1-dev build dependency to liblcms2-dev
    - pass -DENABLE_LCMS2=ON to cmake
---
 debian/changelog |    3 +++
 debian/control   |    4 +++-
 debian/rules     |    3 +++
 3 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0800a08..2e16460 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ libkdcraw (4:4.10.2-2) UNRELEASED; urgency=low
   [ Pino Toscano ]
   * Bump the kde-sc-dev-latest and kdelibs5-dev build dependencies to 4.10.
   * Minor description change in libkdcraw22.
+  * Switch from LCMS 1 to LCMS 2:
+    - change the liblcms1-dev build dependency to liblcms2-dev
+    - pass -DENABLE_LCMS2=ON to cmake
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 08 Apr 2013 19:24:46 +0200
 
diff --git a/debian/control b/debian/control
index e8b819e..400d1eb 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,9 @@ Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Sune Vuorela <sune at debian.org>
 Build-Depends: kde-sc-dev-latest (>= 4:4.10),
  cmake, debhelper (>= 7.3.16), pkg-kde-tools (>= 0.12),
- kdelibs5-dev (>= 4:4.10), liblcms1-dev, libjpeg-dev
+ kdelibs5-dev (>= 4:4.10),
+ libjpeg-dev,
+ liblcms2-dev,
 Standards-Version: 3.9.2
 Homepage: http://www.kde.org/
 Vcs-Browser: http://git.debian.org/?p=pkg-kde/kde-sc/libkdcraw.git
diff --git a/debian/rules b/debian/rules
index 700aadc..dd7315c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,9 @@ include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
 
 .PHONY: override_dh_auto_test
 
+override_dh_auto_configure:
+	$(overridden_command) -- -DENABLE_LCMS2=ON
+
 override_dh_makeshlibs:
 	$(overridden_command) -- -c0
 

-- 
libkdcraw packaging



More information about the pkg-kde-commits mailing list