Package: kernel-package
Version: 10.049
Severity: wishlist
Tags: patch
hello Manoj,
belows patch clones the target to support the newer linux prefix.
while beeing at it change some strings in make-kpkg
with kernel-image too.
there are other references too, but that should be a starter.
best regards
--
maks
--- a/make-kpkg.orig 2006-06-20 21:42:21.000000000 +0200
+++ b/make-kpkg 2006-06-20 21:45:25.000000000 +0200
@@ -286,7 +286,7 @@
=over 2
-If make-kpkg is generating a kernel-image package, perform any actions
+If make-kpkg is generating a linux-image package, perform any actions
necessary for a kernel loaded using initrd. B<NOTE:> in older kernels,
this required a non-standard cramfs initrd patch to the kernel, unless
the mkinitrd configuration was modified not to use cramfs. The patch
@@ -294,7 +294,7 @@
to fix cramfs problems.
This may include extra dependencies, and modifications to maintainer
-scripts. It has no effect when make-kpkg is not making a kernel-image
+scripts. It has no effect when make-kpkg is not making a linux-image
package.(The INITRD_OK variable is now obsolete).
=back
@@ -606,16 +606,24 @@
"debian" => 1,
"kernel_source" => 3,
"kernel-source" => 3,
+ "linux_source" => 3,
+ "linux-source" => 3,
"kernel_headers" => 3,
"kernel-headers" => 3,
+ "linux_headers" => 3,
+ "linux-headers" => 3,
"kernel-manual" => 3,
"kernel_manual" => 3,
"libc-kheaders" => 3,
"kernel_doc" => 3,
"kernel-doc" => 3,
+ "linux_doc" => 3,
+ "linux-doc" => 3,
"binary-arch" => 2,
"kernel_image" => 3,
"kernel-image" => 3,
+ "linux_image" => 3,
+ "linux-image" => 3,
"build" => 4,
"modules" => 1,
"modules_image" => 1,
--- a/kernel/ruleset/local.mk.orig 2006-06-20 21:40:58.000000000 +0200
+++ b/kernel/ruleset/local.mk 2006-06-20 21:44:55.000000000 +0200
@@ -148,7 +148,7 @@
# For the following, that means that we must make sure that the configure and
# corresponding build targets are all done before the packages are built.
-kernel-source kernel_source: stamp-configure stamp-build-indep
stamp-kernel-source
+linux-source linux_source kernel-source kernel_source: stamp-configure
stamp-build-indep stamp-kernel-source
$(REASON)
@echo "This is kernel package version $(kpkg_version)."
@@ -167,7 +167,7 @@
echo done > $@
STAMPS_TO_CLEAN += stamp-kernel-manual
-kernel-doc kernel_doc: stamp-configure stamp-build-indep
stamp-kernel-doc
+linux-doc linux_doc kernel-doc kernel_doc: stamp-configure
stamp-build-indep stamp-kernel-doc
$(REASON)
@echo "This is kernel package version $(kpkg_version)."
stamp-kernel-doc: install/$(d_package) binary/$(d_package)
@@ -176,7 +176,7 @@
echo done > $@
STAMPS_TO_CLEAN += stamp-kernel-doc
-kernel-headers kernel_headers: stamp-configure debian/stamp-prepare
stamp-kernel-headers
+linux-headers linux_headers kernel-headers kernel_headers: stamp-configure
debian/stamp-prepare stamp-kernel-headers
$(REASON)
@echo "This is kernel package version $(kpkg_version)."
stamp-kernel-headers: install/$(h_package) binary/$(h_package)
@@ -185,7 +185,7 @@
echo done > $@
STAMPS_TO_CLEAN += stamp-kernel-headers
-kernel-image kernel_image: stamp-configure debian/stamp-build-kernel
stamp-kernel-image
+linux-image linux_image kernel-image kernel_image: stamp-configure
debian/stamp-build-kernel stamp-kernel-image
$(REASON)
@echo "This is kernel package version $(kpkg_version)."
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Versions of packages kernel-package depends on:
ii dpkg 1.13.21 package maintenance system for Deb
ii dpkg-dev 1.13.21 package building tools for Debian
ii file 4.17-1 Determines file type using "magic"
ii gcc [c-compiler] 4:4.0.3-4 The GNU C compiler
ii gcc-3.3 [c-compiler] 1:3.3.6-13 The GNU C compiler
ii gcc-3.4 [c-compiler] 3.4.6-1 The GNU C compiler
ii gcc-4.0 [c-compiler] 4.0.3-3 The GNU C compiler
ii gettext 0.14.5-4 GNU Internationalization utilities
ii make 3.81-2 The GNU version of the "make" util
ii perl 5.8.8-4 Larry Wall's Practical Extraction
ii po-debconf 1.0.2 manage translated Debconf template
Versions of packages kernel-package recommends:
ii bzip2 1.0.3-2 high-quality block-sorting file co
ii libc6-dev [libc-dev] 2.3.6-13 GNU C Library: Development Librari
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]