This is an automated email from the git hooks/post-receive script. tiber-guest pushed a commit to branch master in repository vdr-plugin-satip.
commit 7f7c2474249a529a8117b328af80ab59321c9e54 Author: Tobias Grimm <[email protected]> Date: Sat Jan 27 21:34:01 2018 +0100 Fixed FTBS with glibc 2.26 (Closes: #887689) --- debian/patches/gcc7.patch | 10 ++++++++++ debian/patches/series | 1 + 2 files changed, 11 insertions(+) diff --git a/debian/patches/gcc7.patch b/debian/patches/gcc7.patch new file mode 100644 index 0000000..a144e6c --- /dev/null +++ b/debian/patches/gcc7.patch @@ -0,0 +1,10 @@ +--- a/satip.c ++++ b/satip.c +@@ -5,6 +5,7 @@ + * + */ + ++#include <ctype.h> + #include <getopt.h> + #include <vdr/plugin.h> + #include "common.h" diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..22b35ce --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +gcc7.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr-plugin-satip.git _______________________________________________ pkg-vdr-dvb-changes mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-vdr-dvb-changes
