linux-support: Include udeb configuration from debian/installer

This will be used by the linux-signed package.
This commit is contained in:
Ben Hutchings 2016-04-10 00:24:58 +01:00
parent 74940e0a05
commit 2b5668bad8
2 changed files with 3 additions and 0 deletions

2
debian/changelog vendored
View File

@ -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,

1
debian/rules.real vendored
View File

@ -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)