Boot-Floppies: python task package

1999-09-14 Thread Martin Bialasinski

Hi,

we redesign the boot floppy's package selection system (preselections
of packages).

The current list will be transfered to ordinary packages, thous
making the whole thing easier to manage. Also this allows to select
a packageset after the initial installation.

See the task-sgml and task-sgml-dev packages in unstable for an
example.

One task package is a task-python package. I like you to take a look
at the control file and comment on it, and it would be even cooler if
one of you could take this package (the controlfile can be expanded
into a package using equivs). The only thing to be done is to manage
the Depends: list in the control file, so it is not much work, but you
are in the natural position to maintain the task-python package.

Here is the control file, I'd love to hear from you. Especially, a
description is needed.

Ciao,
Martin

Section: devel
Priority: optional
Standards-Version: 2.4.0.0

Package: task-python
Version: 0.1
Maintainer: Martin Bialasinski <[EMAIL PROTECTED]>
Depends: python-base, python-dev, python-misc, python-net, python-tk, 
python-imaging-doc, python-numeric-tutorial, python-imaging, python-imaging-tk, 
python-doc, python-examples, python-extclass, python-gdbm, python-gdk-imlib, 
python-glade, python-gnome, python-gtk, python-kjbuckets, python-mpz, 
python-mxdatetime, python-mxstack, python-mxtexttools, 
python-mxtoolspython-pmw, python-rng, python-wpy, python-xml, python-zlib, 
pythondoc, python-numeric, python-ldap
Architecture: all
Description: Python environment



Re: Boot-Floppies: python task package

1999-09-14 Thread David Coe
-BEGIN PGP SIGNED MESSAGE-

I don't know (yet) what the other -task packages have done, but
I'd suggest we have it Suggests: rather than Depends: on the
various documentation pacakges.

Also, there's a typo (missing space) in "python-mxtoolspython-pmw,"

If no one else wants to take this, I'll take it (I'm an avid
Python fan, so would pay attention to new python packages as
they are released anyway); but I'm not a "sanctioned" developer 
yet -- I suspect my mentor (Tony Mancill) wouldn't object.

If someone else wants it, fine with me.

"Martin Bialasinski" <[EMAIL PROTECTED]> writes:
> 
> Section: devel
> Priority: optional
> Standards-Version: 2.4.0.0
> 
> Package: task-python
> Version: 0.1
> Maintainer: Martin Bialasinski <[EMAIL PROTECTED]>
> Depends: python-base, python-dev, python-misc, python-net, python-tk, 
> python-imaging-doc, python-numeric-tutorial, python-imaging, 
> python-imaging-tk, python-doc, python-examples, python-extclass, python-gdbm, 
> python-gdk-imlib, python-glade, python-gnome, python-gtk, python-kjbuckets, 
> python-mpz, python-mxdatetime, python-mxstack, python-mxtexttools, 
> python-mxtoolspython-pmw, python-rng, python-wpy, python-xml, python-zlib, 
> pythondoc, python-numeric, python-ldap
> Architecture: all
> Description: Python environment
> 








-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: noconv
Comment: Processed by Mailcrypt 3.5.1, an Emacs/PGP interface

iQCVAwUBN96oHa6Bk+4xtwghAQHPkQP/Q/yVsLnZrJd7DZb3Ni4l/Dt9+lQ9I5ul
5pmr6WaP/QdxfJs4NXFjhsQXVwdjhP45iD1jPaIgdJvOL/3nPSexFMdf6llQGC8r
bFmLF8tiHhs+6/aYNmkdgLPq/GPAd0zD6Som98LRajU1PWzi0Nxlnp/5xWPUAssu
pthFdhD7Nwg=
=Vipt
-END PGP SIGNATURE-



Re: Boot-Floppies: python task package

1999-09-14 Thread Martin Bialasinski

* "David" == David Coe <[EMAIL PROTECTED]> wrote:

David> I don't know (yet) what the other -task packages have done, but
David> I'd suggest we have it Suggests: rather than Depends: on the
David> various documentation pacakges.

The problem is, that the boot-floppies will directly use apt-get, and
apt-get only reads the Depends: line. Of cause, it is another thing if 
the user uses dselect later. Unfortunately, there is no better
solution, therefore the Depends:. One has to deinstall the task
package to remove any of the packages.

David> Also, there's a typo (missing space) in "python-mxtoolspython-pmw,"

I see, thanks.

David> If no one else wants to take this, I'll take it (I'm an avid
David> Python fan, so would pay attention to new python packages as
David> they are released anyway); but I'm not a "sanctioned" developer 
David> yet -- I suspect my mentor (Tony Mancill) wouldn't object.

If Tony doen't have time, I also can do the uploads. The main concern
is, that someone who uses python does the semantics for the package,
like removing a obscure lib I added, adding a README file mentioning
the debian-python list and such.

David> If someone else wants it, fine with me.

Whoever takes this, just upload to incoming as a usual package. You
may want to use equivs (equivs-build ) to transform the
controlfile into a package to start with.

I also ask the person who finally takes this to contact me, so I can
keep track of it.

Ciao,
Martin