r4119 - in vdr/vdr-plugin-xineliboutput/trunk/debian: . patches

Tobias Grimm tiber-guest at alioth.debian.org
Mon Jan 22 22:07:19 CET 2007


Author: tiber-guest
Date: 2007-01-22 22:07:19 +0100 (Mon, 22 Jan 2007)
New Revision: 4119

Modified:
   vdr/vdr-plugin-xineliboutput/trunk/debian/changelog
   vdr/vdr-plugin-xineliboutput/trunk/debian/patches/11_posix-fixes.dpatch
Log:
* Allow use of awk again


Modified: vdr/vdr-plugin-xineliboutput/trunk/debian/changelog
===================================================================
--- vdr/vdr-plugin-xineliboutput/trunk/debian/changelog	2007-01-22 19:41:14 UTC (rev 4118)
+++ vdr/vdr-plugin-xineliboutput/trunk/debian/changelog	2007-01-22 21:07:19 UTC (rev 4119)
@@ -1,6 +1,7 @@
 vdr-plugin-xineliboutput (1.0.0~pre7-2) experimental; urgency=low
 
   * Extracted POSIX fixes to 11_posix-fixes.dpatch
+  * Allow use of awk again
 
  -- Tobias Grimm <tg at e-tobi.net>  Mon, 22 Jan 2007 20:35:26 +0100
 

Modified: vdr/vdr-plugin-xineliboutput/trunk/debian/patches/11_posix-fixes.dpatch
===================================================================
--- vdr/vdr-plugin-xineliboutput/trunk/debian/patches/11_posix-fixes.dpatch	2007-01-22 19:41:14 UTC (rev 4118)
+++ vdr/vdr-plugin-xineliboutput/trunk/debian/patches/11_posix-fixes.dpatch	2007-01-22 21:07:19 UTC (rev 4119)
@@ -21,15 +21,6 @@
  
      ifeq ($(XINELIBOUTPUT_X11), 1)
          #$(warning Detected X11)
-@@ -56,7 +56,7 @@
- ### The version number of this plugin (taken from the main source file):
- ###
- 
--VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).c | awk '{ print $$6 }' | sed -e 's/[";]//g')
-+VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).c|cut -d'"' -f2')
- 
- 
- ###
 @@ -189,7 +189,7 @@
  	     -DXINELIBOUTPUT_VERSION='"$(VERSION)"'
  




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