Debian Packages with Distutils:
1) You are on a Debian system
a) execute "dh_make --native" or see dh_make(1)
b) adjust your debian/rules file:
debian/rules:
#...
build:
#...
rm -rf debian/tmp # Distutils chokes on broken symlinks
On Sun, Sep 03, 2000 at 12:25:33PM +0200, Milan Zamazal wrote:
> BTW, if `dpkg-scriptlib' still has no maintainer, I'd consider to take
> over its Python part, once we have a Python interpreter with a GPL
> compatible license.
It is my understanding that the current Python (1.5.2) *is* under a
GPL
> "CHC" == Choi He Chul <[EMAIL PROTECTED]> writes:
CHC> dpkg-python packages is installed to /usr/lib/site-python/dpkg
CHC> .
CHC> So. I can't import other directorys.
CHC> I must copy that files to my work dircetory when I want use it?
I think the `__init__.py' file is mis
3 matches
Mail list logo