[kernel] r14765 - dists/trunk/linux-kbuild-2.6/debian
Bastian Blank
waldi at alioth.debian.org
Wed Dec 9 12:03:51 UTC 2009
Author: waldi
Date: Wed Dec 9 12:02:25 2009
New Revision: 14765
Log:
* debian/changelog: Update.
* debian/rules.real: Move contents of linux-kbuild package to /usr/lib.
Modified:
dists/trunk/linux-kbuild-2.6/debian/changelog
dists/trunk/linux-kbuild-2.6/debian/rules.real
Modified: dists/trunk/linux-kbuild-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-kbuild-2.6/debian/changelog Wed Dec 9 04:21:25 2009 (r14764)
+++ dists/trunk/linux-kbuild-2.6/debian/changelog Wed Dec 9 12:02:25 2009 (r14765)
@@ -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 at decadent.org.uk> Wed, 02 Dec 2009 21:40:48 +0000
linux-kbuild-2.6 (2.6.31.2-1) unstable; urgency=low
Modified: dists/trunk/linux-kbuild-2.6/debian/rules.real
==============================================================================
--- dists/trunk/linux-kbuild-2.6/debian/rules.real Wed Dec 9 04:21:25 2009 (r14764)
+++ dists/trunk/linux-kbuild-2.6/debian/rules.real Wed Dec 9 12:02:25 2009 (r14765)
@@ -17,7 +17,7 @@
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 @@
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
More information about the Kernel-svn-changes
mailing list