diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-09-21 16:01:15 +0200 | 
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-09-21 16:01:15 +0200 | 
| commit | bc4e1ea7d88a58ee7ef45e29bb83ae2420aae7e1 (patch) | |
| tree | 2042f96b2b7c3243215ac00427211607e79c9d37 | |
| parent | b552888a489c39e969b06e58dc5b30f264f08485 (diff) | |
| download | itzks-systems-bc4e1ea7d88a58ee7ef45e29bb83ae2420aae7e1.tar.gz itzks-systems-bc4e1ea7d88a58ee7ef45e29bb83ae2420aae7e1.tar.bz2 itzks-systems-bc4e1ea7d88a58ee7ef45e29bb83ae2420aae7e1.zip | |
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.
| -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, | 
