[Pkg-ocaml-maint-commits] [SCM] polygen packaging branch, master, updated. debian/1.0.6.ds2-6-7-g751f5ae

Stefano Zacchiroli zack at upsilon.cc
Thu Mar 5 19:39:21 UTC 2009


The following commit has been merged in the master branch:
commit 751f5ae1c6dfb3fb32974db62172d21c89c1d061
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Thu Mar 5 20:33:29 2009 +0100

    use "set -e" instead of "-e" flag to make lintian happy

diff --git a/debian/polygen-data.postinst b/debian/polygen-data.postinst
index 1af6a80..8140618 100644
--- a/debian/polygen-data.postinst
+++ b/debian/polygen-data.postinst
@@ -1,4 +1,5 @@
-#!/bin/sh -e
+#!/bin/sh
+set -e
 #set +C # turn off noclobber
 if [ ! -e /usr/share/polygen/ita/polygen.grm.o ]
 then

-- 
polygen packaging



More information about the Pkg-ocaml-maint-commits mailing list