This repository contains the packaging information for flask-classful.
- Not packaged by Debian Buster
- Needed by wazo-ui
To build a new version of python-flask-classful for Wazo.
- Set the new version in the
VERSION
file. - Add a changelog entry entry in
debian/changelog
- Push to the master branch
Jenkins will then retrieve and build the new version.
The version in the changelog MUST have the following format:
<upstream_version>-1~wazo<1..n>
To build on a test environment before submitting a change to production the following procedure can be used.
make -f debian/rules get-orig-source
tar -xvf ../wazo-python-flask-classful-packaging_*.orig.tar.gz --strip 1
dpkg-buildpackage -us -uc
The .deb
will be located in the parent directory.