[Pkg-voip-commits] r7395 - in /dahdi-tools/trunk/debian: changelog patches/bashism patches/series
tzafrir-guest at alioth.debian.org
tzafrir-guest at alioth.debian.org
Sun Jul 5 19:01:48 UTC 2009
Author: tzafrir-guest
Date: Sun Jul 5 19:01:47 2009
New Revision: 7395
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7395
Log:
Patch bashism: fixes bashism in waitfor_xpds (Closes: #535865).
Added:
dahdi-tools/trunk/debian/patches/bashism
Modified:
dahdi-tools/trunk/debian/changelog
dahdi-tools/trunk/debian/patches/series
Modified: dahdi-tools/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-tools/trunk/debian/changelog?rev=7395&op=diff
==============================================================================
--- dahdi-tools/trunk/debian/changelog (original)
+++ dahdi-tools/trunk/debian/changelog Sun Jul 5 19:01:47 2009
@@ -4,8 +4,9 @@
[ Tzafrir Cohen ]
* New upstream release.
-
- -- Tzafrir Cohen <tzafrir.cohen at xorcom.com> Sat, 27 Jun 2009 03:15:38 +0300
+ * Patch bashism: fixes bashism in waitfor_xpds (Closes: #535865).
+
+ -- Tzafrir Cohen <tzafrir.cohen at xorcom.com> Sun, 05 Jul 2009 21:57:50 +0300
dahdi-tools (1:2.2.0~rc3-1) unstable; urgency=low
Added: dahdi-tools/trunk/debian/patches/bashism
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-tools/trunk/debian/patches/bashism?rev=7395&op=file
==============================================================================
--- dahdi-tools/trunk/debian/patches/bashism (added)
+++ dahdi-tools/trunk/debian/patches/bashism Sun Jul 5 19:01:47 2009
@@ -1,0 +1,16 @@
+Fix bashism in waitfor_xpds
+
+From upstream r6829. To be included in DAHDI 2.3.0 .
+Fixes #535865
+
+--- a/xpp/waitfor_xpds
++++ b/xpp/waitfor_xpds
+@@ -55,7 +55,7 @@ do
+ fi
+ echo -n 1>&2 "."
+ sleep 1
+- ((tries--))
++ $((tries--))
+ done
+ echo ""
+
Modified: dahdi-tools/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-tools/trunk/debian/patches/series?rev=7395&op=diff
==============================================================================
--- dahdi-tools/trunk/debian/patches/series (original)
+++ dahdi-tools/trunk/debian/patches/series Sun Jul 5 19:01:47 2009
@@ -2,3 +2,4 @@
#ztcfg-start_stop
zaptel_perl
echocan_oslec
+bashism
More information about the Pkg-voip-commits
mailing list