Skip to content

Add a makefile for building debian packages

Noé Gaumont requested to merge topic/default/debian into branch/default

This allow building debian source package from sdist. This is cleaner than building from hg clone because we ensure to only include what's listed in sdist MANIFEST.in in upstream tarball.

The "deb" target build the binary packages using sbuild.

Merge request reports