Package: mseide-msegui
Version: 1.8-1
Severity: normal
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu jaunty ubuntu-patch
Hi,
Your package uses "function" in debian/build_all.sh that is a bashism,
and hence your package can't be built on a system with dash as /bin/sh.
The attached patch fixes this, please consider applying it.
Thanks,
James
diff -u mseide-msegui-1.8/debian/changelog mseide-msegui-1.8/debian/changelog
diff -u mseide-msegui-1.8/debian/build_all.sh
mseide-msegui-1.8/debian/build_all.sh
--- mseide-msegui-1.8/debian/build_all.sh
+++ mseide-msegui-1.8/debian/build_all.sh
@@ -5,7 +5,7 @@
BUILD_ARGS="-l -Mobjfpc -Sh -CX -OG2p3 -Xs -Fulib/common/*
-Fulib/common/kernel/${CPU}-${OS} -Fi/lib/common/kernel"
-function compile_dir() {
+compile_dir() {
local f
for f in `ls -A1 $1/*.pas`; do
ppc386 $f $BUILD_ARGS