aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-11-13 13:46:36 +0800
committercrupest <crupest@outlook.com>2023-11-13 18:39:33 +0800
commit07e232b708edc9db8d0eff1ca4f1d5ca6b25267c (patch)
tree7dd55367fcfa0bfd535d015d2a3f3747e60e0a43
parent62b2711ca07a95b919dda24e2d962aaadd18ca31 (diff)
downloadcrupest-07e232b708edc9db8d0eff1ca4f1d5ca6b25267c.tar.gz
crupest-07e232b708edc9db8d0eff1ca4f1d5ca6b25267c.tar.bz2
crupest-07e232b708edc9db8d0eff1ca4f1d5ca6b25267c.zip
(docker:debian-dev) revert sbuildrc dpkg-source options.
If you can't build without this locally, you can't build this remotely.
-rw-r--r--docker/debian-dev/bootstrap/sbuildrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/docker/debian-dev/bootstrap/sbuildrc b/docker/debian-dev/bootstrap/sbuildrc
index 27c3a17..1a9bed4 100644
--- a/docker/debian-dev/bootstrap/sbuildrc
+++ b/docker/debian-dev/bootstrap/sbuildrc
@@ -7,8 +7,6 @@ $build_arch_all = 1;
$build_arch_any = 1;
$build_source = 0;
-$dpkg_source_opts = [ '--format=1.0', '-i\.git' ];
-
#$source_only_changes = 1;
#$verbose = 1;
#$ENV{'DEB_BUILD_OPTIONS'} = 'parallel=5';