[pkg-fso-commits] [SCM] libphone-utils packaging branch, master, updated. upstream/0.1+git20110523-94-g4814944

Sebastian Reichel sre at ring0.de
Sun Dec 9 18:25:42 UTC 2012


The following commit has been merged in the master branch:
commit c1857e0d10cf92396f90ef34c3d454ccc8f405f7
Author: Sebastian Reichel <sre at ring0.de>
Date:   Sun Dec 9 18:41:55 2012 +0100

    add set -e to config file

diff --git a/debian/libphone-utils-common.config b/debian/libphone-utils-common.config
index bbf34a5..de802e3 100644
--- a/debian/libphone-utils-common.config
+++ b/debian/libphone-utils-common.config
@@ -1,5 +1,8 @@
 #!/bin/sh -e
 # config script for libphone-utils
+
+set -e
+
 . /usr/share/debconf/confmodule
 
 if [ -s /etc/phone-utils.conf ] ; then

-- 
libphone-utils packaging



More information about the pkg-fso-commits mailing list