Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6f67a00498abf8f0b29c2cecfce188c70be309d0
Commit:     6f67a00498abf8f0b29c2cecfce188c70be309d0
Parent:     e9e40e143cf3eecc76b98f3e89db9d234e14b2be
Author:     [EMAIL PROTECTED] <[EMAIL PROTECTED]>
AuthorDate: Wed Aug 29 07:57:41 2007 -0700
Committer:  Sam Ravnborg <[EMAIL PROTECTED](none)>
CommitDate: Thu Oct 18 15:15:53 2007 +0200

    kbuild: make deb-pkg - add 'Provides:' line
    
    http://bugzilla.kernel.org/show_bug.cgi?id=8941
    
    Current Debian's kernel-modules depend on matching linux-image-$version, 
though
    Linux's make deb-pkg build a .deb that 'Provides: kernel-image-$version' 
only.
    The following patch adds the Debian-compliant 'Provides', leaving the 
default
    one; hopely this will make way all happy.
    
    Signed-off-by: paolo <[EMAIL PROTECTED]>
    Signed-off-by: Sam Ravnborg <[EMAIL PROTECTED]>
---
 scripts/package/builddeb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/scripts/package/builddeb b/scripts/package/builddeb
index 6edb29f..0f657b5 100644
--- a/scripts/package/builddeb
+++ b/scripts/package/builddeb
@@ -83,6 +83,7 @@ Maintainer: $name
 Standards-Version: 3.6.1
 
 Package: $packagename
+Provides: kernel-image-$version, linux-image-$version
 Architecture: any
 Description: User Mode Linux kernel, version $version
  User-mode Linux is a port of the Linux kernel to its own system call
@@ -104,6 +105,7 @@ Maintainer: $name
 Standards-Version: 3.6.1
 
 Package: $packagename
+Provides: kernel-image-$version, linux-image-$version
 Architecture: any
 Description: Linux kernel, version $version
  This package contains the Linux kernel, modules and corresponding other
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to