[kernel] r14694 - dists/trunk/linux-2.6/debian

Bastian Blank waldi at alioth.debian.org
Sat Nov 28 14:32:28 UTC 2009


Author: waldi
Date: Sat Nov 28 14:32:25 2009
New Revision: 14694

Log:
* debian/changelog: Update.
* debian/rules.real: Move contents of linux-support package to /usr/share.

Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/rules.real

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	Fri Nov 27 16:55:41 2009	(r14693)
+++ dists/trunk/linux-2.6/debian/changelog	Sat Nov 28 14:32:25 2009	(r14694)
@@ -12,6 +12,7 @@
   * [powerpc] Properly enable Apple PMU battery.
   * [mips/mipsel] Drop remaining OSS drivers.
   * [powerpc] Enable PCIe support.
+  * Move contents of linux-support package to /usr/share.
 
  -- Martin Michlmayr <tbm at cyrius.com>  Sun, 22 Nov 2009 13:56:12 +0000
 

Modified: dists/trunk/linux-2.6/debian/rules.real
==============================================================================
--- dists/trunk/linux-2.6/debian/rules.real	Fri Nov 27 16:55:41 2009	(r14693)
+++ dists/trunk/linux-2.6/debian/rules.real	Sat Nov 28 14:32:25 2009	(r14694)
@@ -289,7 +289,7 @@
 install-support: PACKAGE_NAME = linux-support-$(UPSTREAMVERSION)$(ABINAME)
 install-support: DH_OPTIONS = -p$(PACKAGE_NAME)
 install-support: PACKAGE_DIR = debian/$(PACKAGE_NAME)
-install-support: PACKAGE_ROOT = /usr/src/$(PACKAGE_NAME)
+install-support: PACKAGE_ROOT = /usr/share/$(PACKAGE_NAME)
 install-support:
 	dh_testdir
 	dh_testroot
@@ -299,7 +299,8 @@
 	cp debian/lib/python/debian_linux/*.py $(PACKAGE_DIR)$(PACKAGE_ROOT)/lib/python/debian_linux
 	cp debian/modules/* $(PACKAGE_DIR)$(PACKAGE_ROOT)/modules
 	chmod a+x $(PACKAGE_DIR)$(PACKAGE_ROOT)/modules/gencontrol.py
-	dh_pycentral /usr/src/$(PACKAGE_NAME)/lib/python
+	dh_pycentral $(PACKAGE_ROOT)/lib/python
+	dh_link $(PACKAGE_ROOT) /usr/src/$(PACKAGE_NAME)
 	+$(MAKE_SELF) install-base
 
 install-image_$(ARCH)_$(FEATURESET)_$(FLAVOUR)_$(TYPE): REAL_VERSION = $(UPSTREAMVERSION)$(ABINAME)$(LOCALVERSION)



More information about the Kernel-svn-changes mailing list