usb-creator-hackers team mailing list archive
-
usb-creator-hackers team
-
Mailing list archive
-
Message #00015
Re: Bug#582884: ITP: usb-creator -- Live USB creator
On 24 May 2010 12:15, Mehdi Dogguy <mehdi@xxxxxxxxxx> wrote:
> On 05/24/2010 12:55 PM, Dmitrijs Ledkovs wrote:
>> Package: wnpp
>> Severity: wishlist
>> X-Debbugs-Cc: debian-devel@xxxxxxxxxxxxxxxx,
>> usb-creator-hackers@xxxxxxxxxxxxxxxxxxx,
>> ubuntu-installer@xxxxxxxxxxxxxxxx
>>
>> Owner: Dmitrijs Ledkovs <dmitrij.ledkov@xxxxxxxxxx>
>>
>> * 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 <ubuntu-installer@xxxxxxxxxxxxxxxx>
Uploaders: Dmitrijs Ledkovs <dmitrij.ledkov@xxxxxxxxxx>
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<------
Follow ups