This is an automated email from the git hooks/post-receive script. tiber-guest pushed a commit to annotated tag debian/2.3.8-2_etobi1 in repository vdr.
commit 4791318c4b90469e7581f50bf6dbc759665d2777 Author: Tobias Grimm <[email protected]> Date: Sat Jan 7 13:08:50 2017 +0100 Droppes systemd.patch - fixed upstream --- debian/patches/series | 1 - debian/patches/systemd.patch | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/debian/patches/series b/debian/patches/series index 7e66768..ddef84f 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,5 +2,4 @@ 12_osdbase-maxitems.patch 99_ncursesw-include.patch -systemd.patch skincurses-log-errors.patch diff --git a/debian/patches/systemd.patch b/debian/patches/systemd.patch deleted file mode 100644 index 89fd8f9..0000000 --- a/debian/patches/systemd.patch +++ /dev/null @@ -1,17 +0,0 @@ -Description: Use libsystemd instead of transitional libsystemd-daemon -Author: Tobias Grimm <[email protected]> ---- ---- a/Makefile -+++ b/Makefile -@@ -104,9 +104,9 @@ - LIBS += $(shell pkg-config --libs fribidi) - endif - ifdef SDNOTIFY --INCLUDES += $(shell pkg-config --silence-errors --cflags libsystemd-daemon || pkg-config --cflags libsystemd) -+INCLUDES += $(shell pkg-config --silence-errors --cflags libsystemd || pkg-config --cflags libsystemd) - DEFINES += -DSDNOTIFY --LIBS += $(shell pkg-config --silence-errors --libs libsystemd-daemon || pkg-config --libs libsystemd) -+LIBS += $(shell pkg-config --silence-errors --libs libsystemd || 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 _______________________________________________ pkg-vdr-dvb-changes mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-vdr-dvb-changes
