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

Tobias Grimm tiber-guest at costa.debian.org
Tue May 2 21:03:33 UTC 2006


Author: tiber-guest
Date: 2006-05-02 21:03:33 +0000 (Tue, 02 May 2006)
New Revision: 2688

Removed:
   vdr/vdr-plugin-softdevice/trunk/debian/patches/90_APIVERSION.dpatch
Modified:
   vdr/vdr-plugin-softdevice/trunk/debian/TODO
   vdr/vdr-plugin-softdevice/trunk/debian/changelog
   vdr/vdr-plugin-softdevice/trunk/debian/install
   vdr/vdr-plugin-softdevice/trunk/debian/patches/00list
   vdr/vdr-plugin-softdevice/trunk/debian/rules
   vdr/vdr-plugin-softdevice/trunk/debian/watch
Log:
* New upstream release
- Updated watch file
- Removed 90_APIVERSION.dpatch
- Added installation of ShmClient


Modified: vdr/vdr-plugin-softdevice/trunk/debian/TODO
===================================================================
--- vdr/vdr-plugin-softdevice/trunk/debian/TODO	2006-05-02 20:40:45 UTC (rev 2687)
+++ vdr/vdr-plugin-softdevice/trunk/debian/TODO	2006-05-02 21:03:33 UTC (rev 2688)
@@ -1,5 +1,3 @@
 TODO:
 
-- watch file is broken with BerliOS
-- add SHMClient as soon as upstream removed the dependencies to
-  static vdr objects
+- Manpage for ShmClient

Modified: vdr/vdr-plugin-softdevice/trunk/debian/changelog
===================================================================
--- vdr/vdr-plugin-softdevice/trunk/debian/changelog	2006-05-02 20:40:45 UTC (rev 2687)
+++ vdr/vdr-plugin-softdevice/trunk/debian/changelog	2006-05-02 21:03:33 UTC (rev 2688)
@@ -1,9 +1,13 @@
-vdr-plugin-softdevice (0.2.2-5) unstable; urgency=low
+vdr-plugin-softdevice (0.2.3a-1) UNRELEASED; urgency=low
 
-  * NOT RELEASED YET
-  
+  * (NOT RELEASED YET)
+  * New upstream release
   * Thomas Schmidt <tschmidt at debian.org>
     - Build-Depend on vdr-dev (>=1.4.0-1)
+  * Tobias Grimm <tg at e-tobi.net>
+    - Updated watch file
+    - Removed 90_APIVERSION.dpatch
+    - Added installation of ShmClient
 
  -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Sun, 30 Apr 2006 22:41:14 +0200
 

Modified: vdr/vdr-plugin-softdevice/trunk/debian/install
===================================================================
--- vdr/vdr-plugin-softdevice/trunk/debian/install	2006-05-02 20:40:45 UTC (rev 2687)
+++ vdr/vdr-plugin-softdevice/trunk/debian/install	2006-05-02 21:03:33 UTC (rev 2688)
@@ -1 +1,2 @@
 libvdr-softdevice.so.*       usr/lib/vdr/plugins/
+ShmClient                    usr/bin/

Modified: vdr/vdr-plugin-softdevice/trunk/debian/patches/00list
===================================================================
--- vdr/vdr-plugin-softdevice/trunk/debian/patches/00list	2006-05-02 20:40:45 UTC (rev 2687)
+++ vdr/vdr-plugin-softdevice/trunk/debian/patches/00list	2006-05-02 21:03:33 UTC (rev 2688)
@@ -2,5 +2,3 @@
 03_no_sub_libs
 04_debian_ffmpeg
 06_dfb++
-
-90_APIVERSION.dpatch

Deleted: vdr/vdr-plugin-softdevice/trunk/debian/patches/90_APIVERSION.dpatch
===================================================================
--- vdr/vdr-plugin-softdevice/trunk/debian/patches/90_APIVERSION.dpatch	2006-05-02 20:40:45 UTC (rev 2687)
+++ vdr/vdr-plugin-softdevice/trunk/debian/patches/90_APIVERSION.dpatch	2006-05-02 21:03:33 UTC (rev 2688)
@@ -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

Modified: vdr/vdr-plugin-softdevice/trunk/debian/rules
===================================================================
--- vdr/vdr-plugin-softdevice/trunk/debian/rules	2006-05-02 20:40:45 UTC (rev 2687)
+++ vdr/vdr-plugin-softdevice/trunk/debian/rules	2006-05-02 21:03:33 UTC (rev 2688)
@@ -37,7 +37,7 @@
 build: build-stamp
 build-stamp: configure-stamp
 	dh_testdir
-	$(MAKE) all DVBDIR=/usr VDRDIR=/usr/include/$(VDR) LIBDIR=. \
+	$(MAKE) all ShmClient DVBDIR=/usr VDRDIR=/usr/include/$(VDR) LIBDIR=. \
           LIBAVCODEC=/usr/include/ffmpeg
 	touch build-stamp
 

Modified: vdr/vdr-plugin-softdevice/trunk/debian/watch
===================================================================
--- vdr/vdr-plugin-softdevice/trunk/debian/watch	2006-05-02 20:40:45 UTC (rev 2687)
+++ vdr/vdr-plugin-softdevice/trunk/debian/watch	2006-05-02 21:03:33 UTC (rev 2688)
@@ -1,3 +1,4 @@
 version=3
-http://developer.berlios.de/project/showfiles.php?group_id=2051 \
+opts=downloadurlmangle=s/prdownload/download/ \
+  http://developer.berlios.de/project/showfiles.php?group_id=2051 \
   http://prdownload.berlios.de/softdevice/vdr-softdevice-(.*).tgz




More information about the pkg-vdr-dvb-changes mailing list