Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a83ca277 authored by Frans Pop's avatar Frans Pop Committed by Sam Ravnborg
Browse files

kbuild, deb-pkg: improve changelog entry and package descriptions



Signed-off-by: default avatarFrans Pop <elendil@planet.nl>
Acked-by: default avatarmaximilian attems <max@stro.at>
Cc: Andres Salomon <dilinger@debian.org>
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent fe233cb6
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@ name="Kernel Compiler <$(id -nu)@$(hostname -f)>"
cat <<EOF > debian/changelog
linux ($packageversion) unstable; urgency=low

  * A standard release
  * Custom built Linux kernel.

 -- $name  $(date -R)
EOF
@@ -126,7 +126,7 @@ Description: User Mode Linux kernel, version $version
 many other things.
 .
 This package contains the Linux kernel, modules and corresponding other
 files version $version
 files, version: $version.
EOF

else
@@ -138,7 +138,7 @@ Suggests: $fwpackagename
Architecture: any
Description: Linux kernel, version $version
 This package contains the Linux kernel, modules and corresponding other
 files version $version
 files, version: $version.
EOF

fi
@@ -152,7 +152,7 @@ if [ -e "$tmpdir/lib/firmware" ]; then
Package: $fwpackagename
Architecture: all
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

	create_package "$fwpackagename" "$fwdir"