This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit 45bfaf24219b604ceb8a3c639a1309688f9f553e 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/config | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0cd9269..af359cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -127,6 +127,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/config b/debian/config index 26035e1..0a744ee 100755 --- a/debian/config +++ b/debian/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