diff options
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 |