Package: parted Severity: wishlist Tags: d-i The attached patch adds a menu item number to the parted udeb. The purpose of this is not to show parted in the main menu, but only to allow users to select it from the list of optional components that is displayed at medium and low priority. This should make it easier for users to use parted for manual partitioning if they so desire. The same "trick" is already being used in the openshh-client udeb.
I have also changed the short description so that it is consistent with the descriptions for fdisk and cfdisk udebs. A suggested changelog entry is included in the patch. Cheers, FJP
diff -Nru parted-1.7.1/debian/changelog parted-1.7.1/debian/changelog
--- parted-1.7.1/debian/changelog 2007-03-06 10:06:02.000000000 +0100
+++ parted-1.7.1/debian/changelog 2008-02-09 14:42:30.000000000 +0100
@@ -1,3 +1,11 @@
+parted (1.7.1-5.2~fjp) UNRELEASED; urgency=low
+
+ * Give the parted udeb a menu item number. This allows it to be selected
+ manually in anna. Update the udeb description for consistency and remove
+ the long description to save space.
+
+ -- Frans Pop <[EMAIL PROTECTED]> Sat, 09 Feb 2008 14:41:21 +0100
+
parted (1.7.1-5.1) unstable; urgency=high
* Non-maintainer upload.
diff -Nru /tmp/WTcecvyHiu/parted-1.7.1/debian/control /tmp/aXi7DkCXUt/parted-1.7.1/debian/control
--- parted-1.7.1/debian/control 2006-11-08 08:06:55.000000000 +0100
+++ parted-1.7.1/debian/control 2008-02-09 14:41:07.000000000 +0100
@@ -45,23 +45,9 @@
Section: debian-installer
Priority: extra
Depends: ${shlibs:Depends}
+XB-Installer-Menu-Item: 99900
Provides: parted
-Description: The GNU Parted disk partition resizing program
- GNU Parted is a program that allows you to create, destroy,
- resize, move and copy hard disk partitions. This is useful
- for creating space for new operating systems, reorganising
- disk usage, and copying data to new hard disks. This package
- contains the Parted binary and manual page.
- .
- This package is similar to the "big" parted package, but has
- less cosmetical features resulting in smaller binary. Intended
- to be used in debian-installer.
- .
- .
- The nature of this software means that any bugs could cause
- massive data loss. While there are no known bugs at the moment,
- they could exist, so please back up all important files before
- running it, and do so at your own risk.
+Description: Manually partition a hard drive (parted)
Package: libparted1.7-1
Architecture: any
signature.asc
Description: This is a digitally signed message part.

