From: Travis Cross Date: Tue, 15 Sep 2015 22:04:19 +0000 (+0000) Subject: Fix debian/bootstrap.sh from whitespace error X-Git-Tag: v1.6.2~1^2~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f99b12e76ce6916107a1aa8ef49d55d46dc97a4;p=thirdparty%2Ffreeswitch.git Fix debian/bootstrap.sh from whitespace error Commit e5d247d (packaging python-esl) added trailing whitespace to the package definition. Our trivial parser in the bootstrap script is sensitive to this, so the change rather broke debian/bootstrap.sh. This fixes commit e5d247df29ef67b0dd86b6b088adfb1ab07c0916. --- diff --git a/debian/bootstrap.sh b/debian/bootstrap.sh index 5d0091f31b..e514ab1a94 100755 --- a/debian/bootstrap.sh +++ b/debian/bootstrap.sh @@ -371,7 +371,7 @@ Description: Cross-Platform Scalable Multi-Protocol Soft Switch . This package contains the FreeSWITCH core library. -Package: python-esl +Package: python-esl Section: python Architecture: any Depends: \${shlibs:Depends}, \${misc:Depends}, \${python:Depends}