r4395 - in vdr/vdr-plugin-decruft/trunk/debian: . patches
Tobias Grimm
tiber-guest at alioth.debian.org
Wed Apr 25 21:33:21 UTC 2007
Author: tiber-guest
Date: 2007-04-25 21:33:20 +0000 (Wed, 25 Apr 2007)
New Revision: 4395
Added:
vdr/vdr-plugin-decruft/trunk/debian/patches/90_APIVERSION.dpatch
Modified:
vdr/vdr-plugin-decruft/trunk/debian/changelog
vdr/vdr-plugin-decruft/trunk/debian/patches/00list
Log:
* Added APIVERSION patch to make plugin compatible to VDR 1.4
Modified: vdr/vdr-plugin-decruft/trunk/debian/changelog
===================================================================
--- vdr/vdr-plugin-decruft/trunk/debian/changelog 2007-04-25 19:00:15 UTC (rev 4394)
+++ vdr/vdr-plugin-decruft/trunk/debian/changelog 2007-04-25 21:33:20 UTC (rev 4395)
@@ -1,3 +1,9 @@
+vdr-plugin-decruft (0.0.4-5) experimental; urgency=low
+
+ * Added APIVERSION patch to make plugin compatible to VDR 1.4
+
+ -- Tobias Grimm <tg at e-tobi.net> Wed, 25 Apr 2007 23:32:39 +0200
+
vdr-plugin-decruft (0.0.4-4) experimental; urgency=low
* Release for vdrdevel 1.5.1
Modified: vdr/vdr-plugin-decruft/trunk/debian/patches/00list
===================================================================
--- vdr/vdr-plugin-decruft/trunk/debian/patches/00list 2007-04-25 19:00:15 UTC (rev 4394)
+++ vdr/vdr-plugin-decruft/trunk/debian/patches/00list 2007-04-25 21:33:20 UTC (rev 4395)
@@ -1,2 +1,3 @@
01_Makefile-fPIC-fix
02_avoid-vdr-patch
+90_APIVERSION.dpatch
Added: vdr/vdr-plugin-decruft/trunk/debian/patches/90_APIVERSION.dpatch
===================================================================
--- vdr/vdr-plugin-decruft/trunk/debian/patches/90_APIVERSION.dpatch 2007-04-25 19:00:15 UTC (rev 4394)
+++ vdr/vdr-plugin-decruft/trunk/debian/patches/90_APIVERSION.dpatch 2007-04-25 21:33:20 UTC (rev 4395)
@@ -0,0 +1,20 @@
+#! /bin/sh -e
+## 90_APIVERSION.dpatch by Thomas Günther <tom at toms-cafe.de>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Support for the APIVERSION define as introduced in VDR-1.3.47.
+
+case "$1" in
+ -patch)
+ sed -i -e s/VDRVERSION/APIVERSION/g Makefile
+ ;;
+ -unpatch)
+ sed -i -e s/APIVERSION/VDRVERSION/g Makefile
+ ;;
+ *)
+ echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
+ exit 1
+ ;;
+esac
+
+exit 0
More information about the pkg-vdr-dvb-changes
mailing list