From 2b5668bad8d5244db949874ce8c5c747e1b9327d Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sun, 10 Apr 2016 00:24:58 +0100 Subject: [PATCH] linux-support: Include udeb configuration from debian/installer This will be used by the linux-signed package. --- debian/changelog | 2 ++ debian/rules.real | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 6a2bb3c1c..41814b1ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -230,6 +230,8 @@ linux (4.5.1-1~exp1) UNRELEASED; urgency=medium - certs: Set SYSTEM_TRUSTED_KEYS to my own personal certificate to support initial testing of signed modules * Disable UNUSED_SYMBOLS; it is now itself unused + * linux-support: Include udeb configuration from debian/installer for use + by the linux-signed package [ Aurelien Jarno ] * [mipsel/mips/config.loongson-2f] Disable VIDEO_CX23885, VIDEO_IVTV, diff --git a/debian/rules.real b/debian/rules.real index 0d04011f8..c9b44a230 100644 --- a/debian/rules.real +++ b/debian/rules.real @@ -354,6 +354,7 @@ install-support: dh_prep dh_installdirs $(PACKAGE_ROOT)/lib/python/debian_linux $(PACKAGE_ROOT)/modules cp debian/config.defines.dump $(PACKAGE_DIR)$(PACKAGE_ROOT) + cp -R debian/installer $(PACKAGE_DIR)$(PACKAGE_ROOT)/installer cp debian/lib/python/debian_linux/*.py $(PACKAGE_DIR)$(PACKAGE_ROOT)/lib/python/debian_linux dh_python3 dh_link $(PACKAGE_ROOT) /usr/src/$(PACKAGE_NAME)