[DRE-commits] [SCM] thin.git branch, master, updated. debian/1.3.1-1-2-g44d1e20

Ondřej Surý ondrej at sury.org
Sat Feb 11 11:30:59 UTC 2012


The following commit has been merged in the master branch:
commit 86607ad46a6ce5fecdce4ff5c1d459c4768b07f4
Author: Ondřej Surý <ondrej at sury.org>
Date:   Sat Feb 11 12:16:33 2012 +0100

    Fix missing shebang in maintainer scripts

diff --git a/debian/thin.postinst b/debian/thin.postinst
index 6e00dec..b29c8cf 100644
--- a/debian/thin.postinst
+++ b/debian/thin.postinst
@@ -1,3 +1,4 @@
+#!/bin/sh
 # -*- mode: Shell-Script -*-
 # complete dpkg-maintscript-helper operations
 
diff --git a/debian/thin.postrm b/debian/thin.postrm
index 2cc53a6..fdab465 100644
--- a/debian/thin.postrm
+++ b/debian/thin.postrm
@@ -1,3 +1,4 @@
+#!/bin/sh
 # -*- mode: Shell-Script -*-
 # complete dpkg-maintscript-helper operations
 
diff --git a/debian/thin.preinst b/debian/thin.preinst
index 9155871..2100085 100644
--- a/debian/thin.preinst
+++ b/debian/thin.preinst
@@ -1,3 +1,4 @@
+#!/bin/sh
 # -*- mode: Shell-Script -*-
 # Just check if the old thin init.d conffile symlink needs to be removed
 

-- 
thin.git



More information about the Pkg-ruby-extras-commits mailing list