From 3947666c33b39740af97b0f379a54159652c9d68 Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Wed, 1 May 2019 15:33:55 +0200 Subject: Remove hurd-i386, kfreebsd-{i386,amd64} from architectures in sid As announced in https://lists.debian.org/debian-devel/2019/04/msg00207.html hurd-i386 and kfreebsd-{i386,amd64} are going to be moved to debian-ports instead. --- Makefile | 2 +- lib/debian-releases.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9d9a56ea3c..5f9552c62f 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ SECURITY_MIRROR = http://security.debian.org/debian-security jessie_ARCHS = amd64 armel armhf i386 stretch_ARCHS = amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64el s390x buster_ARCHS = amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64el s390x -sid_ARCHS = amd64 arm64 armel armhf hurd-i386 i386 kfreebsd-i386 kfreebsd-amd64 mips mips64el mipsel ppc64el s390x +sid_ARCHS = amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64el s390x # The rest of the file should not need to be edited diff --git a/lib/debian-releases.mk b/lib/debian-releases.mk index a96dc64518..1c7505f6ae 100644 --- a/lib/debian-releases.mk +++ b/lib/debian-releases.mk @@ -9,7 +9,7 @@ MAIN_RELEASES := $(SECURITY_RELEASES) sid define add_main_release = $(1)_MIRROR = $$(MIRROR) $(1)_DIST = $(1) -$(1)_ARCHS ?= amd64 arm64 armel armhf hurd-i386 i386 kfreebsd-i386 kfreebsd-amd64 mips mips64el mipsel ppc64el s390x +$(1)_ARCHS ?= amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64el s390x $(1)_RELEASE = $(1) $(1)_SUBRELEASE = RELEASES += $(1) -- cgit v1.2.3