* debian/changelog: Update.

* debian/rules.real: Use dh_link.

svn path=/dists/sid/linux-2.6/; revision=15660
This commit is contained in:
Bastian Blank 2010-05-11 19:19:48 +00:00
parent ff12f60bcc
commit 34a62b4228
2 changed files with 7 additions and 2 deletions

3
debian/changelog vendored
View File

@ -30,6 +30,9 @@ linux-2.6 (2.6.32-13) UNRELEASED; urgency=low
* backport MIPS FPU emulator: allow Cause bits of FCSR to be writeable
by ctc1. (closes: #580602).
[ Bastian Blank ]
* Fix symlinks in several packages.
-- Frederik Schüler <fs@debian.org> Wed, 05 May 2010 17:54:01 +0200
linux-2.6 (2.6.32-12) unstable; urgency=low

6
debian/rules.real vendored
View File

@ -217,7 +217,9 @@ install-headers_$(ARCH)_$(FEATURESET): $(STAMPS_DIR)/source_$(ARCH)_$(FEATURESET
| \
cpio -pd --preserve-modification-time '$(CURDIR)/$(DIR)'
ln -s /usr/lib/$(PACKAGE_NAME_KBUILD)/{Kbuild,scripts} $(DIR)
dh_link \
/usr/lib/$(PACKAGE_NAME_KBUILD)/Kbuild $(BASE_DIR)/Kbuild \
/usr/lib/$(PACKAGE_NAME_KBUILD)/scripts $(BASE_DIR)/scripts
+$(MAKE_SELF) install-base
@ -262,7 +264,7 @@ endif
@echo '$$(cmd) %/: all' >> $(DIR)/Makefile
@echo ' @:' >> $(DIR)/Makefile
ln -s /usr/lib/$(PACKAGE_NAME_KBUILD)/scripts $(DIR)
dh_link /usr/lib/$(PACKAGE_NAME_KBUILD)/scripts $(BASE_DIR)/scripts
mkdir -p $(PACKAGE_DIR)/lib/modules/$(REAL_VERSION)
ln -s /usr/src/$(PACKAGE_NAME) $(PACKAGE_DIR)/lib/modules/$(REAL_VERSION)/build