From a9919410d9eeac1ee773442dea31747f7d36cec7 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 3 Nov 2019 23:21:15 +0800 Subject: [PATCH] Reproducible Debian: do the usrmerge variation on sid, exp and bullseye, but not on buster Signed-off-by: Holger Levsen --- bin/reproducible_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index f7fe2b31..b54cb2b8 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -670,7 +670,7 @@ EOF local pbuilder_options=() case "${SUITE}" in - (unstable|experimental|buster) + (unstable|experimental|bullseye) pbuilder_options+=(--extrapackages usrmerge) ;; esac -- GitLab