diff options
-rw-r--r-- | CMakeLists.txt | 3 | ||||
-rw-r--r-- | debian/changelog | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index bb0dd4c..08d471e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,14 +41,17 @@ endfunction(install_pod_manpages section) # Install data & arch-indep library bundles install(DIRECTORY cmake makefiles qt-kde-team DESTINATION ${DATA_INSTALL_DIR} + USE_SOURCE_PERMISSIONS COMPONENT Programs) install(DIRECTORY vcslib/ DESTINATION ${DATA_INSTALL_DIR}/vcs + USE_SOURCE_PERMISSIONS COMPONENT Programs) install(DIRECTORY datalib/ DESTINATION ${DATALIB_INSTALL_DIR} + USE_SOURCE_PERMISSIONS COMPONENT Programs) install(DIRECTORY perllib/ diff --git a/debian/changelog b/debian/changelog index 770b9d6..bd859b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ pkg-kde-tools (0.13.1) UNRELEASED; urgency=low libdevel respectively). * Bump Standards-Version to 3.9.2: no changes needed. * Relicense DLRestrictions under less troublesome LGPLv2.1. + * While installing, preserve source permissions of files in cmake, makefiles, + qt-kde-team and some other directories. This solves unexecutable scripts + problem. -- Modestas Vainius <modax@debian.org> Tue, 24 May 2011 12:22:52 +0300 |