Skip to content

Commit 516ef9f

Browse files
jitsi-developersdamencho
authored andcommitted
Use aptitude, prevent sending mails
1 parent 361ade1 commit 516ef9f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

resources/sbuildrc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@ $verbose = 1;
22
$batch_mode = 1;
33
$build_dir = $ENV{'BUILD_DIR'};
44
$run_lintian = 0;
5-
$apt_update = 0;
6-
$apt_distupgrade = 0;
5+
$apt_update = 1;
6+
$apt_distupgrade = 1;
7+
$build_dep_resolver = 'aptitude';
8+
$mailto = '';
9+
$mailprog = '';
710

811
# don't remove this, Perl needs it:
912
1;

0 commit comments

Comments
 (0)