Bug#799593: kde-config-systemd FTBFS because of missed systemd build dependency

2015-10-03 Thread Shawn Sörbom
I have added your patch to my github repo. I have also contacted my sponsor 
and uploaded a fixed package. It should be available soon.
--Shawn

On Sunday, September 20, 2015 19:17:05 Alf Gaida wrote:
> 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)



Bug#799593: kde-config-systemd FTBFS because of missed systemd build dependency

2015-09-28 Thread Shawn Sörbom
For some reason, I didn't see your bug until I got a removal request from 
testing. Sorry.
On Sunday, September 20, 2015 19:17:05 Alf Gaida wrote:
> 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)



Bug#799593: kde-config-systemd FTBFS because of missed systemd build dependency

2015-09-20 Thread Alf Gaida
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