Skip to content

Commit

Permalink
ODROID: fix the source package name to 'linux-X.Y.Z-odroid' from 'lin…
Browse files Browse the repository at this point in the history
…ux-upstream'

Change-Id: Id77d2be18c03c2510e5c480f3e3d46e0bcf10e55
Signed-off-by: Dongjin Kim <[email protected]>
  • Loading branch information
tobetter committed Apr 1, 2018
1 parent 8323c22 commit 9e45cd9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
linux-3.16.56-odroid (3.16.56-0) experimental; urgency=low
linux-3.16.56-odroid (3.16.56) unstable; urgency=low

* Custom built Linux kernel.

-- Dongjin Kim <[email protected]> Fri, 30 Mar 2018 05:53:10 -0400
-- Dongjin Kim <[email protected]> Sat, 31 Mar 2018 23:45:33 -0400
5 changes: 3 additions & 2 deletions scripts/package/builddeb
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ maintainer="$name <$email>"

# Generate a simple changelog template
cat <<EOF > debian/changelog
linux-upstream ($packageversion) unstable; urgency=low
linux-$packageversion-odroid ($packageversion) unstable; urgency=low
* Custom built Linux kernel.
Expand Down Expand Up @@ -261,10 +261,11 @@ EOF

# Generate a control file
cat <<EOF > debian/control
Source: linux-upstream
Source: linux-$packageversion-odroid
Section: kernel
Priority: optional
Maintainer: $maintainer
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]
Standards-Version: 3.8.4
Homepage: http://www.kernel.org/
EOF
Expand Down

0 comments on commit 9e45cd9

Please sign in to comment.