[SCM] ktp-auth-handler packaging branch, master, updated. debian/15.12.1-2-282-g080758e

Maximiliano Curia maxy at moszumanska.debian.org
Fri May 27 23:58:16 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-auth-handler.git;a=commitdiff;h=a1e45dc

The following commit has been merged in the master branch:
commit a1e45dc3d62e5f099cc85310969338efe586aacb
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Thu Oct 13 18:47:07 2011 +0200

    Use common submodule
---
 .gitmodules    |  3 +++
 CMakeLists.txt | 12 ++++++++++++
 common         |  1 +
 3 files changed, 16 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 45b76c3..4e1e706 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -19,6 +19,18 @@ 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_kde_auth_handler_SRCS
     main.cpp
     password-prompt.cpp
diff --git a/common b/common
new file mode 160000
index 0000000..702f544
--- /dev/null
+++ b/common
@@ -0,0 +1 @@
+Subproject commit 702f544476ecc2b87f69eb0b4e4349259f791001

-- 
ktp-auth-handler packaging



More information about the pkg-kde-commits mailing list