[SCM] ktp-kded-integration-module packaging branch, master, updated. debian/15.12.1-2-382-gbd961c2

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:12:53 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-kded-module.git;a=commitdiff;h=7fb1cf5

The following commit has been merged in the master branch:
commit 7fb1cf5fd565596fb67fdfb2aa4ab868e3a23443
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Mon Oct 24 15:15:48 2011 +0100

    Use common internals sub-module
---
 .gitmodules    |  3 +++
 CMakeLists.txt | 11 +++++++++++
 common         |  1 +
 3 files changed, 15 insertions(+)

diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..cc4154b
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "common"]
+	path = common
+	url = git://anongit.kde.org/telepathy-common-internals
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4fad932..445cb48 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,6 +25,17 @@ include_directories (${KDE4_INCLUDES}
                      ${TELEPATHY_QT4_INCLUDE_DIR}
 )
 
+if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.gitmodules)
+execute_process(COMMAND git submodule init
+                WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
+)
+
+execute_process(COMMAND git submodule update
+                WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
+)
+endif(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.gitmodules)
+
+
 set (telepathy_module_SRCS
      error-dictionary.cpp
      telepathy-kded-module-plugin.cpp
diff --git a/common b/common
new file mode 160000
index 0000000..b75768e
--- /dev/null
+++ b/common
@@ -0,0 +1 @@
+Subproject commit b75768ea2f5710e2fba241987153116dfda76dbb

-- 
ktp-kded-integration-module packaging



More information about the pkg-kde-commits mailing list