From 113241ef1c371cce9d0bb4d92665bfd93c8b5b06 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 4 Jan 2022 09:31:49 -0500 Subject: Convert to PyCryptodome, drop ancient releases Debian Stretch and Ubuntu Xenial are pretty old and would be dropped soon anyway, but the main reason for dropping them now is so that the last set of binary packages we provide for them will predate the change from PyCrypto to PyCryptodome. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9c6ae9f..e5dcfc1 100644 --- a/Makefile +++ b/Makefile @@ -42,9 +42,9 @@ REPO_UMASK := 002 PBUILDER_BASE := ${HOME}/pbuilder PBUILDER_TARGETS := \ - $(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) + $(addsuffix /amd64, debian/buster debian/bullseye ubuntu/bionic ubuntu/focal) \ + $(addsuffix /i386, debian/buster debian/bullseye ubuntu/bionic) \ + $(addsuffix /armhf, debian/buster debian/bullseye) # Where we upload the final results (if we do) -- cgit v1.2.3