uWSGI for Python debian packages
Builds .deb packages for uWSGI with Python 2.7 and the latest Python 3 from the deadsnakes PPA. The dogstatsd plugin is included as well.
Usage
docker build -t uwsgi-deb .
docker run --rm -it -v ~/.gnupg:/root/.gnupg uwsgi-debThis will build and sign the necessary files and upload them to the PPA.
Releasing a new version
- Update
UWSGI_VERSIONin theDockerfile. - Add an entry to
debian/changelog(dch -iis the easiest way to do this, you can generate the time withdate +"%a, %d %b %Y %H:%m:%S %z").
This is my first attempt and building Debian packages. If you see a problem, please submit an issue or pull request.