# 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

-- 
-=[     Piotr Ozarowski     ]=-
-=[ http://www.ozarowski.pl ]=-

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

Attachment: pgpsEAotYiJZ6.pgp
Description: PGP signature

Reply via email to