aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/package
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2009-04-22 19:11:43 -0400
committerSam Ravnborg <sam@ravnborg.org>2009-06-09 16:37:40 -0400
commit4bf4cd4939975c2f6375443212109dbb8c4e8731 (patch)
tree291303cb1cf4b8af3d6279aabfde8a81f15bd6d2 /scripts/package
parentedec611db0474e90503d46428e4f196d5e30c091 (diff)
kbuild, deb-pkg: improve Source field
The Source: field is defined as the source package in the package archive from which a binary packages are built. As deb-pkg does not generate a source package, we should avoid to use any existing source packages here. 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>
Diffstat (limited to 'scripts/package')
-rw-r--r--scripts/package/builddeb4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/package/builddeb b/scripts/package/builddeb
index 9d464fde0df4..6d3b7e59637f 100644
--- a/scripts/package/builddeb
+++ b/scripts/package/builddeb
@@ -114,7 +114,7 @@ maintainer="$name <$email>"
114 114
115# Generate a simple changelog template 115# Generate a simple changelog template
116cat <<EOF > debian/changelog 116cat <<EOF > debian/changelog
117linux ($packageversion) unstable; urgency=low 117linux-upstream ($packageversion) unstable; urgency=low
118 118
119 * Custom built Linux kernel. 119 * Custom built Linux kernel.
120 120
@@ -143,7 +143,7 @@ EOF
143 143
144# Generate a control file 144# Generate a control file
145cat <<EOF > debian/control 145cat <<EOF > debian/control
146Source: linux 146Source: linux-upstream
147Section: base 147Section: base
148Priority: optional 148Priority: optional
149Maintainer: $maintainer 149Maintainer: $maintainer