diff options
| -rw-r--r-- | debian/changelog | 8 | ||||
| -rwxr-xr-x | debian/config | 4 | ||||
| -rw-r--r-- | debian/control | 6 | ||||
| -rw-r--r-- | etc/debian-edu/itzks.config | 2 | 
4 files changed, 14 insertions, 6 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 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 diff --git a/debian/control b/debian/control index 545c8cc..ada7857 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends:  Homepage: http://wiki.it-zukunft-schule.de  Vcs-Git: git://code.it-zukunft-schule.de/itzks-systems.git  Vcs-Browser: http://code.it-zukunft-schule.de/gitweb?p=itzks-systems.git;a=summary -Standards-Version: 3.9.3 +Standards-Version: 3.9.4  Package: itzks-systems-common  Architecture: all @@ -20,6 +20,7 @@ Breaks:   itzks-systems-config,  Depends:   ${misc:Depends}, + python,  Description: Configuration for ITZkS Systems   Set of configuration parameters and common files   relevant to ITZkS systems. @@ -124,7 +125,7 @@ Depends:   zip,  Conflicts:   exim4, exim4-config, exim4-base, exim4-daemon -Description: Profiling ITZkS-VirtMan Systems +Description: Profiling ITZkS-Backup Systems   Install this package to pull in all dependencies required on   ITZkS Backup Debian systems.   . @@ -499,7 +500,6 @@ Depends:   ttf-sil-doulos,   unzip,   x2go-keyring, - x2godesktopsharing,   x2goclient,   x2goserver,   x2goserver-xsession, 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  | 
