[SCM] ktp-approver packaging branch, master, updated. debian/15.12.1-1-299-g62cbbd7

Maximiliano Curia maxy at moszumanska.debian.org
Fri May 27 09:14:22 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-approver.git;a=commitdiff;h=0f650ca

The following commit has been merged in the master branch:
commit 0f650ca795dcd895f66e44e3ebb670f238b6585b
Author: Nicolas Lécureuil <neoclust at mageia.org>
Date:   Fri Jan 1 11:06:07 2016 +0100

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3d5dc0b..86231d6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,5 @@
 project(ktp-approver)
+include(FeatureSummary)
 
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "15")
@@ -31,3 +32,5 @@ configure_file(version.h.in ${CMAKE_CURRENT_BINARY_DIR}/src/version.h @ONLY)
 add_subdirectory(src)
 
 install(FILES ktp-approver.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR})
+
+feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)

-- 
ktp-approver packaging



More information about the pkg-kde-commits mailing list