diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2013-11-13 14:26:08 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2013-11-13 14:26:08 +0100 |
commit | 4e6313d064c2c87514788d47448019c4c7d4b9da (patch) | |
tree | 3ab2978079590e0ba3d55139c46b19efe8dd504c /etc | |
parent | 0d957256887eab48483b08cce275df38a951c1af (diff) | |
download | itzks-systems-4e6313d064c2c87514788d47448019c4c7d4b9da.tar.gz itzks-systems-4e6313d064c2c87514788d47448019c4c7d4b9da.tar.bz2 itzks-systems-4e6313d064c2c87514788d47448019c4c7d4b9da.zip |
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.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/debian-edu/itzks.config | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/debian-edu/itzks.config b/etc/debian-edu/itzks.config index 5d2c6ce..032f609 100644 --- a/etc/debian-edu/itzks.config +++ b/etc/debian-edu/itzks.config @@ -1,5 +1,3 @@ -#!/bin/bash - ####################################### # # resource control |