On 24 May 2010 12:15, Mehdi Dogguy <[email protected]> wrote: > On 05/24/2010 12:55 PM, Dmitrijs Ledkovs wrote: >> Package: wnpp >> Severity: wishlist >> X-Debbugs-Cc: [email protected], >> [email protected], >> [email protected] >> >> Owner: Dmitrijs Ledkovs <[email protected]> >> >> * Package name : usb-creator > > "usb-creator" is a bit misleading (or at least… not clear). Could you > rename it into something like "live-usb-creator"? > > Regards, >
This package has been shipped in Ubuntu for a few releases now. Currently it builds usb-creator-common, usb-creator-gtk & usb-creator-kde packages with backend, GTK and Qt front ends respectively. I don't believe the name is misleading when read together with short description or with long description. Plus it would be inconvenience to rename the package again, cause we have just transitioned from usb-creator -> usb-creator-$(frontend) in Ubuntu. I've created Debian branded icons, I will work on making description non-vendor specific. This is the current debian/control. ----8<------ $ cat debian/control Source: usb-creator Section: admin Priority: optional Maintainer: Ubuntu Installer Team <[email protected]> Uploaders: Dmitrijs Ledkovs <[email protected]> Build-Depends: debhelper (>= 7.0.50~), python, python-distutils-extra, pkg-kde-tools Standards-Version: 3.8.4 Vcs-Bzr: http://bazaar.launchpad.net/~usb-creator-hackers/usb-creator/trunk Package: usb-creator-common Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-dbus, syslinux, udisks (>= 1.0~), udisks (<< 1.1), genisoimage, mtools, parted Description: Live USB creator (common files) Utility for converting Live Linux CDs into bootable USB sticks for example Ubuntu and Kubuntu. This utility can partition USB stick to allow storing user files in persistence mode. . This package contains backend engine and common data files used by frontends. Package: usb-creator-gtk Architecture: all Depends: ${misc:Depends}, ${python:Depends}, usb-creator-common (= ${source:Version}), python-gtk2 (>= 2.12), python-dbus, python-gnome2 Description: Live USB creator for GNOME Utility for converting Live Linux CDs into bootable USB sticks for example Ubuntu and Ubuntu Netbook Remix. This utility can partition USB stick to allow storing user files in persistence mode. . This package contains the GTK+ client frontend. Package: usb-creator-kde Architecture: all Depends: ${misc:Depends}, ${python:Depends}, usb-creator-common (= ${source:Version}), python-kde4, python-qt4-dbus Description: Live USB creator for KDE Utility for converting Live Linux CDs into bootable USB sticks for example Kubuntu and Kubuntu Netbook Remix. This utility can partition USB stick to allow storing user files in persistence mode. . This package contains the KDE client frontend. -----8<------ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

