aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2022-01-04 09:31:49 -0500
committerRob Austein <sra@hactrn.net>2022-01-04 09:31:49 -0500
commit113241ef1c371cce9d0bb4d92665bfd93c8b5b06 (patch)
tree909a9ddd8517b904630a73c965171c9169c128c3 /Makefile
parent26f21d71459b005679d3a7d3091c741464268227 (diff)
Convert to PyCryptodome, drop ancient releasesHEADmaster
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
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)