aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-11-13 13:46:36 +0800
committercrupest <crupest@outlook.com>2023-11-13 13:47:29 +0800
commite4984025819ae3b01e4afd5db43c27c79d7f751c (patch)
tree8d8354709e04c41cb3050d90c4910c897b32c4c9
parentc20c43970866c7f86a37bfe8948f6fff37c886d9 (diff)
downloadcrupest-e4984025819ae3b01e4afd5db43c27c79d7f751c.tar.gz
crupest-e4984025819ae3b01e4afd5db43c27c79d7f751c.tar.bz2
crupest-e4984025819ae3b01e4afd5db43c27c79d7f751c.zip
(docker:debian-dev) update sbuildrc.
-rw-r--r--docker/debian-dev/bootstrap/sbuildrc25
1 files changed, 12 insertions, 13 deletions
diff --git a/docker/debian-dev/bootstrap/sbuildrc b/docker/debian-dev/bootstrap/sbuildrc
index cdea758..ff1d3c7 100644
--- a/docker/debian-dev/bootstrap/sbuildrc
+++ b/docker/debian-dev/bootstrap/sbuildrc
@@ -1,26 +1,25 @@
##############################################################################
# PACKAGE BUILD RELATED (additionally produce _source.changes)
##############################################################################
-# -d
$distribution = 'bullseye';
-# -A
+
$build_arch_all = 1;
-# -s
-# $build_source = 1;
-# --source-only-changes (applicable for dput. irrelevant for dgit push-source).
-# $source_only_changes = 1;
-# -v
-# $verbose = 1;
-# parallel build
-# $ENV{'DEB_BUILD_OPTIONS'} = 'parallel=5';
+$build_arch_any = 1;
+$build_source = 0;
+
+$dpkg_source_opts = [ '--format=1.0' ];
+
+#$source_only_changes = 1;
+#$verbose = 1;
+#$ENV{'DEB_BUILD_OPTIONS'} = 'parallel=5';
##############################################################################
# POST-BUILD RELATED (turn off functionality by setting variables to 0)
##############################################################################
-# $run_lintian = 1;
+$run_lintian = 0;
# $lintian_opts = ['-i', '-I'];
-# $run_piuparts = 1;
+$run_piuparts = 0;
# $piuparts_opts = ['--schroot', '%r-%a-sbuild', '--no-eatmydata'];
-# $run_autopkgtest = 1;
+$run_autopkgtest = 0;
# $autopkgtest_root_args = '';
# $autopkgtest_opts = [ '--', 'schroot', '%r-%a-sbuild' ];