diff options
author | Frans Pop <elendil@planet.nl> | 2009-04-22 19:11:43 -0400 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2009-06-09 16:37:40 -0400 |
commit | 4bf4cd4939975c2f6375443212109dbb8c4e8731 (patch) | |
tree | 291303cb1cf4b8af3d6279aabfde8a81f15bd6d2 /scripts/package | |
parent | edec611db0474e90503d46428e4f196d5e30c091 (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/builddeb | 4 |
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 |
116 | cat <<EOF > debian/changelog | 116 | cat <<EOF > debian/changelog |
117 | linux ($packageversion) unstable; urgency=low | 117 | linux-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 |
145 | cat <<EOF > debian/control | 145 | cat <<EOF > debian/control |
146 | Source: linux | 146 | Source: linux-upstream |
147 | Section: base | 147 | Section: base |
148 | Priority: optional | 148 | Priority: optional |
149 | Maintainer: $maintainer | 149 | Maintainer: $maintainer |