mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-05 22:01:35 +00:00
Cosmetics for proper .deb description
This commit is contained in:
parent
abab50e48f
commit
e305fe4dbc
1 changed files with 22 additions and 0 deletions
22
patch/kernel/sun8i-dev/xpackaging-4.x-DEV-cosmetics.patch
Normal file
22
patch/kernel/sun8i-dev/xpackaging-4.x-DEV-cosmetics.patch
Normal file
|
@ -0,0 +1,22 @@
|
|||
diff --git a/scripts/package/builddeb b/scripts/package/builddeb
|
||||
index 86dc3f8..bc908b3 100755
|
||||
--- a/scripts/package/builddeb
|
||||
+++ b/scripts/package/builddeb
|
||||
@@ -375,7 +375,7 @@ if [ "$ARCH" = "um" ]; then
|
||||
cat <<EOF >> debian/control
|
||||
|
||||
Package: $packagename
|
||||
-Provides: linux-image, linux-image-2.6, linux-modules-$version
|
||||
+Provides: 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
|
||||
@@ -392,7 +392,7 @@ else
|
||||
cat <<EOF >> debian/control
|
||||
|
||||
Package: $packagename
|
||||
-Provides: linux-image, linux-image-2.6, linux-modules-$version
|
||||
+Provides: linux-image-$version, linux-modules-$version
|
||||
Suggests: $fwpackagename
|
||||
Architecture: any
|
||||
Description: Linux kernel, version $version
|
Loading…
Add table
Reference in a new issue