aboutsummaryrefslogtreecommitdiff
path: root/docker/debian-dev
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
commit86dbef7b18f6c1d49c8abbfb25c7ff4c58baea73 (patch)
tree8d8354709e04c41cb3050d90c4910c897b32c4c9 /docker/debian-dev
parent1b3e6bcf00bea03a7c7d65e1cf293a6cde4adff9 (diff)
downloadcrupest-86dbef7b18f6c1d49c8abbfb25c7ff4c58baea73.tar.gz
crupest-86dbef7b18f6c1d49c8abbfb25c7ff4c58baea73.tar.bz2
crupest-86dbef7b18f6c1d49c8abbfb25c7ff4c58baea73.zip
(docker:debian-dev) update sbuildrc.
Diffstat (limited to 'docker/debian-dev')
-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' ];