From 9f99b12e76ce6916107a1aa8ef49d55d46dc97a4 Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Tue, 15 Sep 2015 22:04:19 +0000 Subject: [PATCH] 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. --- debian/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}