kbuild, deb-pkg: improve changelog entry and package descriptions
Signed-off-by: Frans Pop <elendil@planet.nl> Acked-by: maximilian attems <max@stro.at> Cc: Andres Salomon <dilinger@debian.org> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
This commit is contained in:
@@ -98,7 +98,7 @@ name="Kernel Compiler <$(id -nu)@$(hostname -f)>"
|
|||||||
cat <<EOF > debian/changelog
|
cat <<EOF > debian/changelog
|
||||||
linux ($packageversion) unstable; urgency=low
|
linux ($packageversion) unstable; urgency=low
|
||||||
|
|
||||||
* A standard release
|
* Custom built Linux kernel.
|
||||||
|
|
||||||
-- $name $(date -R)
|
-- $name $(date -R)
|
||||||
EOF
|
EOF
|
||||||
@@ -126,7 +126,7 @@ Description: User Mode Linux kernel, version $version
|
|||||||
many other things.
|
many other things.
|
||||||
.
|
.
|
||||||
This package contains the Linux kernel, modules and corresponding other
|
This package contains the Linux kernel, modules and corresponding other
|
||||||
files version $version
|
files, version: $version.
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
else
|
else
|
||||||
@@ -138,7 +138,7 @@ Suggests: $fwpackagename
|
|||||||
Architecture: any
|
Architecture: any
|
||||||
Description: Linux kernel, version $version
|
Description: Linux kernel, version $version
|
||||||
This package contains the Linux kernel, modules and corresponding other
|
This package contains the Linux kernel, modules and corresponding other
|
||||||
files version $version
|
files, version: $version.
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
fi
|
fi
|
||||||
@@ -152,7 +152,7 @@ if [ -e "$tmpdir/lib/firmware" ]; then
|
|||||||
Package: $fwpackagename
|
Package: $fwpackagename
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Description: Linux kernel firmware, version $version
|
Description: Linux kernel firmware, version $version
|
||||||
This package contains firmware from the Linux kernel, version $version
|
This package contains firmware from the Linux kernel, version $version.
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
create_package "$fwpackagename" "$fwdir"
|
create_package "$fwpackagename" "$fwdir"
|
||||||
|
Reference in New Issue
Block a user