[Cryptech-Commits] [releng/alpha] 02/02: Add Debian Bullseye

git at cryptech.is git at cryptech.is
Sat Jan 1 19:34:20 UTC 2022


This is an automated email from the git hooks/post-receive script.

sra at hactrn.net pushed a commit to branch master
in repository releng/alpha.

commit 8b6000b9911a0b28f4b547b63dbd34332369fe4c
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Sat Jan 1 14:32:05 2022 -0500

    Add Debian Bullseye
---
 Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index b20a842..9c6ae9f 100644
--- a/Makefile
+++ b/Makefile
@@ -42,9 +42,9 @@ REPO_UMASK	 := 002
 
 PBUILDER_BASE	 := ${HOME}/pbuilder
 PBUILDER_TARGETS := \
-	$(addsuffix /amd64, debian/stretch debian/buster ubuntu/xenial ubuntu/bionic ubuntu/focal) \
-	$(addsuffix /i386,  debian/stretch debian/buster ubuntu/xenial ubuntu/bionic) \
-	$(addsuffix /armhf, debian/stretch debian/buster)
+	$(addsuffix /amd64, debian/stretch debian/buster debian/bullseye ubuntu/xenial ubuntu/bionic ubuntu/focal) \
+	$(addsuffix /i386,  debian/stretch debian/buster debian/bullseye ubuntu/xenial ubuntu/bionic) \
+	$(addsuffix /armhf, debian/stretch debian/buster debian/bullseye)
 
 # Where we upload the final results (if we do)
 



More information about the Commits mailing list