[SCM] ktp-contact-runner packaging branch, master, updated. debian/15.12.1-2-244-g38a1f58

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 17:50:58 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-contact-runner.git;a=commitdiff;h=3e07f5f

The following commit has been merged in the master branch:
commit 3e07f5f7020d6724486422d284bd925bfbcba76b
Author: Nicolas Lécureuil <neoclust at mageia.org>
Date:   Fri Jan 1 19:16:52 2016 +0100

    Add feature_summary
---
 CMakeLists.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index d589cd5..bed8940 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,6 +2,8 @@ project(KTPContactRunner)
 
 cmake_minimum_required(VERSION 2.8.12)
 
+include(FeatureSummary)
+
 # KDE Application Version, managed by release script
 set(KDE_APPLICATIONS_VERSION_MAJOR "15")
 set(KDE_APPLICATIONS_VERSION_MINOR "07")
@@ -53,3 +55,5 @@ install (FILES ${CMAKE_CURRENT_BINARY_DIR}/plasma-runner-ktp-contact.desktop
          DESTINATION ${SERVICES_INSTALL_DIR}
 )
 
+feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
+

-- 
ktp-contact-runner packaging



More information about the pkg-kde-commits mailing list