This repository contains the packaging information for python-flask-menu.
To build a new version of python-flask-menu for Wazo.
- Update the version number in the
VERSION
file - Update the changelog using
dch -i
to the matching version - Push the changes
Jenkins will then retrieve and build the new version.
The following procedure can be used to build on a test environment before submitting a change.
make -f debian/rules get-orig-source
tar -xvf ../wazo-python-flask-menu-packaging_*.orig.tar.gz --strip 1
dpkg-buildpackage -us -uc
The .deb
will be located in the parent directory.