Added Debian sbuild configuration

This commit is contained in:
Marcel Kapfer 2018-05-13 16:19:31 +02:00
parent 75b288a875
commit 0c6a81a376
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09
2 changed files with 11 additions and 0 deletions

10
debian/sbuild vendored Normal file
View file

@ -0,0 +1,10 @@
$build_arch_all = 1;
$distribution = 'stable';
# Lintian
$run_lintian = 1;
$lintian_opts = ['-i', '-I'];
# don't remove this, Perl needs it:
1;