Re: Help with my first deb package

2007-10-25 Thread Bernd Zeimetz
Hi :) > Thank you, in the meanwhile I'm studying the pyscrabble package > http://ftp.de.debian.org/debian/pool/main/p/pyscrabble/ > pyscrabble_1.6.2-2.dsc > > Can you suggest another well done package to study? Look into the PAPT svn - http://svn.debian.org/wsvn/python-apps/ > At the moment I'

Re: Help with my first deb package

2007-10-25 Thread david
On Thu, 25 Oct 2007 22:29:01 +0200, Bernd Zeimetz wrote: > Hi :) > >> I read the "Debian New Maintainers' Guide" and several other python >> related docs, but I still have some doubts: >> 1 May python-support or python-central help me if I don't have a >> distutils based setup? > > yes, they

Re: Help with my first deb package

2007-10-25 Thread Bernd Zeimetz
Hi :) > I read the "Debian New Maintainers' Guide" and several other python > related docs, but I still have some doubts: > 1 May python-support or python-central help me if I don't have a > distutils based setup? yes, they only take care of the files in debian/packagename/. - normally

Help with my first deb package

2007-10-25 Thread david
Hi all, I'm developing a fairly large pure-python application. The deployment platform is a Debian system, and I'd like to build the .deb packages of my app. The application doesn't have neither a Makefile nor a setup.py file, the 99% of the code is "private python module" and I want to make dif