This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch release/4.0.1.x in repository x2goserver. commit 6dc555d04534848b5542827d12d44ca244bee656 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Apr 1 10:31:50 2014 +0200 debian/config: Explicitly call set -e. Makes lintian happier. --- debian/changelog | 2 ++ debian/x2goserver.config | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9e16cc0..187ba43 100644 --- a/debian/changelog +++ b/debian/changelog @@ -29,6 +29,8 @@ x2goserver (4.0.1.14-0x2go1) UNRELEASED; urgency=low + Add status option for init script (test if x2gocleansessions is running or not). + Add Description key to LSB header. + * debian/config: + + Explicitly call set -e. Makes lintian happier. [ Harald Nordgard-Hansen ] * New upstream release (4.0.1.14): diff --git a/debian/x2goserver.config b/debian/x2goserver.config index b7012da..1aeb625 100755 --- a/debian/x2goserver.config +++ b/debian/x2goserver.config @@ -1,4 +1,6 @@ -#!/bin/sh -e +#!/bin/sh + +set -e # Source debconf library. . /usr/share/debconf/confmodule -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git