Piotr Ozarowski wrote:
> # creating new Pylons app.
> $ paster create --template=pylons helloworld
>
> # creating Egg (f.e. for Windows users)
> $ python setup.py bdist_egg # will create an Egg in dist dir
>
> # creating debian package
> $ zcat ../helloworld_0.0.0dev-1.diff.gz | patch -p1  # see attachment
> $ debuild

and (as promised on #debian-python) here's pure debhelper version

(init.d script is still missing)

To Pylons ML readers: here's CDBS one:
http://lists.debian.org/debian-python/2007/03/bin00000.bin

If you're using pkg_resources(), add python-setuptools to Depends:
(and other used dependencies, like: python-elixir, python-mako, ...)
-- 
-=[     Piotr Ozarowski     ]=-
-=[ http://www.ozarowski.pl ]=-

Attachment: helloworld_0.0.0dev-1.diff.gz
Description: application/gunzip

Attachment: pgp0bCAwbXwQr.pgp
Description: PGP signature

Reply via email to