Moved filesystem tools from dependencies to recommended.
New description.
This commit is contained in:
parent
10d1950d47
commit
fa063f1147
|
@ -1,3 +1,23 @@
|
||||||
|
gparted (0.0.8-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* New upstream.
|
||||||
|
* Moved filesystem tools from Depend to Recommend.
|
||||||
|
* A new description. It's not just a frontend to libparted any more.
|
||||||
|
|
||||||
|
-- Vincent van Adrighem <adrighem@gnome.org> Mon, 25 Oct 2004 15:08:08 +0200
|
||||||
|
|
||||||
|
gparted (0.0.7-2) unstable; urgency=low
|
||||||
|
|
||||||
|
* Only need unstable, not experimental.
|
||||||
|
|
||||||
|
-- Vincent van Adrighem <adrighem@gnome.org> Mon, 25 Oct 2004 15:08:08 +0200
|
||||||
|
|
||||||
|
gparted (0.0.7-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* New upstream.
|
||||||
|
|
||||||
|
-- Vincent van Adrighem <adrighem@gnome.org> Mon, 25 Oct 2004 15:08:08 +0200
|
||||||
|
|
||||||
gparted (0.0.6-1) unstable; urgency=low
|
gparted (0.0.6-1) unstable; urgency=low
|
||||||
|
|
||||||
* Initial release.
|
* Initial release.
|
||||||
|
|
|
@ -8,5 +8,12 @@ Build-Depends: debmake
|
||||||
Package: gparted
|
Package: gparted
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}
|
Depends: ${shlibs:Depends}
|
||||||
Description: Missing
|
Recommends: e2fsprogs, jfsutils, xfsprogs, ntfsprogs, dosfstools, hfsutils, reiserfsprogs
|
||||||
Missing
|
Description: Gnome Partition Editor
|
||||||
|
It is a graphical editor which uses libparted to detect and manipulate
|
||||||
|
devices and partitiontables while several (optional) filesystem tools
|
||||||
|
provide support for filesystems not included in libparted. These optional
|
||||||
|
packages will be detected at runtime.
|
||||||
|
|
||||||
|
It currently supports ext2, ext3 Reiser3, FAT, NTFS, XFS, JFS, HFS and
|
||||||
|
Linux swap.
|
Loading…
Reference in New Issue