Skip to content
Tom Kralidis edited this page Feb 18, 2016 · 9 revisions

Source Code

Debian Packaging

# you need the following packages to be able to build a .deb package
sudo apt-get install devscripts debhelper python-setuptools
# for a new debian release follow these steps:
# Update debian/changelog
cd debian
dch
cd ..
# build binary package
debuild -b -uc -us

Note On Licensing

The license in debian/copyright appears as Expat because according to Debian packaging manual that's the flavour of the MIT license that PyWPS uses.

Documentation

Cutting the Release

Communications