r2515 - in vdr/vdr-plugin-softdevice/trunk/debian: . patches

Tobias Grimm tiber-guest at costa.debian.org
Mon Apr 24 18:20:51 UTC 2006


Author: tiber-guest
Date: 2006-04-24 18:20:50 +0000 (Mon, 24 Apr 2006)
New Revision: 2515

Added:
   vdr/vdr-plugin-softdevice/trunk/debian/patches/90_APIVERSION.dpatch
Modified:
   vdr/vdr-plugin-softdevice/trunk/debian/changelog
   vdr/vdr-plugin-softdevice/trunk/debian/control
   vdr/vdr-plugin-softdevice/trunk/debian/patches/00list
Log:
./vdr-plugin-softdevice: New vdr 1.3.48 (APIVERSION)

Modified: vdr/vdr-plugin-softdevice/trunk/debian/changelog
===================================================================
--- vdr/vdr-plugin-softdevice/trunk/debian/changelog	2006-04-24 18:20:46 UTC (rev 2514)
+++ vdr/vdr-plugin-softdevice/trunk/debian/changelog	2006-04-24 18:20:50 UTC (rev 2515)
@@ -1,11 +1,11 @@
 vdr-plugin-softdevice (0.2.2-4) unstable; urgency=low
 
-  * NOT RELEASED YET
-
   * Thomas Schmidt <tschmidt at debian.org>
-    - Build-Depend on vdr-dev (>=1.3.47-1)
+    - Build-Depend on vdr-dev (>=1.3.48-1)
+  * Tobias Grimm <tg at e-tobi.net>
+    - Added 90_APIVERSION.dpatch
 
- -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Thu, 20 Apr 2006 08:17:08 +0200
+ -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Mon, 24 Apr 2006 20:17:49 +0200
 
 vdr-plugin-softdevice (0.2.2-3) unstable; urgency=low
 

Modified: vdr/vdr-plugin-softdevice/trunk/debian/control
===================================================================
--- vdr/vdr-plugin-softdevice/trunk/debian/control	2006-04-24 18:20:46 UTC (rev 2514)
+++ vdr/vdr-plugin-softdevice/trunk/debian/control	2006-04-24 18:20:50 UTC (rev 2515)
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
 Uploaders: Thomas Schmidt <tschmidt at debian.org>, Nicolas huillard <nicolas at huillard.net>
-Build-Depends: debhelper (>> 4.1.16), dpatch, vdr-dev (>=1.3.47-1), zlib1g-dev, libavcodec-dev (>=0.cvs20050626-2sarge1), libavformat-dev (>=0.cvs20050626-2sarge1), libasound2-dev, libdfb++-dev
+Build-Depends: debhelper (>> 4.1.16), dpatch, vdr-dev (>=1.3.48-1), zlib1g-dev, libavcodec-dev (>=0.cvs20050626-2sarge1), libavformat-dev (>=0.cvs20050626-2sarge1), libasound2-dev, libdfb++-dev
 Standards-Version: 3.6.2
 
 Package: vdr-plugin-softdevice

Modified: vdr/vdr-plugin-softdevice/trunk/debian/patches/00list
===================================================================
--- vdr/vdr-plugin-softdevice/trunk/debian/patches/00list	2006-04-24 18:20:46 UTC (rev 2514)
+++ vdr/vdr-plugin-softdevice/trunk/debian/patches/00list	2006-04-24 18:20:50 UTC (rev 2515)
@@ -2,3 +2,5 @@
 03_no_sub_libs
 04_debian_ffmpeg
 06_dfb++
+
+90_APIVERSION.dpatch

Added: vdr/vdr-plugin-softdevice/trunk/debian/patches/90_APIVERSION.dpatch
===================================================================
--- vdr/vdr-plugin-softdevice/trunk/debian/patches/90_APIVERSION.dpatch	2006-04-24 18:20:46 UTC (rev 2514)
+++ vdr/vdr-plugin-softdevice/trunk/debian/patches/90_APIVERSION.dpatch	2006-04-24 18:20:50 UTC (rev 2515)
@@ -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