This is an automated email from the git hooks/post-receive script. tiber-guest pushed a commit to branch master in repository vdr-plugin-epgsync.
commit e0dc33c931cf4ad0a3466d09ccea5fb5d2ac2f43 Author: etobi <[email protected]> Date: Tue Nov 4 22:21:34 2014 +0100 New upstream release --- debian/changelog | 6 ++++++ debian/patches/01_include_path.patch | 6 +++--- thread.h | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3e92cba..adebe49 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +vdr-plugin-epgsync (1.0.1-1) unstable; urgency=medium + + * New upstream release + + -- Tobias Grimm <[email protected]> Tue, 04 Nov 2014 22:21:28 +0100 + vdr-plugin-epgsync (1.0.0-2) unstable; urgency=medium * Build-depend on vdr-dev (>= 2.0.6) diff --git a/debian/patches/01_include_path.patch b/debian/patches/01_include_path.patch index f9c750e..a83a1d4 100644 --- a/debian/patches/01_include_path.patch +++ b/debian/patches/01_include_path.patch @@ -7,14 +7,14 @@ @DPATCH@ Index: vdr-plugin-epgsync/thread.h =================================================================== ---- vdr-plugin-epgsync.orig/thread.h 2013-09-22 22:47:21.000000000 +0200 -+++ vdr-plugin-epgsync/thread.h 2013-09-22 22:50:58.000000000 +0200 +--- vdr-plugin-epgsync.orig/thread.h 2014-11-04 22:23:01.081727475 +0100 ++++ vdr-plugin-epgsync/thread.h 2014-11-04 22:23:18.557660203 +0100 @@ -10,7 +10,7 @@ #include <vdr/thread.h> #include <vdr/tools.h> #include <vdr/plugin.h> -#include "svdrpservice.h" +#include <svdrpservice.h> + #include <time.h> class cEpgSyncThread: public cThread { - private: diff --git a/thread.h b/thread.h index 973f8ce..72959e5 100644 --- a/thread.h +++ b/thread.h @@ -10,7 +10,7 @@ #include <vdr/thread.h> #include <vdr/tools.h> #include <vdr/plugin.h> -#include "svdrpservice.h" +#include <svdrpservice.h> #include <time.h> class cEpgSyncThread: public cThread { -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr-plugin-epgsync.git _______________________________________________ pkg-vdr-dvb-changes mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-vdr-dvb-changes
