Re: getting a python module accepted by python?

2000-12-26 Thread Andreas Voegele
Sean 'Shaleh' Perry <[EMAIL PROTECTED]> writes: > Is there a way to make a site-packages/foo/foo.py without requiring > a change in programs calling foo? The latest python-numeric package puts its files into site-packages/Numeric and creates a file called site-packages/Numeric.pth which contains

Re: getting a python module accepted by python?

2000-12-26 Thread Andreas Voegele
Sean 'Shaleh' Perry <[EMAIL PROTECTED]> writes: > Is there a way to make a site-packages/foo/foo.py without requiring > a change in programs calling foo? The latest python-numeric package puts its files into site-packages/Numeric and creates a file called site-packages/Numeric.pth which contains

Build dependencies

2000-04-04 Thread Andreas Voegele
I'm wondering if the package build-essential should be put into the control file or not. For example: Build-Depends-Indep: build-essential, flex, bison

Shared library questions

1999-11-06 Thread Andreas Voegele
I'd like to package the GtkSheet widget library and have two questions. 1. Should I call the binary package gtksheet0 or libgtksheet0? dh_make suggests libgtksheet0, but there's already a package called gtkglarea4, so IMO gtksheet0 fits in better. 2. Should the development package depend on libg