diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-01-03 16:35:47 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-01-03 16:55:25 +0100 |
commit | 18a0c2f201348def02942d4bb29eda3d4c31c33f (patch) | |
tree | 31c1ed5973e747532ba01061b00fa333677e8bc2 /debian | |
parent | dc5d05c4372c940655fc85b2a81155721e2976ac (diff) | |
download | itzks-systems-18a0c2f201348def02942d4bb29eda3d4c31c33f.tar.gz itzks-systems-18a0c2f201348def02942d4bb29eda3d4c31c33f.tar.bz2 itzks-systems-18a0c2f201348def02942d4bb29eda3d4c31c33f.zip |
White-space cleanup.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/itzks-systems-smartboard.postinst | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 41d8f9d..e4e1092 100644 --- a/debian/changelog +++ b/debian/changelog @@ -853,7 +853,7 @@ itzks-systems (2013.08.07.1) squeeze-backports; urgency=low * /debian/control: - Add archive keyring packages to dependencies (all bin:packages). - - Add Adblock+ to dependencies of all X session based systems. + - Add Adblock+ to dependencies of all X session based systems. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 07 Aug 2013 13:43:50 +0200 @@ -1029,7 +1029,7 @@ itzks-systems (2012.08.30.1) squeeze-backports; urgency=low educational systems. * /debian/itzks-systems-backup.examples: + Provide dirvish config skeleton appropriate for ITZkS setups. - + Provide template for dirvish's master.conf. + + Provide template for dirvish's master.conf. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 30 Aug 2012 17:03:34 +0200 diff --git a/debian/control b/debian/control index 81aa99f..f9599c5 100644 --- a/debian/control +++ b/debian/control @@ -1134,7 +1134,7 @@ Depends: rawtherapee, reportbug, scratch, - sm, + sm, sqlite3, stunnel4, subversion, diff --git a/debian/itzks-systems-smartboard.postinst b/debian/itzks-systems-smartboard.postinst index 13704f2..ff935b6 100755 --- a/debian/itzks-systems-smartboard.postinst +++ b/debian/itzks-systems-smartboard.postinst @@ -123,7 +123,7 @@ case "$1" in if [ -d "$SMARTBOARD_CHROOT" ]; then cd /usr/share/itzks-systems-smartboard find * -type f | while read path; do - ln -fs /usr/share/itzks-systems-smartboard/$path /usr/share/$path + ln -fs /usr/share/itzks-systems-smartboard/$path /usr/share/$path done cd - 1>/dev/null |