r2597 - in vdr/vdr-plugin-radio/trunk/debian: . patches
Tobias Grimm
tiber-guest at costa.debian.org
Wed Apr 26 23:59:39 UTC 2006
Author: tiber-guest
Date: 2006-04-26 23:59:38 +0000 (Wed, 26 Apr 2006)
New Revision: 2597
Removed:
vdr/vdr-plugin-radio/trunk/debian/patches/90_APIVERSION.dpatch
Modified:
vdr/vdr-plugin-radio/trunk/debian/changelog
vdr/vdr-plugin-radio/trunk/debian/patches/00list
Log:
Removed 90_APIVERSION.dpatch - upstream already supports this
Modified: vdr/vdr-plugin-radio/trunk/debian/changelog
===================================================================
--- vdr/vdr-plugin-radio/trunk/debian/changelog 2006-04-26 23:55:10 UTC (rev 2596)
+++ vdr/vdr-plugin-radio/trunk/debian/changelog 2006-04-26 23:59:38 UTC (rev 2597)
@@ -1,10 +1,10 @@
vdr-plugin-radio (0.1.1-2) unstable; urgency=low
- * NOT RELEASED YET
-
* Thomas Günther <tom at toms-cafe.de>
- Fixed debian/prerm
- Added 02_radio-0.1.1-fix-DataDir.dpatch
+ * Tobias Grimm <tg at e-tobi.net>
+ - Removed 90_APIVERSION.dpatch - upstream already supports this
-- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org> Wed, 26 Apr 2006 23:14:04 +0200
Modified: vdr/vdr-plugin-radio/trunk/debian/patches/00list
===================================================================
--- vdr/vdr-plugin-radio/trunk/debian/patches/00list 2006-04-26 23:55:10 UTC (rev 2596)
+++ vdr/vdr-plugin-radio/trunk/debian/patches/00list 2006-04-26 23:59:38 UTC (rev 2597)
@@ -1,4 +1,2 @@
01_Makefile-fPIC-fix
02_radio-0.1.1-fix-DataDir
-
-90_APIVERSION.dpatch
Deleted: vdr/vdr-plugin-radio/trunk/debian/patches/90_APIVERSION.dpatch
===================================================================
--- vdr/vdr-plugin-radio/trunk/debian/patches/90_APIVERSION.dpatch 2006-04-26 23:55:10 UTC (rev 2596)
+++ vdr/vdr-plugin-radio/trunk/debian/patches/90_APIVERSION.dpatch 2006-04-26 23:59:38 UTC (rev 2597)
@@ -1,20 +0,0 @@
-#! /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