r2605 - in vdr/vdr-plugin-mp3/trunk/debian: . patches
Thomas Schmidt
tschmidt at costa.debian.org
Sat Apr 29 19:13:34 UTC 2006
Author: tschmidt
Date: 2006-04-29 19:13:32 +0000 (Sat, 29 Apr 2006)
New Revision: 2605
Added:
vdr/vdr-plugin-mp3/trunk/debian/patches/90_APIVERSION.dpatch
Modified:
vdr/vdr-plugin-mp3/trunk/debian/changelog
vdr/vdr-plugin-mp3/trunk/debian/control
vdr/vdr-plugin-mp3/trunk/debian/patches/00list
Log:
vdr-plugin-mp3: Updated for vdr 1.3.48
Modified: vdr/vdr-plugin-mp3/trunk/debian/changelog
===================================================================
--- vdr/vdr-plugin-mp3/trunk/debian/changelog 2006-04-29 19:03:32 UTC (rev 2604)
+++ vdr/vdr-plugin-mp3/trunk/debian/changelog 2006-04-29 19:13:32 UTC (rev 2605)
@@ -1,11 +1,10 @@
vdr-plugin-mp3 (0.9.14-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)
+ - Added 90_APIVERSION.dpatch
- -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org> Thu, 20 Apr 2006 08:06:40 +0200
+ -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org> Thu, 27 Apr 2006 08:15:59 +0200
vdr-plugin-mp3 (0.9.14-3) unstable; urgency=low
Modified: vdr/vdr-plugin-mp3/trunk/debian/control
===================================================================
--- vdr/vdr-plugin-mp3/trunk/debian/control 2006-04-29 19:03:32 UTC (rev 2604)
+++ vdr/vdr-plugin-mp3/trunk/debian/control 2006-04-29 19:13:32 UTC (rev 2605)
@@ -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>
-Build-Depends: debhelper (>> 4.1.16), libsndfile1-dev, libid3tag0-dev, libmad0-dev, libvorbis-dev, vdr-dev (>=1.3.47-1), dpatch (>= 2.0.9)
+Build-Depends: debhelper (>> 4.1.16), libsndfile1-dev, libid3tag0-dev, libmad0-dev, libvorbis-dev, vdr-dev (>=1.3.48-1), dpatch (>= 2.0.9)
Standards-Version: 3.6.2
Package: vdr-plugin-mp3
Modified: vdr/vdr-plugin-mp3/trunk/debian/patches/00list
===================================================================
--- vdr/vdr-plugin-mp3/trunk/debian/patches/00list 2006-04-29 19:03:32 UTC (rev 2604)
+++ vdr/vdr-plugin-mp3/trunk/debian/patches/00list 2006-04-29 19:13:32 UTC (rev 2605)
@@ -1,2 +1,3 @@
01_g++4.1-fix
10_mount.sh-path
+90_APIVERSION
Added: vdr/vdr-plugin-mp3/trunk/debian/patches/90_APIVERSION.dpatch
===================================================================
--- vdr/vdr-plugin-mp3/trunk/debian/patches/90_APIVERSION.dpatch 2006-04-29 19:03:32 UTC (rev 2604)
+++ vdr/vdr-plugin-mp3/trunk/debian/patches/90_APIVERSION.dpatch 2006-04-29 19:13:32 UTC (rev 2605)
@@ -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