diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 3a322c6..d1bb3cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ itzks-systems (2012.09.14.1) UNRELEASED; urgency=low + Replace fdisk by gnu-fdisk on all systems. GNU Fdisk is built against libparted and supports GPT partition tables. The look'n'feel pretty much resembles that of the usual fdisk tool. + + Add xfsprogs as dependency for backup servers. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 14 Sep 2012 15:20:38 +0200 diff --git a/debian/control b/debian/control index 26369fc..fc1b64a 100644 --- a/debian/control +++ b/debian/control @@ -107,6 +107,7 @@ Depends: tree, unzip, vim, + xfsprogs, zip, Conflicts: exim4, exim4-config, exim4-base, exim4-daemon |