A set of libraries and subroutines I commonly use in my python projects.
- python >= 2.7
- python-configobj
- python-gdbm >= 2.7.3 (only if using SimpleDb)
- python-pika >= 0.9.5 (only if using AMQP stuff)
To build a Debian package, perform the following steps:
apt-get install ubuntu-dev-tools debhelper dh-exec
From here you can either build the package with pbuilder-dist:
pbuilder-dist saucy create
make -f debian/Makefile source_no_sign
make -f debian/Makefile pbuild CHANGES=../python-chaos_xxxx_.dsc
- look for the resulting .deb in ~/pbuilder/saucy_result
Or directly using dpkg-buildpackage
make -f debian/Makefile package
Either use the methods described above to build your own package, or install it from my PPA.
add-apt-repository ppa:lordgaav/python-chaos
apt-get update && apt-get install python-chaos