Skip to content

Commit

Permalink
kbuild, deb-pkg: improve Source field
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Frans Pop authored and Sam Ravnborg committed Jun 9, 2009
1 parent edec611 commit 4bf4cd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/package/builddeb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -143,7 +143,7 @@ EOF

# Generate a control file
cat <<EOF > debian/control
Source: linux
Source: linux-upstream
Section: base
Priority: optional
Maintainer: $maintainer
Expand Down

0 comments on commit 4bf4cd4

Please sign in to comment.