[vdr] 02/08: Build-depend on libsystemd-dev

Tobias Grimm tiber-guest at moszumanska.debian.org
Sat Oct 10 11:05:25 UTC 2015


This is an automated email from the git hooks/post-receive script.

tiber-guest pushed a commit to branch master
in repository vdr.

commit d1f59861a0869a665f31c62ca564c785239c6143
Author: Tobias Grimm <etobi at debian.org>
Date:   Mon Oct 5 19:20:19 2015 +0200

    Build-depend on libsystemd-dev
---
 debian/control               |  2 +-
 debian/patches/series        |  1 +
 debian/patches/systemd.patch | 19 +++++++++++++++++++
 3 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 904e021..266ca20 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
 Uploaders: Thomas Schmidt <tschmidt at debian.org>, Tobias Grimm <etobi at debian.org>, Thomas Günther <tom at toms-cafe.de>
 Build-Depends: debhelper (>= 9), bash-completion, dh-systemd, libjpeg-dev, libcap-dev,
   libncursesw5-dev, libfreetype6-dev, libfontconfig-dev, gettext,
-  python, linux-libc-dev (>= 3.0), libfribidi-dev, libsystemd-daemon-dev
+  python, linux-libc-dev (>= 3.0), libfribidi-dev, libsystemd-dev
 Standards-Version: 3.9.6
 Vcs-Git: git://git.debian.org/pkg-vdr-dvb/vdr.git
 Vcs-Browser: http://git.debian.org/?p=pkg-vdr-dvb/vdr.git
diff --git a/debian/patches/series b/debian/patches/series
index c223546..95e714e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
 12_osdbase-maxitems.patch
 
 99_ncursesw-include.patch
+systemd.patch
diff --git a/debian/patches/systemd.patch b/debian/patches/systemd.patch
new file mode 100644
index 0000000..ff1b425
--- /dev/null
+++ b/debian/patches/systemd.patch
@@ -0,0 +1,19 @@
+Description: Use libsystemd instead of transitional libsystemd-daemon
+Author: Tobias Grimm <etobi at debian.org>
+---
+Index: vdr/Makefile
+===================================================================
+--- vdr.orig/Makefile	2015-09-21 22:07:22.568154904 +0200
++++ vdr/Makefile	2015-10-05 21:21:49.338294885 +0200
+@@ -95,9 +95,9 @@
+ LIBS += $(shell pkg-config --libs fribidi)
+ endif
+ ifdef SDNOTIFY
+-INCLUDES += $(shell pkg-config --cflags libsystemd-daemon)
++INCLUDES += $(shell pkg-config --cflags libsystemd)
+ DEFINES += -DSDNOTIFY
+-LIBS += $(shell pkg-config --libs libsystemd-daemon)
++LIBS += $(shell pkg-config --libs libsystemd)
+ endif
+ 
+ LIRC_DEVICE ?= /var/run/lirc/lircd

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr.git



More information about the pkg-vdr-dvb-changes mailing list