diff options
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rw-r--r-- | debian/control | 6 | 
2 files changed, 9 insertions, 0 deletions
| diff --git a/debian/changelog b/debian/changelog index 6b857d7..3a322c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,9 @@ itzks-systems (2012.09.14.1) UNRELEASED; urgency=low    * /debian/control:      + Add dependency linuxlogo to most bin:packages.      + Add dependency sudo for systems in the backbone sub-LAN. +    + 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.   -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Fri, 14 Sep 2012 15:20:38 +0200 diff --git a/debian/control b/debian/control index a734f62..26369fc 100644 --- a/debian/control +++ b/debian/control @@ -35,6 +35,7 @@ Depends:   firmware-linux-free,   firmware-linux-nonfree,   git, + gnu-fdisk,   htop,   iceweasel,   iceweasel-l10n-de, @@ -88,6 +89,7 @@ Depends:   firmware-linux-free,   firmware-linux-nonfree,   git, + gnu-fdisk,   htop,   itzks-keyring,   links, @@ -132,6 +134,7 @@ Depends:   bzip2,   dnsutils,   file-roller, + gnu-fdisk,   htop,   itzks-keyring,   links, @@ -174,6 +177,7 @@ Depends:   bzip2,   dnsutils,   htop, + gnu-fdisk,   itzks-keyring,   links,   linuxlogo, @@ -379,6 +383,7 @@ Depends:   gdm,   git,   gnome-colors-common, + gnu-fdisk,   grdesktop,   gv,   htop, @@ -531,6 +536,7 @@ Depends:   gdm,   gnome-colors-common,   git, + gnu-fdisk,   grdesktop,   gstreamer0.10-plugins-bad,   gstreamer0.10-plugins-good, | 
