r2538 - in vdr/vdr-plugin-xine/trunk/debian: . patches

Thomas Schmidt tschmidt at costa.debian.org
Tue Apr 25 17:44:52 UTC 2006


Author: tschmidt
Date: 2006-04-25 17:44:52 +0000 (Tue, 25 Apr 2006)
New Revision: 2538

Added:
   vdr/vdr-plugin-xine/trunk/debian/patches/90_APIVERSION.dpatch
Modified:
   vdr/vdr-plugin-xine/trunk/debian/changelog
   vdr/vdr-plugin-xine/trunk/debian/patches/00list
Log:
vdr-plugin-xine: Added 90_APIVERSION.dpatch

Modified: vdr/vdr-plugin-xine/trunk/debian/changelog
===================================================================
--- vdr/vdr-plugin-xine/trunk/debian/changelog	2006-04-25 17:40:48 UTC (rev 2537)
+++ vdr/vdr-plugin-xine/trunk/debian/changelog	2006-04-25 17:44:52 UTC (rev 2538)
@@ -1,3 +1,10 @@
+vdr-plugin-xine (0.7.9-2) unstable; urgency=low
+
+  * Thomas Schmidt <tschmidt at debian.org>
+    - Added 90_APIVERSION.dpatch
+
+ -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Tue, 25 Apr 2006 17:26:01 +0200
+
 vdr-plugin-xine (0.7.9-1) unstable; urgency=low
 
   * Thomas Schmidt <tschmidt at debian.org>
@@ -8,6 +15,7 @@
     - Updated 02_constness.dpatch
     - Removed 01_Makefile-fPIC-fix.dpatch - fixed upstream
     - Removed DVBDIR from debian/rules
+    - Added 90_APIVERSION.dpatch
 
  -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Mon, 24 Apr 2006 21:49:35 +0200
 

Modified: vdr/vdr-plugin-xine/trunk/debian/patches/00list
===================================================================
--- vdr/vdr-plugin-xine/trunk/debian/patches/00list	2006-04-25 17:40:48 UTC (rev 2537)
+++ vdr/vdr-plugin-xine/trunk/debian/patches/00list	2006-04-25 17:44:52 UTC (rev 2538)
@@ -2,3 +2,4 @@
 #01_upstream
 02_constness
 #03_extra_keys
+90_APIVERSION

Added: vdr/vdr-plugin-xine/trunk/debian/patches/90_APIVERSION.dpatch
===================================================================
--- vdr/vdr-plugin-xine/trunk/debian/patches/90_APIVERSION.dpatch	2006-04-25 17:40:48 UTC (rev 2537)
+++ vdr/vdr-plugin-xine/trunk/debian/patches/90_APIVERSION.dpatch	2006-04-25 17:44:52 UTC (rev 2538)
@@ -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