You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tom Kralidis edited this page Feb 17, 2016
·
9 revisions
Source Code
Documentation
Communications
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 (from ``pywps`` root directory)
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.