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 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/changelogcd 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.