Makefile: Rephrase comment on package list for Debian Ports
This commit is contained in:
parent
647b681a13
commit
e49d1c1966
2
Makefile
2
Makefile
|
@ -66,7 +66,7 @@ ifndef DEBOOTSTRAP_OPTS
|
|||
DEBOOTSTRAP_OPTS=--no-check-gpg
|
||||
endif
|
||||
|
||||
## Port architectures need their archive keyring
|
||||
## Additional packages required for Debian Ports
|
||||
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)
|
||||
|
|
|
@ -36,6 +36,7 @@ debian-cd (3.1.22) UNRELEASED; urgency=medium
|
|||
* 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.
|
||||
* Makefile: Rephrase comment on package list for Debian Ports.
|
||||
|
||||
[ Holger Levsen ]
|
||||
* Create a debian-edu task to be able to build an offline installation image
|
||||
|
|
Loading…
Reference in New Issue