Added Debian sbuild configuration
This commit is contained in:
parent
75b288a875
commit
0c6a81a376
2 changed files with 11 additions and 0 deletions
10
debian/sbuild
vendored
Normal file
10
debian/sbuild
vendored
Normal 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;
|
||||
|
|
@ -20,4 +20,5 @@ x/Xresources .Xresources
|
|||
debian/dquilt .quiltrc-dpkg
|
||||
debian/pbuilder .pbuilderrc
|
||||
debian/git-buildpackage.conf .gbp.conf
|
||||
debian/sbuild .sbuildrc
|
||||
compton/compton.conf .config/compton.conf
|
||||
|
|
Loading…
Reference in a new issue