summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/itzks-systems-backup.examples2
-rwxr-xr-xdebian/rules1
3 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 53b61d1..dc60b64 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ itzks-systems (2012.08.29.5) UNRELEASED; urgency=low
* /debian/control:
+ Add ttf-sil-doulos (another phonetic font set) to all
educational systems.
+ * /debian/itzks-systems-backup.examples:
+ + Provide dirvish config skeleton appropriate for ITZkS setups.
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 30 Aug 2012 16:45:18 +0200
diff --git a/debian/itzks-systems-backup.examples b/debian/itzks-systems-backup.examples
new file mode 100644
index 0000000..46214d7
--- /dev/null
+++ b/debian/itzks-systems-backup.examples
@@ -0,0 +1,2 @@
+examples/backup/backup-dirvish.tar.gz
+examples/backup/README.dirvish
diff --git a/debian/rules b/debian/rules
index efd50b6..6ff0a28 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,7 @@
override_dh_installexamples:
cd examples/mainserver/ && tar cvzf mainserver-tftp.tar.gz tftp
cd examples/disklserver/ && tar cvzf disklserver-tftp.tar.gz tftp
+ cd examples/backup/ && tar cvzf backup-dirvish.tar.gz dirvish
dh_installexamples
override_dh_clean: