aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2018-09-11 16:53:13 +0100
committerBen Hutchings <ben@decadent.org.uk>2018-09-13 01:53:05 +0100
commitb100ac012c1860b7fed6dd5322afc49edd6d7983 (patch)
tree9682759f32fe599376113964bb2ea051486e7125 /debian
parent26224f8bb88d96d9cbe261277fc4713f611d70b1 (diff)
downloadkernel_replicant_linux-b100ac012c1860b7fed6dd5322afc49edd6d7983.tar.gz
kernel_replicant_linux-b100ac012c1860b7fed6dd5322afc49edd6d7983.tar.bz2
kernel_replicant_linux-b100ac012c1860b7fed6dd5322afc49edd6d7983.zip
linux-headers: Stop linking the doc directory, which is not binNMU-safe
Since the linux-headers-common package was changed to be architecture-independent, it won't include any binNMU changelog fragment that should be installed for a per-flavour linux-headers package.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/rules.real4
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 9ea9404e2f65..915edecb1217 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ linux (4.18.6-2) UNRELEASED; urgency=medium
* [x86] wireless: Enable R8822BE as module (Closes: #908330)
* Move all patch generation scripts to debian/bin
* [rt] genpatch-rt: Store patches and series file in debian/patches-rt
+ * linux-headers: Stop linking the doc directory, which is not binNMU-safe
[ Salvatore Bonaccorso ]
* mac80211: don't update the PM state of a peer upon a multicast frame
diff --git a/debian/rules.real b/debian/rules.real
index 422393a2897e..f7b5cbe5d7d9 100644
--- a/debian/rules.real
+++ b/debian/rules.real
@@ -229,7 +229,7 @@ endif
install-base:
ifeq (,$(filter nodoc,$(DEB_BUILD_PROFILES)))
- dh_installdocs $(INSTALLDOCS_ARGS)
+ dh_installdocs
endif
dh_installchangelogs
dh_compress
@@ -366,7 +366,7 @@ install-headers_$(ARCH)_$(FEATURESET)_$(FLAVOUR): $(STAMPS_DIR)/build_$(ARCH)_$(
ln -s /usr/src/$(PACKAGE_NAME) $(PACKAGE_DIR)/lib/modules/$(REAL_VERSION)/build
ln -s /usr/src/$(PACKAGE_NAME_COMMON) $(PACKAGE_DIR)/lib/modules/$(REAL_VERSION)/source
- +$(MAKE_SELF) install-base INSTALLDOCS_ARGS="--link-doc=$(PACKAGE_NAME_COMMON)"
+ +$(MAKE_SELF) install-base
install-libc-dev_$(ARCH): PACKAGE_NAME = linux-libc-dev
install-libc-dev_$(ARCH): DH_OPTIONS = -p$(PACKAGE_NAME)