From 647b681a1331d9baffb37c1fbe2cd9be1bcbe78e Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Sun, 27 Jan 2019 19:42:23 +0100 Subject: [PATCH] Makefile: Reorder architecture list in DEBIAN_PORTS_ARCHES --- Makefile | 2 +- debian/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 37a47b33..7d43c2d2 100755 --- a/Makefile +++ b/Makefile @@ -67,7 +67,7 @@ DEBOOTSTRAP_OPTS=--no-check-gpg endif ## Port architectures need their archive keyring -DEBIAN_PORTS_ARCHES=alpha hppa hurd-i386 m68k ppc64 powerpcspe sh4 sparc64 x32 +DEBIAN_PORTS_ARCHES=alpha hppa hurd-i386 m68k powerpcspe ppc64 sh4 sparc64 x32 ifneq (,$(filter $(DEBIAN_PORTS_ARCHES),$(ARCHES))) export BASE_INCLUDE := $(BASEDIR)/data/debian_ports $(BASE_INCLUDE) endif diff --git a/debian/changelog b/debian/changelog index 0fc4f449..0cc179ab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -35,6 +35,7 @@ debian-cd (3.1.22) UNRELEASED; urgency=medium * Use compressed kernel image by default in boot-hppa. * Rename data/base_include_port_architectures to data/debian_ports. * Makefile: Rename UNRELEASED_PORT_ARCHITECTURES to DEBIAN_PORTS_ARCHES. + * Makefile: Reorder architecture list in DEBIAN_PORTS_ARCHES. [ Holger Levsen ] * Create a debian-edu task to be able to build an offline installation image