[vdr-plugin-epgsync] 03/03: New upstream release
Tobias Grimm
tiber-guest at alioth.debian.org
Sun Sep 22 20:52:37 UTC 2013
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 312bc79bb3dc386cd5e8f42a725df158cb0f6cd6
Author: etobi <git at e-tobi.net>
Date: Sun Sep 22 22:49:48 2013 +0200
New upstream release
---
debian/changelog | 6 ++++++
debian/control | 2 +-
debian/install | 2 --
debian/patches/01_include_path.patch | 9 +++++----
debian/rules | 10 ----------
5 files changed, 12 insertions(+), 17 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 945357a..ca80262 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+vdr-plugin-epgsync (1.0.0-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Tobias Grimm <etobi at debian.org> Sun, 22 Sep 2013 22:48:00 +0200
+
vdr-plugin-epgsync (0.0.4-17) unstable; urgency=low
* Build-depend on vdr-dev (>= 2.0.0)
diff --git a/debian/control b/debian/control
index 5a28a7e..6276c16 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: extra
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), vdr-dev (>= 2.0.0), pkg-config, svdrpservice-dev
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
Homepage: http://vdr.schmirler.de/
Vcs-Git: git://git.debian.org/git/pkg-vdr-dvb/vdr-plugin-epgsync.git
Vcs-Browser: http://git.debian.org/?p=pkg-vdr-dvb/vdr-plugin-epgsync.git
diff --git a/debian/install b/debian/install
deleted file mode 100644
index 629c44d..0000000
--- a/debian/install
+++ /dev/null
@@ -1,2 +0,0 @@
-libvdr-epgsync.so.* usr/lib/vdr/plugins/
-locale usr/share/
diff --git a/debian/patches/01_include_path.patch b/debian/patches/01_include_path.patch
old mode 100755
new mode 100644
index b900350..f9c750e
--- a/debian/patches/01_include_path.patch
+++ b/debian/patches/01_include_path.patch
@@ -5,14 +5,15 @@
## DP: Set correct include path to svdrpservice.h.
@DPATCH@
-diff -urNad vdr-plugin-epgsync-0.0.2~/thread.h vdr-plugin-epgsync-0.0.2/thread.h
---- vdr-plugin-epgsync-0.0.2~/thread.h 2006-07-15 14:15:48.000000000 +0200
-+++ vdr-plugin-epgsync-0.0.2/thread.h 2007-01-27 13:58:35.000000000 +0100
+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
@@ -10,7 +10,7 @@
#include <vdr/thread.h>
#include <vdr/tools.h>
#include <vdr/plugin.h>
--#include "../svdrpservice/svdrpservice.h"
+-#include "svdrpservice.h"
+#include <svdrpservice.h>
class cEpgSyncThread: public cThread {
diff --git a/debian/rules b/debian/rules
index b3039fb..25d9982 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,19 +3,9 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale VDRLOCALE=yes
-CXXFLAGS += $(shell pkg-config vdr --variable=cxxflags) $(LDFLAGS)
-
%:
dh $@
-override_dh_auto_build:
- dh_auto_build -- all $(MAKE_OPTIONS)
-
-override_dh_auto_clean:
- $(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
- rm -rf locale libvdr-*.so.*
-
override_dh_gencontrol:
sh /usr/share/vdr-dev/dependencies.sh
dh_gencontrol
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr-plugin-epgsync.git
More information about the pkg-vdr-dvb-changes
mailing list