r2493 - in vdr/vdr-plugin-radio/trunk/debian: . patches
Tobias Grimm
tiber-guest at costa.debian.org
Mon Apr 24 18:19:22 UTC 2006
Author: tiber-guest
Date: 2006-04-24 18:19:21 +0000 (Mon, 24 Apr 2006)
New Revision: 2493
Added:
vdr/vdr-plugin-radio/trunk/debian/patches/90_APIVERSION.dpatch
Modified:
vdr/vdr-plugin-radio/trunk/debian/changelog
vdr/vdr-plugin-radio/trunk/debian/control
vdr/vdr-plugin-radio/trunk/debian/patches/00list
Log:
./vdr-plugin-radio: New vdr 1.3.48 (APIVERSION)
Modified: vdr/vdr-plugin-radio/trunk/debian/changelog
===================================================================
--- vdr/vdr-plugin-radio/trunk/debian/changelog 2006-04-24 18:19:17 UTC (rev 2492)
+++ vdr/vdr-plugin-radio/trunk/debian/changelog 2006-04-24 18:19:21 UTC (rev 2493)
@@ -1,7 +1,5 @@
vdr-plugin-radio (0.1.1-1) unstable; urgency=low
- * NOT RELEASED YET
-
* Tobias Grimm <tg at e-tobi.net>
- New upstream release
- debian/watch now points to Uwe Hanke's web site, which contains the
@@ -9,10 +7,11 @@
- Removed radio.mpg - now provided in upstream version
- Removed 90_radio-0.0.9-1.3.41.dpatch (fixed upstream)
- Updated 01_Makefile-fPIC-fix
+ - Added 90_APIVERSION.dpatch
* Thomas Schmidt <tschmidt at debian.org>
- - Build-Depend on vdr-dev (>=1.3.47-1)
+ - Build-Depend on vdr-dev (>=1.3.48-1)
- -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org> Fri, 21 Apr 2006 22:36:14 +0200
+ -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org> Mon, 24 Apr 2006 20:16:42 +0200
vdr-plugin-radio (0.0.9-6) unstable; urgency=low
Modified: vdr/vdr-plugin-radio/trunk/debian/control
===================================================================
--- vdr/vdr-plugin-radio/trunk/debian/control 2006-04-24 18:19:17 UTC (rev 2492)
+++ vdr/vdr-plugin-radio/trunk/debian/control 2006-04-24 18:19:21 UTC (rev 2493)
@@ -3,7 +3,7 @@
Priority: extra
Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
Uploaders: Tobias Grimm <tg at e-tobi.net>, Thomas Schmidt <thomas.schmidt at in.stud.tu-ilmenau.de>
-Build-Depends: debhelper (>> 4.1.16), vdr-dev (>= 1.3.47-1), dpatch (>= 2.0.9)
+Build-Depends: debhelper (>> 4.1.16), vdr-dev (>=1.3.48-1), dpatch (>= 2.0.9)
Standards-Version: 3.6.2
Package: vdr-plugin-radio
Modified: vdr/vdr-plugin-radio/trunk/debian/patches/00list
===================================================================
--- vdr/vdr-plugin-radio/trunk/debian/patches/00list 2006-04-24 18:19:17 UTC (rev 2492)
+++ vdr/vdr-plugin-radio/trunk/debian/patches/00list 2006-04-24 18:19:21 UTC (rev 2493)
@@ -1 +1,3 @@
01_Makefile-fPIC-fix
+
+90_APIVERSION.dpatch
Added: vdr/vdr-plugin-radio/trunk/debian/patches/90_APIVERSION.dpatch
===================================================================
--- vdr/vdr-plugin-radio/trunk/debian/patches/90_APIVERSION.dpatch 2006-04-24 18:19:17 UTC (rev 2492)
+++ vdr/vdr-plugin-radio/trunk/debian/patches/90_APIVERSION.dpatch 2006-04-24 18:19:21 UTC (rev 2493)
@@ -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