Skip to content

Just use debuild with no arguments for building

Sjoerd Simons requested to merge wip/sjoerd/debuild into main

By default gbp-buildpackge will run debuild -i -I which forces dpkg-buildpackage/dpkg-source to use the default exclusion patterns on top of the ones configured in the package. Switch to just debuild so the packaging actually has full control about what gets ignored.

Signed-off-by: Sjoerd Simons sjoerd@collabora.com

Merge request reports