Rename data/base_include_port_architectures to data/debian_ports

This commit is contained in:
John Paul Adrian Glaubitz 2019-01-27 19:32:40 +01:00
parent 1365f6dfc8
commit f4bcefa9dd
3 changed files with 2 additions and 1 deletions

View File

@ -69,7 +69,7 @@ endif
## Port architectures need their archive keyring ## Port architectures need their archive keyring
UNRELEASED_PORT_ARCHITECTURES=alpha hppa hurd-i386 m68k ppc64 powerpcspe sh4 sparc64 x32 UNRELEASED_PORT_ARCHITECTURES=alpha hppa hurd-i386 m68k ppc64 powerpcspe sh4 sparc64 x32
ifneq (,$(filter $(UNRELEASED_PORT_ARCHITECTURES),$(ARCHES))) ifneq (,$(filter $(UNRELEASED_PORT_ARCHITECTURES),$(ARCHES)))
export BASE_INCLUDE := $(BASEDIR)/data/base_include_port_architectures $(BASE_INCLUDE) export BASE_INCLUDE := $(BASEDIR)/data/debian_ports $(BASE_INCLUDE)
endif endif
## Internal variables ## Internal variables

1
debian/changelog vendored
View File

@ -33,6 +33,7 @@ debian-cd (3.1.22) UNRELEASED; urgency=medium
[ John Paul Adrian Glaubitz ] [ John Paul Adrian Glaubitz ]
* Use compressed kernel image by default in boot-hppa. * Use compressed kernel image by default in boot-hppa.
* Rename data/base_include_port_architectures to data/debian_ports.
[ Holger Levsen ] [ Holger Levsen ]
* Create a debian-edu task to be able to build an offline installation image * Create a debian-edu task to be able to build an offline installation image