aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2009-04-22 19:10:25 -0400
committerSam Ravnborg <sam@ravnborg.org>2009-06-09 16:37:38 -0400
commita83ca2777f7f28e365de7c87903bad5e928f87ad (patch)
tree9f984943969eaa7bb07c267307dbe24300fbb53f
parentfe233cb6bfd36fcf5a36bbde7fa116d8ab5f4301 (diff)
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>
-rw-r--r--scripts/package/builddeb8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/package/builddeb b/scripts/package/builddeb
index c01f81287ce6..0449147af066 100644
--- a/scripts/package/builddeb
+++ b/scripts/package/builddeb
@@ -98,7 +98,7 @@ name="Kernel Compiler <$(id -nu)@$(hostname -f)>"
98cat <<EOF > debian/changelog 98cat <<EOF > debian/changelog
99linux ($packageversion) unstable; urgency=low 99linux ($packageversion) unstable; urgency=low
100 100
101 * A standard release 101 * Custom built Linux kernel.
102 102
103 -- $name $(date -R) 103 -- $name $(date -R)
104EOF 104EOF
@@ -126,7 +126,7 @@ Description: User Mode Linux kernel, version $version
126 many other things. 126 many other things.
127 . 127 .
128 This package contains the Linux kernel, modules and corresponding other 128 This package contains the Linux kernel, modules and corresponding other
129 files version $version 129 files, version: $version.
130EOF 130EOF
131 131
132else 132else
@@ -138,7 +138,7 @@ Suggests: $fwpackagename
138Architecture: any 138Architecture: any
139Description: Linux kernel, version $version 139Description: Linux kernel, version $version
140 This package contains the Linux kernel, modules and corresponding other 140 This package contains the Linux kernel, modules and corresponding other
141 files version $version 141 files, version: $version.
142EOF 142EOF
143 143
144fi 144fi
@@ -152,7 +152,7 @@ if [ -e "$tmpdir/lib/firmware" ]; then
152Package: $fwpackagename 152Package: $fwpackagename
153Architecture: all 153Architecture: all
154Description: Linux kernel firmware, version $version 154Description: Linux kernel firmware, version $version
155 This package contains firmware from the Linux kernel, version $version 155 This package contains firmware from the Linux kernel, version $version.
156EOF 156EOF
157 157
158 create_package "$fwpackagename" "$fwdir" 158 create_package "$fwpackagename" "$fwdir"