* debian/changelog: Update.

* debian/rules.real:
  Symlink doc directory from linux-headers to linux-headers-common.

svn path=/dists/trunk/linux/; revision=20566
This commit is contained in:
Bastian Blank 2013-09-05 12:18:24 +00:00
parent 9d0524f921
commit 9cef8b615d
2 changed files with 5 additions and 2 deletions

3
debian/changelog vendored
View File

@ -43,6 +43,9 @@ linux (3.11-1~exp1) UNRELEASED; urgency=low
* bluetooth: Disable BT_HCIBTUART; the serial_cs and hci_uart drivers
should be used instead
[ Bastian Blank ]
* Symlink doc directory in linux-headers packages.
-- Ben Hutchings <ben@decadent.org.uk> Sun, 01 Sep 2013 18:45:47 +0100
linux (3.11~rc7-1~exp1) experimental; urgency=low

4
debian/rules.real vendored
View File

@ -164,8 +164,8 @@ $(STAMPS_DIR)/build-doc: $(STAMPS_DIR)/source
@$(stamp)
install-base:
dh_installdocs $(INSTALLDOCS_ARGS)
dh_installchangelogs
dh_installdocs
dh_strip
dh_compress
dh_fixperms
@ -287,7 +287,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
+$(MAKE_SELF) install-base INSTALLDOCS_ARGS="--link-doc=$(PACKAGE_NAME_COMMON)"
install-libc-dev_$(ARCH): PACKAGE_NAME = linux-libc-dev
install-libc-dev_$(ARCH): DH_OPTIONS = -p$(PACKAGE_NAME)