From 4e6313d064c2c87514788d47448019c4c7d4b9da Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 13 Nov 2013 14:26:08 +0100 Subject: Fix several issues reported by lintian... * Remove shebang from itzks.config. File is not meant to be an executable shell script. Shell parsing in only. * debian/control: + Fix duplicate dependency relation: x2godesktopsharing. + Fix wrong SYNOPSIS field for itzks-systems-backup. + Add python as dependency for itzks-systems-common. + Bump Standards: to 3.9.4, no changes needed. * debian/config: + Explicitly use `set -e' instead of using /bin/sh -e in shebang. --- debian/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debian/config') diff --git a/debian/config b/debian/config index 86b608e..6cea5fe 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 -- cgit v1.2.3