Re: Packaging software for Cheeseshop and Debian

2007-10-24 Thread Bernd Zeimetz
> I develop and package webcheck [0] (a python application with private > modules). I put all stuff in /usr/share/webcheck and use python-support > for compiling the stuff there. I ship an /usr/bin/webcheck symlink > to /usr/share/webcheck/webcheck.py. This seems to work fine. You can also drop a

Re: Packaging software for Cheeseshop and Debian

2007-10-24 Thread Ben Finney
Arthur de Jong <[EMAIL PROTECTED]> writes: > I develop and package webcheck [0] (a python application with > private modules). I put all stuff in /usr/share/webcheck and use > python-support for compiling the stuff there. Thanks for this response. Unfortunately I've looked at 'webcheck', and it d

Re: Packaging software for Cheeseshop and Debian

2007-10-24 Thread Simon McVittie
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 24 Oct 2007 at 10:03:09 +0200, Bernd Zeimetz wrote: > > I develop and package webcheck [0] (a python application with private > > modules). I put all stuff in /usr/share/webcheck and use python-support > > for compiling the stuff there. I ship

Re: Packaging software for Cheeseshop and Debian

2007-10-24 Thread Bernd Zeimetz
Simon McVittie wrote: > On Wed, 24 Oct 2007 at 10:03:09 +0200, Bernd Zeimetz wrote: >>> I develop and package webcheck [0] (a python application with private >>> modules). I put all stuff in /usr/share/webcheck and use python-support >>> for compiling the stuff there. I ship an /usr/bin/webcheck sy

Re: Packaging software for Cheeseshop and Debian

2007-10-24 Thread Bernd Zeimetz
> Thanks for this response. Unfortunately I've looked at 'webcheck', and > it doesn't teach me how to use Python's distutils to achieve this > (since, as you note, it doesn't use either of them). Instead of looking at packages you should read the distutils documentation. -- Bernd Zeimetz <[EMAI

Re: Packaging software for Cheeseshop and Debian

2007-10-24 Thread Ben Finney
(Bernd, please preserve attribution lines so we know who wrote what quoted material.) Bernd Zeimetz <[EMAIL PROTECTED]> writes: > > Thanks for this response. Unfortunately I've looked at 'webcheck', > > and it doesn't teach me how to use Python's distutils to achieve > > this (since, as you note,