[kernel] r17578 - dists/trunk/linux-latest-2.6/debian

Ben Hutchings benh at alioth.debian.org
Thu Jun 2 03:37:04 UTC 2011


Author: benh
Date: Thu Jun  2 03:37:02 2011
New Revision: 17578

Log:
Duplicate and adjust rules for linux-{doc,source,tools}{,-2.6}

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

Modified: dists/trunk/linux-latest-2.6/debian/rules.real
==============================================================================
--- dists/trunk/linux-latest-2.6/debian/rules.real	Thu Jun  2 03:25:31 2011	(r17577)
+++ dists/trunk/linux-latest-2.6/debian/rules.real	Thu Jun  2 03:37:02 2011	(r17578)
@@ -11,6 +11,9 @@
 binary-indep: install-doc
 binary-indep: install-source
 binary-indep: install-tools
+binary-indep: install-doc-2.6
+binary-indep: install-source-2.6
+binary-indep: install-tools-2.6
 
 install-base:
 	dh_bugfiles
@@ -30,20 +33,38 @@
 	dh_prep
 	$(MAKE) -f debian/rules.real install-base
 
-install-doc: PACKAGE_NAME = linux-doc-2.6
+install-doc: PACKAGE_NAME = linux-doc
 install-doc: DH_OPTIONS = -p$(PACKAGE_NAME)
 install-doc:
 	dh_prep
-	$(MAKE) -f debian/rules.real install-base GENCONTROL_ARGS=$(patsubst -v%,-v1:%,$(GENCONTROL_ARGS))
+	$(MAKE) -f debian/rules.real install-base
 
-install-source: PACKAGE_NAME = linux-source-2.6
+install-source: PACKAGE_NAME = linux-source
 install-source: DH_OPTIONS = -p$(PACKAGE_NAME)
 install-source:
 	dh_prep
-	$(MAKE) -f debian/rules.real install-base GENCONTROL_ARGS=$(patsubst -v%,-v1:%,$(GENCONTROL_ARGS))
+	$(MAKE) -f debian/rules.real install-base
 
-install-tools: PACKAGE_NAME = linux-tools-2.6
+install-tools: PACKAGE_NAME = linux-tools
 install-tools: DH_OPTIONS = -p$(PACKAGE_NAME)
 install-tools:
 	dh_prep
 	$(MAKE) -f debian/rules.real install-base
+
+install-doc-2.6: PACKAGE_NAME = linux-doc-2.6
+install-doc-2.6: DH_OPTIONS = -p$(PACKAGE_NAME)
+install-doc-2.6:
+	dh_prep
+	$(MAKE) -f debian/rules.real install-base GENCONTROL_ARGS=$(patsubst -v%,-v1:%,$(GENCONTROL_ARGS))
+
+install-source-2.6: PACKAGE_NAME = linux-source-2.6
+install-source-2.6: DH_OPTIONS = -p$(PACKAGE_NAME)
+install-source-2.6:
+	dh_prep
+	$(MAKE) -f debian/rules.real install-base GENCONTROL_ARGS=$(patsubst -v%,-v1:%,$(GENCONTROL_ARGS))
+
+install-tools-2.6: PACKAGE_NAME = linux-tools-2.6
+install-tools-2.6: DH_OPTIONS = -p$(PACKAGE_NAME)
+install-tools-2.6:
+	dh_prep
+	$(MAKE) -f debian/rules.real install-base



More information about the Kernel-svn-changes mailing list