Re: PythonCard packaging advice?

2003-02-04 Thread Bastian Kleineidam
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Feb 03, 2003 at 03:38:11PM -0600, Kenneth Pronovici wrote: I've now noticed that this doesn't conform to policy and I'm a little confused about what packages I should provide. Only the name of the module package is against policy - it

Re: PythonCard packaging advice?

2003-02-04 Thread Martin Sjögren
tis 2003-02-04 klockan 12.46 skrev Bastian Kleineidam: This is getting a bit more complicated than I expected it to be. I'd appreciate any advice you can give me. I don't know why you split docs and samples, I'd put them in one package, the samples go into /usr/share/doc/package/examples/.

Re: PythonCard packaging advice?

2003-02-04 Thread Kenneth Pronovici
I've now noticed that this doesn't conform to policy and I'm a little confused about what packages I should provide. Only the name of the module package is against policy - it should be python-pythoncard. I'm going to take this to mean python2.2-pythoncard/python2.3-pythoncard based on the

Re: PythonCard packaging advice?

2003-02-04 Thread Kenneth Pronovici
This is getting a bit more complicated than I expected it to be. I'd appreciate any advice you can give me. I don't know why you split docs and samples, I'd put them in one package, the samples go into /usr/share/doc/package/examples/. The doc package depending on either of the

Re: PythonCard packaging advice?

2003-02-04 Thread Kenneth Pronovici
In general, you have a single source package (e.g. python-pythoncard) which builds/installs for each available Python version (and Build-Depends on the -dev version for each of those, obviously) into a pythonversion-pythoncard package, and an empty python-pythoncard package that Depends on the

PythonCard packaging advice?

2003-02-03 Thread Kenneth Pronovici
Hi, I filed an ITP for PythonCard (http://pythoncard.sourceforge.net), and I've made a first pass at packaging it. I built the following binary packages: libpythoncard-python pythoncard-samples pythoncard-doc Each depends on python (=2.2), python (2.3). The libpythoncard-python