Add shebang line to buildd/[execute|functions].sh to make lintian happy
authorMichael Prokop <mika@grml.org>
Tue, 24 Feb 2009 00:34:38 +0000 (01:34 +0100)
committerMichael Prokop <mika@grml.org>
Tue, 24 Feb 2009 00:34:38 +0000 (01:34 +0100)
buildd/execute.sh
buildd/functions.sh
debian/changelog

index cb0ac90..3716694 100755 (executable)
@@ -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 <mika@grml.org>
index b658143..c7d9ebc 100755 (executable)
@@ -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 <mika@grml.org>
index c81420b..433cd02 100644 (file)
@@ -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 <mika@grml.org>  Tue, 24 Feb 2009 01:27:19 +0100
+ -- Michael Prokop <mika@grml.org>  Tue, 24 Feb 2009 01:34:22 +0100
 
 grml-live (0.9.9) unstable; urgency=low