Re: dh_installman

2002-04-12 Thread Joey Hess
Roger Leigh wrote: > I'm getting some errors from dh_installman, and the manpages are not > getting installed: > > $ dpkg-buildpackage -rfakeroot -us -uc > [...] > dh_installman -i > Use of uninitialized value in pattern match (m//) at /usr/bin/dh_installman > line 181. > Use of uninitialized val

dh_installman

2002-04-12 Thread Roger Leigh
Hello, I'm getting some errors from dh_installman, and the manpages are not getting installed: $ dpkg-buildpackage -rfakeroot -us -uc [...] dh_installman -i Use of uninitialized value in pattern match (m//) at /usr/bin/dh_installman line 181. Use of uninitialized value in pattern match (m//) at

How to upload to contrib

2002-04-12 Thread Martin Butterweck
Hi, I made a package which has to go into contrib. Sadly, i have no idea of how to get it there. An appendix of the policy says I should state "contrib" as the distribution in the control file, but annotation 13 (chapter control files) tells me there is no contrib distribution. Martin -- [this

debian-test NMU sponsor?

2002-04-12 Thread David Schmitt
Hi Phil, Hi debian-mentors! Since I think that Debian does need something like debian-test and I want to invest some time into it, I have prepared a new version of debian-test, which fixes all outstanding bugs on the package. It can be downloaded from http://www.edv-bus.at/~david/debian-

Re: dh_installman

2002-04-12 Thread Joey Hess
Roger Leigh wrote: > I'm getting some errors from dh_installman, and the manpages are not > getting installed: > > $ dpkg-buildpackage -rfakeroot -us -uc > [...] > dh_installman -i > Use of uninitialized value in pattern match (m//) at /usr/bin/dh_installman line 181. > Use of uninitialized value

dh_installman

2002-04-12 Thread Roger Leigh
Hello, I'm getting some errors from dh_installman, and the manpages are not getting installed: $ dpkg-buildpackage -rfakeroot -us -uc [...] dh_installman -i Use of uninitialized value in pattern match (m//) at /usr/bin/dh_installman line 181. Use of uninitialized value in pattern match (m//) at

How to upload to contrib

2002-04-12 Thread Martin Butterweck
Hi, I made a package which has to go into contrib. Sadly, i have no idea of how to get it there. An appendix of the policy says I should state "contrib" as the distribution in the control file, but annotation 13 (chapter control files) tells me there is no contrib distribution. Martin -- [thi

debian-test NMU sponsor?

2002-04-12 Thread David Schmitt
Hi Phil, Hi debian-mentors! Since I think that Debian does need something like debian-test and I want to invest some time into it, I have prepared a new version of debian-test, which fixes all outstanding bugs on the package. It can be downloaded from http://www.edv-bus.at/~david/debian

Re: What to do about mksong.sh

2002-04-12 Thread martin f krafft
also sprach Robert Bihlmeyer <[EMAIL PROTECTED]> [2002.04.11.1801 +0200]: > /usr/bin if users are expected to run it. See the Filesystem Hierarchy > Standard (available in the debian-policy package, which you should > have installed). i don't think users run it, so /usr/lib/tempest4eliza/mksong

Re: shared __init__.py file accross multiple python packages

2002-04-12 Thread Jérôme Marant
On Fri, Apr 12, 2002 at 04:46:43PM +0200, Alexandre wrote: > On Fri, Apr 12, 2002 at 04:30:14PM +0200, Jérôme Marant wrote: > > On Fri, Apr 12, 2002 at 03:43:58PM +0200, Alexandre wrote: > > > On Fri, Apr 12, 2002 at 03:21:04PM +0200, Jérôme Marant wrote: > > > > > > > Are the modules you're pa

Re: shared __init__.py file accross multiple python packages

2002-04-12 Thread Alexandre
On Fri, Apr 12, 2002 at 04:30:14PM +0200, Jérôme Marant wrote: > On Fri, Apr 12, 2002 at 03:43:58PM +0200, Alexandre wrote: > > On Fri, Apr 12, 2002 at 03:21:04PM +0200, Jérôme Marant wrote: > > > > > Are the modules you're packaging part of the same source or are > > > they independant ? >

Re: shared __init__.py file accross multiple python packages

2002-04-12 Thread Jérôme Marant
On Fri, Apr 12, 2002 at 03:43:58PM +0200, Alexandre wrote: > On Fri, Apr 12, 2002 at 03:21:04PM +0200, Jérôme Marant wrote: > > > Are the modules you're packaging part of the same source or are > > they independant ? > > They are independand. These are modules developed by my company, and o

Re: What to do about mksong.sh

2002-04-12 Thread martin f krafft
also sprach Robert Bihlmeyer <[EMAIL PROTECTED]> [2002.04.11.1801 +0200]: > /usr/bin if users are expected to run it. See the Filesystem Hierarchy > Standard (available in the debian-policy package, which you should > have installed). i don't think users run it, so /usr/lib/tempest4eliza/mkson

Re: shared __init__.py file accross multiple python packages

2002-04-12 Thread Alexandre
On Fri, Apr 12, 2002 at 03:21:04PM +0200, Jérôme Marant wrote: > Are the modules you're packaging part of the same source or are > they independant ? They are independand. These are modules developed by my company, and our policy is to have them live in a top level directory called 'logila

Re: shared __init__.py file accross multiple python packages

2002-04-12 Thread Jérôme Marant
On Fri, Apr 12, 2002 at 03:16:46PM +0200, Alexandre wrote: > Hello, > > I'm trying to roll up my first debian packages, and I could do with some > advice (please refer me to the right piece of documentation if I appear > to have missed it). > > I'm actually packaging several (8) python modules t

shared __init__.py file accross multiple python packages

2002-04-12 Thread Alexandre
Hello, I'm trying to roll up my first debian packages, and I could do with some advice (please refer me to the right piece of documentation if I appear to have missed it). I'm actually packaging several (8) python modules that are to live in a common subdirectory of /usr/lib/pythonX.X/site-pack

Re: shared __init__.py file accross multiple python packages

2002-04-12 Thread Jérôme Marant
On Fri, Apr 12, 2002 at 04:46:43PM +0200, Alexandre wrote: > On Fri, Apr 12, 2002 at 04:30:14PM +0200, Jérôme Marant wrote: > > On Fri, Apr 12, 2002 at 03:43:58PM +0200, Alexandre wrote: > > > On Fri, Apr 12, 2002 at 03:21:04PM +0200, Jérôme Marant wrote: > > > > > > > Are the modules you're p

Re: shared __init__.py file accross multiple python packages

2002-04-12 Thread Alexandre
On Fri, Apr 12, 2002 at 04:30:14PM +0200, Jérôme Marant wrote: > On Fri, Apr 12, 2002 at 03:43:58PM +0200, Alexandre wrote: > > On Fri, Apr 12, 2002 at 03:21:04PM +0200, Jérôme Marant wrote: > > > > > Are the modules you're packaging part of the same source or are > > > they independant ? >

Re: shared __init__.py file accross multiple python packages

2002-04-12 Thread Jérôme Marant
On Fri, Apr 12, 2002 at 03:43:58PM +0200, Alexandre wrote: > On Fri, Apr 12, 2002 at 03:21:04PM +0200, Jérôme Marant wrote: > > > Are the modules you're packaging part of the same source or are > > they independant ? > > They are independand. These are modules developed by my company, and

Re: shared __init__.py file accross multiple python packages

2002-04-12 Thread Alexandre
On Fri, Apr 12, 2002 at 03:21:04PM +0200, Jérôme Marant wrote: > Are the modules you're packaging part of the same source or are > they independant ? They are independand. These are modules developed by my company, and our policy is to have them live in a top level directory called 'logil

Re: shared __init__.py file accross multiple python packages

2002-04-12 Thread Jérôme Marant
On Fri, Apr 12, 2002 at 03:16:46PM +0200, Alexandre wrote: > Hello, > > I'm trying to roll up my first debian packages, and I could do with some > advice (please refer me to the right piece of documentation if I appear > to have missed it). > > I'm actually packaging several (8) python modules

shared __init__.py file accross multiple python packages

2002-04-12 Thread Alexandre
Hello, I'm trying to roll up my first debian packages, and I could do with some advice (please refer me to the right piece of documentation if I appear to have missed it). I'm actually packaging several (8) python modules that are to live in a common subdirectory of /usr/lib/pythonX.X/site-pac