[SCM] vdr-plugin-remotetimers packaging repository branch, master, updated. debian/0.1.6-2-1-gd20b1ed
etobi
git at e-tobi.net
Fri Jun 8 20:38:46 UTC 2012
The following commit has been merged in the master branch:
commit d20b1ed87fb5fe000a5bbb7e4ca71a91750c6066
Author: etobi <git at e-tobi.net>
Date: Fri Jun 8 22:36:41 2012 +0200
Build-depend on vdr-dev >= 1.7.28
diff --git a/debian/changelog b/debian/changelog
index f7b29b5..b9dd463 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+vdr-plugin-remotetimers (0.1.6-3) unstable; urgency=low
+
+ * Build-depend on vdr-dev >= 1.7.28
+
+ -- Tobias Grimm <etobi at debian.org> Fri, 08 Jun 2012 22:36:25 +0200
+
vdr-plugin-remotetimers (0.1.6-2) unstable; urgency=low
* VDR 1.7.27 adaption
diff --git a/debian/patches/vdr-1.7.28.patch b/debian/patches/vdr-1.7.28.patch
index b33d62f..e421fcd 100644
--- a/debian/patches/vdr-1.7.28.patch
+++ b/debian/patches/vdr-1.7.28.patch
@@ -1,7 +1,7 @@
Index: vdr-plugin-remotetimers/Makefile
===================================================================
---- vdr-plugin-remotetimers.orig/Makefile 2012-05-12 20:22:44.000000000 +0200
-+++ vdr-plugin-remotetimers/Makefile 2012-05-12 20:24:23.000000000 +0200
+--- vdr-plugin-remotetimers.orig/Makefile 2012-06-08 22:34:53.000000000 +0200
++++ vdr-plugin-remotetimers/Makefile 2012-06-08 22:34:53.000000000 +0200
@@ -45,7 +45,7 @@
### The object files (add further files here):
@@ -11,3 +11,16 @@ Index: vdr-plugin-remotetimers/Makefile
.PHONY: all i18n dist clean
all: libvdr-$(PLUGIN).so i18n
+Index: vdr-plugin-remotetimers/menu.c
+===================================================================
+--- vdr-plugin-remotetimers.orig/menu.c 2012-06-08 22:34:16.000000000 +0200
++++ vdr-plugin-remotetimers/menu.c 2012-06-08 22:35:47.000000000 +0200
+@@ -2774,7 +2774,7 @@
+ else {
+ cRecording *recording = GetRecording(ri);
+ if (recording) {
+- cReplayControl::SetRecording(recording->FileName(), recording->Title());
++ cReplayControl::SetRecording(recording->FileName());
+ // use our own replay control which returns to this recordings menu
+ cControl::Shutdown();
+ cControl::Launch(new cRemoteTimersReplayControl(cMenuMain::IsOpen()));
--
vdr-plugin-remotetimers packaging repository
More information about the pkg-vdr-dvb-changes
mailing list