* debian/changelog: Update.

* debian/rules.real: Move contents of linux-kbuild package to /usr/lib.

svn path=/dists/trunk/linux-kbuild-2.6/; revision=14765
This commit is contained in:
Bastian Blank 2009-12-09 12:02:25 +00:00
parent 56ee2c379e
commit 2577008fa1
2 changed files with 6 additions and 1 deletions

4
debian/changelog vendored
View File

@ -1,8 +1,12 @@
linux-kbuild-2.6 (2.6.32-1) UNRELEASED; urgency=low
[ Ben Hutchings ]
* New upstream version. (closes: #560090)
* Include new script module-common.lds, thanks to Zoran Dzelajlija.
[ Bastian Blank ]
* Move contents of linux-kbuild package to /usr/lib.
-- Ben Hutchings <ben@decadent.org.uk> Wed, 02 Dec 2009 21:40:48 +0000
linux-kbuild-2.6 (2.6.31.2-1) unstable; urgency=low

3
debian/rules.real vendored
View File

@ -17,7 +17,7 @@ $(STAMPS_DIR)/build:
install-kbuild: PACKAGE_NAME = linux-kbuild-$(VERSION)
install-kbuild: DH_OPTIONS = -p$(PACKAGE_NAME)
install-kbuild: BASE_DIR = /usr/src/$(PACKAGE_NAME)
install-kbuild: BASE_DIR = /usr/lib/$(PACKAGE_NAME)
install-kbuild: SOURCE_DIR = $(BUILD_DIR)/build
install-kbuild: DIR = $(CURDIR)/debian/$(PACKAGE_NAME)/$(BASE_DIR)
install-kbuild: $(STAMPS_DIR)/build
@ -25,6 +25,7 @@ install-kbuild: $(STAMPS_DIR)/build
dh_testroot
dh_clean -k -d
$(MAKE) -C $(SOURCE_DIR) install prefix=$(DIR) top_srcdir=$(CURDIR)
dh_link $(BASE_DIR) /usr/src/$(PACKAGE_NAME)
dh_installchangelogs
dh_installdocs
dh_strip