[SCM] Debian Qt/KDE packaging tools branch, master, updated. debian/0.13.1-12-gef732bc

Modestas Vainius modax at alioth.debian.org
Wed May 25 12:11:31 UTC 2011


The following commit has been merged in the master branch:
commit 516759b4faf75e9ca26ff130cd017c657d12cfa3
Author: Modestas Vainius <modax at debian.org>
Date:   Wed May 25 12:41:16 2011 +0300

    Rename dlrestrictions-config.cmake to DLRestrictionsConfig.cmake.
    
    In order to be sensitive about letter case in find_package(DLRestrictions).
---
 dlrestrictions/CMakeLists.txt                      |    2 +-
 ...ons-config.cmake => DLRestrictionsConfig.cmake} |    0
 2 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlrestrictions/CMakeLists.txt b/dlrestrictions/CMakeLists.txt
index 8590881..b03f757 100644
--- a/dlrestrictions/CMakeLists.txt
+++ b/dlrestrictions/CMakeLists.txt
@@ -14,7 +14,7 @@ install(TARGETS dlrestrictions
 install(FILES dlrestrictions.h
     DESTINATION ${INCLUDE_INSTALL_DIR}
     COMPONENT DLRestrictions)
-install(FILES dlrestrictions-config.cmake dlrestrictions-symbol.c.cmake
+install(FILES DLRestrictionsConfig.cmake dlrestrictions-symbol.c.cmake
     DESTINATION ${LIB_INSTALL_DIR}/cmake/DLRestrictions)
 install(EXPORT dlrestrictions FILE dlrestrictions-export.cmake
     DESTINATION ${LIB_INSTALL_DIR}/cmake/DLRestrictions)
diff --git a/dlrestrictions/dlrestrictions-config.cmake b/dlrestrictions/DLRestrictionsConfig.cmake
similarity index 100%
rename from dlrestrictions/dlrestrictions-config.cmake
rename to dlrestrictions/DLRestrictionsConfig.cmake

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list