[Pkg-voip-commits] r5262 - /bayonne/trunk/debian/patches/ttstool-bashism.dpatch

paravoid at alioth.debian.org paravoid at alioth.debian.org
Wed Mar 5 04:11:27 UTC 2008


Author: paravoid
Date: Wed Mar  5 04:11:27 2008
New Revision: 5262

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5262
Log:
duh, forgot to add ttstool-bashism.dpatch

Added:
    bayonne/trunk/debian/patches/ttstool-bashism.dpatch   (with props)

Added: bayonne/trunk/debian/patches/ttstool-bashism.dpatch
URL: http://svn.debian.org/wsvn/pkg-voip/bayonne/trunk/debian/patches/ttstool-bashism.dpatch?rev=5262&op=file
==============================================================================
--- bayonne/trunk/debian/patches/ttstool-bashism.dpatch (added)
+++ bayonne/trunk/debian/patches/ttstool-bashism.dpatch Wed Mar  5 04:11:27 2008
@@ -1,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## ttstool-bashism.dpatch by Faidon Liambotis <paravoid at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix bashism, #464493
+
+ at DPATCH@
+diff -urNad bayonne-2.3.2~/utils/ttstool bayonne-2.3.2/utils/ttstool
+--- bayonne-2.3.2~/utils/ttstool	2006-05-03 23:53:18.000000000 +0300
++++ bayonne-2.3.2/utils/ttstool	2008-03-05 06:09:37.000000000 +0200
+@@ -133,7 +133,7 @@
+ 	fi
+ done
+ 
+-if test "$engine" == "none" ; then
++if test "$engine" = "none" ; then
+ 	echo "*** no tts engine selected"
+ 	exit -1
+ fi

Propchange: bayonne/trunk/debian/patches/ttstool-bashism.dpatch
------------------------------------------------------------------------------
    svn:executable = *




More information about the Pkg-voip-commits mailing list