From: Michael Prokop Date: Tue, 24 Feb 2009 00:34:38 +0000 (+0100) Subject: Add shebang line to buildd/[execute|functions].sh to make lintian happy X-Git-Tag: v0.9.10~2 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=08dce3af0da758cda35dc98b2819f4f6efb00c07 Add shebang line to buildd/[execute|functions].sh to make lintian happy --- diff --git a/buildd/execute.sh b/buildd/execute.sh index cb0ac90..3716694 100755 --- a/buildd/execute.sh +++ b/buildd/execute.sh @@ -1,3 +1,4 @@ +#!/bin/sh # Filename: /usr/share/grml-live/buildd/execute.sh # Purpose: main execution file for grml-live buildd # Authors: grml-team (grml.org), (c) Michael Prokop diff --git a/buildd/functions.sh b/buildd/functions.sh index b658143..c7d9ebc 100755 --- a/buildd/functions.sh +++ b/buildd/functions.sh @@ -1,3 +1,4 @@ +#!/bin/sh # Filename: /usr/share/grml-live/buildd/functions.sh # Purpose: main function file for grml-live buildd # Authors: grml-team (grml.org), (c) Michael Prokop diff --git a/debian/changelog b/debian/changelog index c81420b..433cd02 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,8 +7,9 @@ grml-live (0.9.10) unstable; urgency=low "mkisofs: Volume ID string too long (cur. XX max. 32 chars)." - add buildd/execute.sh to further simplify buildd/*.sh setup - send_mail(): do not append /var/log/grml-buildd.stdout by default + - add shebang line to buildd/[execute|functions].sh to make lintian happy - -- Michael Prokop Tue, 24 Feb 2009 01:27:19 +0100 + -- Michael Prokop Tue, 24 Feb 2009 01:34:22 +0100 grml-live (0.9.9) unstable; urgency=low