Source: kde-config-systemd
Severity: serious
Tags: patch
Justification: fails to build from source (but built successfully in the past)
Hi,
building the package in pbuilder fails:
-- checking for module 'systemd'
-- package 'systemd' not found
CMake Error at /usr/share/cmake-3.2/Modules/FindPkgConfig.cmake:340 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-3.2/Modules/FindPkgConfig.cmake:502
(_pkg_check_modules_internal)
CMakeLists.txt:36 (pkg_check_modules)
Adding systemd to build dependencies solve this
Cheers Alf
-- System Information:
Debian Release: stretch/sid
APT prefers buildd-unstable
APT policy: (990, 'buildd-unstable'), (990, 'unstable'), (500, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 4.0.5-5-ck-amd64 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff --git a/debian/control b/debian/control
index aa11f1d..60ac166 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,8 @@ Build-Depends: cmake,
libsystemd-dev,
pkg-config,
pkg-kde-tools,
- qtbase5-dev
+ qtbase5-dev,
+ systemd
Standards-Version: 3.9.6
Homepage: https://projects.kde.org/projects/playground/sysadmin/systemd-kcm
Vcs-Git: https://github.com/shsorbom/kcmsystemd-debian.git