r6462 - in /vdr/vdr/trunk/debian: changelog debugvdr vdrleaktest

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Mon Mar 17 20:32:26 UTC 2008


Author: tiber-guest
Date: Mon Mar 17 20:32:25 2008
New Revision: 6462

URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=6462
Log:
* Made vdrleaktest and debugvdr explicitly using bash, because
  commands-loader.sh and plugin-loader.sh contain bashisms

Modified:
    vdr/vdr/trunk/debian/changelog
    vdr/vdr/trunk/debian/debugvdr
    vdr/vdr/trunk/debian/vdrleaktest

Modified: vdr/vdr/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/changelog?rev=6462&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/changelog (original)
+++ vdr/vdr/trunk/debian/changelog Mon Mar 17 20:32:25 2008
@@ -43,6 +43,8 @@
   * Added manpages for vdr-dbg, debugvdr, vdrleaktest, vdrdbg-buildpackage
     and pic2mpg
   * Added support for VDR_CHARSET_OVERRIDE=<CHARSET> in /etc/default/vdr
+  * Made vdrleaktest and debugvdr explicitly using bash, because
+    commands-loader.sh and plugin-loader.sh contain bashisms
 
   [ Thomas Günther ]
   * Adapted 04_newplugin.dpatch

Modified: vdr/vdr/trunk/debian/debugvdr
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/debugvdr?rev=6462&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/debugvdr (original)
+++ vdr/vdr/trunk/debian/debugvdr Mon Mar 17 20:32:25 2008
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 #
 # Start debug version of vdr with the same options as the normal vdr daemon
 #

Modified: vdr/vdr/trunk/debian/vdrleaktest
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/vdrleaktest?rev=6462&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/vdrleaktest (original)
+++ vdr/vdr/trunk/debian/vdrleaktest Mon Mar 17 20:32:25 2008
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # c't-VDR Memory Leak Tester
 #




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