summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2013-11-13 14:26:08 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2013-11-13 14:26:08 +0100
commit4e6313d064c2c87514788d47448019c4c7d4b9da (patch)
tree3ab2978079590e0ba3d55139c46b19efe8dd504c /debian/changelog
parent0d957256887eab48483b08cce275df38a951c1af (diff)
downloaditzks-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 'debian/changelog')
-rw-r--r--debian/changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 7fe73f6..31e8a50 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,10 +4,18 @@ itzks-systems (2013.11.13.1) squeeze-backports; urgency=low
* Add switch to standardskriver.cfg (enable = yes|no).
* Auto-start standardskriver during desktop session startup (via XDG
autostart).
+ * Remove shebang from itzks.config. File is not meant to be an
+ executable shell script. Shell parsing in only.
* debian/copyright:
+ Update years, add copyright info for standardskriver script.
* debian/control:
+ Fix Vcs-*: fields.
+ + 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.
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 13 Nov 2013 14:14:32 +0100