r567 - in vdr/vdr-plugin-streamdev/trunk/debian: . patches
Thomas Schmidt
pkg-vdr-dvb-changes@lists.alioth.debian.org
Sun, 22 May 2005 09:22:16 +0000
Author: tschmidt
Date: 2005-05-22 09:22:16 +0000 (Sun, 22 May 2005)
New Revision: 567
Removed:
vdr/vdr-plugin-streamdev/trunk/debian/patches/02_vdr-1.3.23-fix.dpatch
Modified:
vdr/vdr-plugin-streamdev/trunk/debian/changelog
vdr/vdr-plugin-streamdev/trunk/debian/patches/00list
Log:
vdr-plugin-streamdev:
- New upstream cvs snapshot (20050522)
- Removed 02_vdr-1.3.23-fix, not needed anymore
Modified: vdr/vdr-plugin-streamdev/trunk/debian/changelog
===================================================================
--- vdr/vdr-plugin-streamdev/trunk/debian/changelog 2005-05-22 09:20:58 UTC (rev 566)
+++ vdr/vdr-plugin-streamdev/trunk/debian/changelog 2005-05-22 09:22:16 UTC (rev 567)
@@ -1,8 +1,16 @@
-vdr-plugin-streamdev (0.3.1+cvs20050410-2) experimental; urgency=low
+vdr-plugin-streamdev (0.3.1+cvs20050522-1) experimental; urgency=low
- * (NOT RELEASED YET)
+ * (NOT RELEASED YET) New upstream release
* Thomas Schmidt <tschmidt@debian.org>
+ - New upstream cvs snapshot
+ + Disabled 02_vdr-1.3.23-fix.dpatch - not needed anymore
+
+ -- Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org> Sun, 22 May 2005 00:31:51 +0200
+
+vdr-plugin-streamdev (0.3.1+cvs20050410-2) experimental; urgency=low
+
+ * Thomas Schmidt <tschmidt@debian.org>
- Depend/Build-Depend on vdr >= 1.3.24-1
- Conflict with vdr >=1.3.25
@@ -10,8 +18,6 @@
vdr-plugin-streamdev (0.3.1+cvs20050410-1) experimental; urgency=low
- * (NOT RELEASED YET) New upstream release
-
* Thomas Schmidt <tschmidt@debian.org>
- New upstream cvs release
- Depend/Build-Depend on vdr >= 1.3.23-1
Modified: vdr/vdr-plugin-streamdev/trunk/debian/patches/00list
===================================================================
--- vdr/vdr-plugin-streamdev/trunk/debian/patches/00list 2005-05-22 09:20:58 UTC (rev 566)
+++ vdr/vdr-plugin-streamdev/trunk/debian/patches/00list 2005-05-22 09:22:16 UTC (rev 567)
@@ -1,2 +1 @@
01_Makefile-fPIC-fix
-02_vdr-1.3.23-fix
Deleted: vdr/vdr-plugin-streamdev/trunk/debian/patches/02_vdr-1.3.23-fix.dpatch
===================================================================
--- vdr/vdr-plugin-streamdev/trunk/debian/patches/02_vdr-1.3.23-fix.dpatch 2005-05-22 09:20:58 UTC (rev 566)
+++ vdr/vdr-plugin-streamdev/trunk/debian/patches/02_vdr-1.3.23-fix.dpatch 2005-05-22 09:22:16 UTC (rev 567)
@@ -1,20 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 02_vdr-1.3.23-fix.dpatch by Thomas Schmidt <tschmidt@debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Fix compilation with vdr 1.3.23
-
-@DPATCH@
-diff -urNad vdr-plugin-streamdev-0.3.1+cvs20050410/client/menu.c /tmp/dpep.6QtlQj/vdr-plugin-streamdev-0.3.1+cvs20050410/client/menu.c
---- vdr-plugin-streamdev-0.3.1+cvs20050410/client/menu.c 2005-04-10 12:19:25.000000000 +0200
-+++ /tmp/dpep.6QtlQj/vdr-plugin-streamdev-0.3.1+cvs20050410/client/menu.c 2005-04-10 12:35:04.030223208 +0200
-@@ -138,7 +138,9 @@
- Add(new cMenuEditBitItem( tr("Active"), &m_Data.m_Active, tfActive));
- #endif
- Add(new cMenuEditChanItem(tr("Channel"), &m_Channel));
-+#if VDRVERSNUM < 10323
- Add(new cMenuEditDayItem( tr("Day"), &m_Data.m_Day));
-+#endif
- Add(new cMenuEditTimeItem(tr("Start"), &m_Data.m_Start));
- Add(new cMenuEditTimeItem(tr("Stop"), &m_Data.m_Stop));
- #if VDRVERSNUM >= 10300