Skip to content

Commit 9e45cd9

Browse files
committed
ODROID: fix the source package name to 'linux-X.Y.Z-odroid' from 'linux-upstream'
Change-Id: Id77d2be18c03c2510e5c480f3e3d46e0bcf10e55 Signed-off-by: Dongjin Kim <[email protected]>
1 parent 8323c22 commit 9e45cd9

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

debian/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
linux-3.16.56-odroid (3.16.56-0) experimental; urgency=low
1+
linux-3.16.56-odroid (3.16.56) unstable; urgency=low
22

33
* Custom built Linux kernel.
44

5-
-- Dongjin Kim <[email protected]> Fri, 30 Mar 2018 05:53:10 -0400
5+
-- Dongjin Kim <[email protected]> Sat, 31 Mar 2018 23:45:33 -0400

scripts/package/builddeb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ maintainer="$name <$email>"
232232

233233
# Generate a simple changelog template
234234
cat <<EOF > debian/changelog
235-
linux-upstream ($packageversion) unstable; urgency=low
235+
linux-$packageversion-odroid ($packageversion) unstable; urgency=low
236236
237237
* Custom built Linux kernel.
238238
@@ -261,10 +261,11 @@ EOF
261261

262262
# Generate a control file
263263
cat <<EOF > debian/control
264-
Source: linux-upstream
264+
Source: linux-$packageversion-odroid
265265
Section: kernel
266266
Priority: optional
267267
Maintainer: $maintainer
268+
Build-Depends: asciidoc-base | asciidoc, autoconf, automake, bc, bison, cpio, debhelper, dh-exec, dh-python, flex | flex:native, kernel-wedge, kmod, libaudit-dev, libbabeltrace-ctf-dev, libbabeltrace-dev, libdw-dev, libelf-dev, libglib2.0-dev, libiberty-dev, libnewt-dev, libnuma-dev [arm64], libpci-dev, libperl-dev, libssl-dev, libssl-dev:native, libtool, libudev-dev, libunwind8-dev [armhfarm64], libwrap0-dev, openssl, python-dev, python3:any, quilt, rsync, xmlto, xz-utils, gcc-6 [arm64 armhf]
268269
Standards-Version: 3.8.4
269270
Homepage: http://www.kernel.org/
270271
EOF

0 commit comments

Comments
 (0)