Package: rebuildd
Version: 0.3.1
Severity: normal
Tags: patch
*** /tmp/tmp8qbSAq
In Ubuntu, I'm about to apply the attached patch to achieve the following:
* fix bashisms in rebuildd-init-build-system. 'function' is a bash
extension. replace it with a sh-compatible function syntax
We thought you might be interested in doing the same. Please tell me if
you plan to include this patch in an upload in the near future.
Thanks!
-- System Information:
Debian Release: lenny/sid
APT prefers gutsy-updates
APT policy: (500, 'gutsy-updates'), (500, 'gutsy-security'), (500, 'gutsy')
Architecture: i386 (i686)
Kernel: Linux 2.6.22-14-generic (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru /tmp/giqwRusfZf/rebuildd-0.3.1/debian/changelog
/tmp/U8Z2HTj13w/rebuildd-0.3.1ubuntu1/debian/changelog
diff -Nru /tmp/giqwRusfZf/rebuildd-0.3.1/rebuildd-init-build-system
/tmp/U8Z2HTj13w/rebuildd-0.3.1ubuntu1/rebuildd-init-build-system
--- /tmp/giqwRusfZf/rebuildd-0.3.1/rebuildd-init-build-system 2007-12-03
11:47:42.000000000 +0100
+++ /tmp/U8Z2HTj13w/rebuildd-0.3.1ubuntu1/rebuildd-init-build-system
2007-12-09 23:28:55.000000000 +0100
@@ -14,7 +14,7 @@
. /etc/default/rebuildd
fi
-function pbuilder_create
+pbuilder_create ()
{
if [ ! -x "$PBUILDER_BIN" ]
then
@@ -35,7 +35,7 @@
}
-function cowbuilder_create
+cowbuilder_create ()
{
if [ ! -x "$COWBUILDER_BIN" ]
then