Makefile: Add ia64, powerpc, riscv64 and sparc to DEBIAN_PORTS_ARCHES

This commit is contained in:
John Paul Adrian Glaubitz 2019-01-27 19:45:33 +01:00
parent e49d1c1966
commit 57cae18914
2 changed files with 2 additions and 1 deletions

View File

@ -67,7 +67,7 @@ DEBOOTSTRAP_OPTS=--no-check-gpg
endif
## Additional packages required for Debian Ports
DEBIAN_PORTS_ARCHES=alpha hppa hurd-i386 m68k powerpcspe ppc64 sh4 sparc64 x32
DEBIAN_PORTS_ARCHES=alpha hppa ia64 hurd-i386 m68k powerpc powerpcspe ppc64 riscv64 sh4 sparc sparc64 x32
ifneq (,$(filter $(DEBIAN_PORTS_ARCHES),$(ARCHES)))
export BASE_INCLUDE := $(BASEDIR)/data/debian_ports $(BASE_INCLUDE)
endif

1
debian/changelog vendored
View File

@ -37,6 +37,7 @@ debian-cd (3.1.22) UNRELEASED; urgency=medium
* Makefile: Rename UNRELEASED_PORT_ARCHITECTURES to DEBIAN_PORTS_ARCHES.
* Makefile: Reorder architecture list in DEBIAN_PORTS_ARCHES.
* Makefile: Rephrase comment on package list for Debian Ports.
* Makefile: Add ia64, powerpc, riscv64 and sparc to DEBIAN_PORTS_ARCHES.
[ Holger Levsen ]
* Create a debian-edu task to be able to build an offline installation image