diff options
author | Frans Pop <elendil@planet.nl> | 2009-04-23 01:11:43 +0200 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2009-06-09 22:37:40 +0200 |
commit | 4bf4cd4939975c2f6375443212109dbb8c4e8731 (patch) | |
tree | 291303cb1cf4b8af3d6279aabfde8a81f15bd6d2 /scripts | |
parent | edec611db0474e90503d46428e4f196d5e30c091 (diff) | |
download | talos-op-linux-4bf4cd4939975c2f6375443212109dbb8c4e8731.tar.gz talos-op-linux-4bf4cd4939975c2f6375443212109dbb8c4e8731.zip |
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')
-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>" # Generate a simple changelog template cat <<EOF > debian/changelog -linux ($packageversion) unstable; urgency=low +linux-upstream ($packageversion) unstable; urgency=low * Custom built Linux kernel. @@ -143,7 +143,7 @@ EOF # Generate a control file cat <<EOF > debian/control -Source: linux +Source: linux-upstream Section: base Priority: optional Maintainer: $maintainer |