[SCM] KDE Development Platform Libraries module packaging branch, master, updated. debian/4.4.5-2+squeeze1-119-g8489bf3

Modestas Vainius modax at alioth.debian.org
Sun Mar 27 17:43:02 UTC 2011


The following commit has been merged in the master branch:
commit e1b066ee5fa106434ec030fd52f6eb77390e3dfe
Author: Modestas Vainius <modax at debian.org>
Date:   Sun Mar 27 14:47:42 2011 +0300

    make_libkdeinit4_private.diff: fix DEP-3 header.
---
 debian/patches/make_libkdeinit4_private.diff |   30 +++++++++++++-------------
 1 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/debian/patches/make_libkdeinit4_private.diff b/debian/patches/make_libkdeinit4_private.diff
index 8e91637..23b2067 100644
--- a/debian/patches/make_libkdeinit4_private.diff
+++ b/debian/patches/make_libkdeinit4_private.diff
@@ -1,24 +1,24 @@
 From: Modestas Vainius <modax at debian.org>
 Subject: Framework for making libkdeinit4_*.so "private"
- The patch adds LIBKDEINIT_INSTALL_DIR cmake flag which specifies where
- libkdeinit4_*.so are supposed to end up. Please note, however, that
- libkdeinit4_*.so will not be automatically installed to LIBKDEINIT_INSTALL_DIR
- (but rather LIB_INSTALL_DIR) after cmake_install and you will need to be move
- to LIBKDEINIT_INSTALL_DIR manually in packaging (or e.g. with
- dh_movelibkdeinit).
- .
- Therefore, RUNPATH is disabled by default due to above limitation. Each
- application will have to set ENABLE_LIBKDEINIT_RUNPATH:BOOL=ON cmake flag in
- order for proper RUNPATH to be set on the generated kdeinit executables. However,
- CDBS kde.mk and debhelper kde addon/buildsystem enable this flag by default and
- hence call dh_movelibkdeinit.
- .
- The patch also adds support for "kdeinit" resource type to KDE Platform
- libraries.
 Forwarded: no
 Origin: vendor
 Last-Update: 2010-06-07
 
+The patch adds LIBKDEINIT_INSTALL_DIR cmake flag which specifies where
+libkdeinit4_*.so are supposed to end up. Please note, however, that
+libkdeinit4_*.so will not be automatically installed to LIBKDEINIT_INSTALL_DIR
+(but rather LIB_INSTALL_DIR) after cmake_install and you will need to be move
+to LIBKDEINIT_INSTALL_DIR manually in packaging (or e.g. with
+dh_movelibkdeinit).
+
+Therefore, RUNPATH is disabled by default due to above limitation. Each
+application will have to set ENABLE_LIBKDEINIT_RUNPATH:BOOL=ON cmake flag in
+order for proper RUNPATH to be set on the generated kdeinit executables. However,
+CDBS kde.mk and debhelper kde addon/buildsystem enable this flag by default and
+hence call dh_movelibkdeinit.
+
+The patch also adds support for "kdeinit" resource type to KDE Platform
+libraries.
 --- a/CreateKDELibsDependenciesFile.cmake
 +++ b/CreateKDELibsDependenciesFile.cmake
 @@ -32,6 +32,7 @@ set(KDE4_INSTALL_DIR "${CMAKE_INSTALL_PR

-- 
KDE Development Platform Libraries module packaging



More information about the pkg-kde-commits mailing list