Include debian-ports-archive-keyring on non released architectures
Closes: #865470
This commit is contained in:
parent
14a650a569
commit
b6c7df147a
8
Makefile
8
Makefile
|
@ -66,6 +66,12 @@ ifndef DEBOOTSTRAP_OPTS
|
|||
DEBOOTSTRAP_OPTS=--no-check-gpg
|
||||
endif
|
||||
|
||||
## Port architectures need their archive keyring
|
||||
UNRELEASED_PORT_ARCHITECTURES=alpha hppa hurd-i386 m68k ppc64 powerpcspe sh4 sparc64 x32
|
||||
ifneq (,$(filter $(UNRELEASED_PORT_ARCHITECTURES),$(ARCHES)))
|
||||
export BASE_INCLUDE := $(BASEDIR)/data/base_include_port_architectures $(BASE_INCLUDE)
|
||||
endif
|
||||
|
||||
## Internal variables
|
||||
apt=$(BASEDIR)/tools/apt-selection
|
||||
check_backports_packages=$(BASEDIR)/tools/check_backports_packages
|
||||
|
@ -392,7 +398,7 @@ $(BDIR)/rawlist:
|
|||
$(Q)if [ "$(SOURCEONLY)"x != "yes"x ] ; then \
|
||||
if [ _$(INSTALLER_CD) != _1 ]; then \
|
||||
for ARCH in $(ARCHES_NOSRC); do \
|
||||
BINCLUDE=`[ -n "$(BASE_INCLUDE)" ] && cat $(BASE_INCLUDE) | tr "\n" "," | sed 's!,$$!!g'`; \
|
||||
BINCLUDE=`[ -n "$(BASE_INCLUDE)" ] && cat $(BASE_INCLUDE) | sort -u | tr "\n" "," | sed 's!,$$!!g'`; \
|
||||
[ -z "$$BINCLUDE" ] || BINCLUDE="--include=$$BINCLUDE"; \
|
||||
BEXCLUDE=`[ -n "$(BASE_EXCLUDE)" ] && cat $(BASE_EXCLUDE) | tr "\n" "," | sed 's!,$$!!g'`; \
|
||||
[ -z "$$BEXCLUDE" ] || BEXCLUDE="--exclude=$$BEXCLUDE"; \
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
debian-ports-archive-keyring
|
|
@ -6,6 +6,10 @@ debian-cd (3.1.21) UNRELEASED; urgency=medium
|
|||
network-manager-gnome, synaptic)
|
||||
* Start buster, simply copying stretch for now
|
||||
|
||||
[ JH Chatenet ]
|
||||
* Include debian-ports-archive-keyring on non released architectures
|
||||
Closes: #865470
|
||||
|
||||
-- Steve McIntyre <93sam@debian.org> Mon, 19 Jun 2017 13:59:36 +0100
|
||||
|
||||
debian-cd (3.1.20) unstable; urgency=medium
|
||||
|
|
Loading…
Reference in New Issue