mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-25 08:11:45 +00:00
40 lines
1.6 KiB
Diff
40 lines
1.6 KiB
Diff
diff --git a/scripts/package/builddeb b/scripts/package/builddeb
|
|
index bfbcb7a..f532f95
|
|
--- a/scripts/package/builddeb
|
|
+++ b/scripts/package/builddeb
|
|
@@ -300,7 +300,7 @@ ftp://ftp.kernel.org/pub/linux/kernel
|
|
Copyright: 1991 - 2009 Linus Torvalds and others.
|
|
|
|
The git repository for mainline kernel development is at:
|
|
-git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
|
|
+git://git.kernel.org
|
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
@@ -324,7 +324,7 @@ if [ "$ARCH" = "um" ]; then
|
|
cat <<EOF >> debian/control
|
|
|
|
Package: $packagename
|
|
-Provides: linux-image, linux-image-2.6, linux-modules-$version
|
|
+Provides: linux-image, linux-image-$version, linux-modules-$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
|
|
@@ -341,7 +341,7 @@ else
|
|
cat <<EOF >> debian/control
|
|
|
|
Package: $packagename
|
|
-Provides: linux-image, linux-image-2.6, linux-modules-$version
|
|
+Provides: linux-image, linux-image-$version, linux-modules-$version
|
|
Suggests: $fwpackagename
|
|
Architecture: any
|
|
Description: Linux kernel, version $version
|
|
@@ -370,7 +370,7 @@ olddir="$(pwd)"; cd "$destdir"; make M=scripts clean; cd $olddir
|
|
cat <<EOF >> debian/control
|
|
|
|
Package: $kernel_headers_packagename
|
|
-Provides: linux-headers, linux-headers-2.6
|
|
+Provides: linux-headers, linux-headers-$version
|
|
Architecture: any
|
|
Description: Linux kernel headers for $KERNELRELEASE on \${kernel:debarch}
|
|
This package provides kernel header files for $KERNELRELEASE on \${kernel:debarch}
|