Skip to content
Khosrow E 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:

  • devscripts
  • debhelper
  • python-setuptools

For a new debian release follow these steps:

  1. Update /debian/changelog

    $ cd debian $ dch

  2. 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.