We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7acfd05 commit 2984083Copy full SHA for 2984083
scripts/package/builddeb
@@ -232,7 +232,7 @@ maintainer="$name <$email>"
232
233
# Generate a simple changelog template
234
cat <<EOF > debian/changelog
235
-linux-upstream ($packageversion) unstable; urgency=low
+linux-$packageversion-odroid ($packageversion) unstable; urgency=low
236
237
* Custom built Linux kernel.
238
@@ -261,7 +261,7 @@ EOF
261
262
# Generate a control file
263
cat <<EOF > debian/control
264
-Source: linux-upstream
+Source: linux-$packageversion-odroid
265
Section: kernel
266
Priority: optional
267
Maintainer: $maintainer
0 commit comments