Skip to content

Commit 2fd2b6c

Browse files
committed
ODROID: reset the minimal version for some packages in build dependency
debhelper >= 9.0 openssl >= 1.0.2g Signed-off-by: Dongjin Kim <[email protected]>
1 parent 2a95d28 commit 2fd2b6c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

debian/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Priority: optional
44
Maintainer: Debian Kernel Team <[email protected]>
55
Uploaders: Bastian Blank <[email protected]>, maximilian attems <[email protected]>, Ben Hutchings <[email protected]>, Salvatore Bonaccorso <[email protected]>
66
Standards-Version: 4.1.1
7-
Build-Depends: debhelper (>= 10.1~), dh-exec, python3:any, quilt, cpio <!stage1>, xz-utils <!stage1>, dh-python <!stage1>
8-
Build-Depends-Arch: kernel-wedge (>= 2.93~) <!stage1>, kmod <!stage1>, bc <!stage1>, libssl-dev:native <!stage1>, libssl-dev <!stage1 !pkg.linux.notools cross>, openssl (>= 1.1.0-1~) <!stage1>, asciidoc-base <!stage1 !nodoc !pkg.linux.notools>, xmlto <!stage1 !nodoc !pkg.linux.notools>, bison <!stage1>, flex (>= 2.6.1-1.1~) <!stage1>, gcc-multilib [amd64 ppc64 s390x sparc64] <!stage1 !pkg.linux.notools !nopython>, libaudit-dev <!stage1 !pkg.linux.notools !nopython>, libbabeltrace-dev (>= 1.5.0) <!stage1 !pkg.linux.notools !nopython>, libbabeltrace-dev (>= 1.5.3-2~) <!stage1 !pkg.linux.notools !nopython> | libbabeltrace-ctf-dev (>= 1.5.0) <!stage1 !pkg.linux.notools !nopython>, libdw-dev <!stage1 !pkg.linux.notools !nopython>, libelf-dev <!stage1 !pkg.linux.notools !nopython>, libiberty-dev <!stage1 !pkg.linux.notools !nopython>, libnewt-dev <!stage1 !pkg.linux.notools !nopython>, libnuma-dev [amd64 arm64 hppa i386 mips mips64 mips64el mipsel mipsn32 mipsn32el mipsr6 mipsr6el mipsn32r6 mipsn32r6el mips64r6 mips64r6el powerpc powerpcspe ppc64 ppc64el sparc x32] <!stage1 !pkg.linux.notools !nopython>, libperl-dev <!stage1 !pkg.linux.notools !nopython>, libunwind8-dev [amd64 armel armhf arm64 i386] <!stage1 !pkg.linux.notools !nopython>, python-dev <!stage1 !pkg.linux.notools !nopython>, autoconf <!stage1 !pkg.linux.notools>, automake <!stage1 !pkg.linux.notools>, libtool <!stage1 !pkg.linux.notools>, libglib2.0-dev <!stage1 !pkg.linux.notools>, libudev-dev <!stage1 !pkg.linux.notools>, libwrap0-dev <!stage1 !pkg.linux.notools>, rsync <!stage1 !pkg.linux.notools>, libpci-dev <!stage1 !pkg.linux.notools>, gcc-6 [arm64 armhf] <!stage1 !cross>, gcc-6-aarch64-linux-gnu [arm64] <!stage1 cross>, gcc-6-arm-linux-gnueabihf [armhf] <!stage1 cross>
7+
Build-Depends: debhelper (>= 9.0~), dh-exec, python3:any, quilt, cpio <!stage1>, xz-utils <!stage1>, dh-python <!stage1>
8+
Build-Depends-Arch: kernel-wedge (>= 2.93~) <!stage1>, kmod <!stage1>, bc <!stage1>, libssl-dev:native <!stage1>, libssl-dev <!stage1 !pkg.linux.notools cross>, openssl (>= 1.0.2g) <!stage1>, asciidoc-base <!stage1 !nodoc !pkg.linux.notools>, xmlto <!stage1 !nodoc !pkg.linux.notools>, bison <!stage1>, flex (>= 2.6.1-1.1~) <!stage1>, gcc-multilib [amd64 ppc64 s390x sparc64] <!stage1 !pkg.linux.notools !nopython>, libaudit-dev <!stage1 !pkg.linux.notools !nopython>, libbabeltrace-dev (>= 1.5.0) <!stage1 !pkg.linux.notools !nopython>, libbabeltrace-dev (>= 1.5.3-2~) <!stage1 !pkg.linux.notools !nopython> | libbabeltrace-ctf-dev (>= 1.5.0) <!stage1 !pkg.linux.notools !nopython>, libdw-dev <!stage1 !pkg.linux.notools !nopython>, libelf-dev <!stage1 !pkg.linux.notools !nopython>, libiberty-dev <!stage1 !pkg.linux.notools !nopython>, libnewt-dev <!stage1 !pkg.linux.notools !nopython>, libnuma-dev [amd64 arm64 hppa i386 mips mips64 mips64el mipsel mipsn32 mipsn32el mipsr6 mipsr6el mipsn32r6 mipsn32r6el mips64r6 mips64r6el powerpc powerpcspe ppc64 ppc64el sparc x32] <!stage1 !pkg.linux.notools !nopython>, libperl-dev <!stage1 !pkg.linux.notools !nopython>, libunwind8-dev [amd64 armel armhf arm64 i386] <!stage1 !pkg.linux.notools !nopython>, python-dev <!stage1 !pkg.linux.notools !nopython>, autoconf <!stage1 !pkg.linux.notools>, automake <!stage1 !pkg.linux.notools>, libtool <!stage1 !pkg.linux.notools>, libglib2.0-dev <!stage1 !pkg.linux.notools>, libudev-dev <!stage1 !pkg.linux.notools>, libwrap0-dev <!stage1 !pkg.linux.notools>, rsync <!stage1 !pkg.linux.notools>, libpci-dev <!stage1 !pkg.linux.notools>, gcc-6 [arm64 armhf] <!stage1 !cross>, gcc-6-aarch64-linux-gnu [arm64] <!stage1 cross>, gcc-6-arm-linux-gnueabihf [armhf] <!stage1 cross>
99
Build-Depends-Indep: patchutils <!stage1>, graphviz <!stage1 !nodoc>, python-sphinx <!stage1 !nodoc>, python-sphinx-rtd-theme <!stage1 !nodoc>
1010
Homepage: https://www.kernel.org/
1111
Rules-Requires-Root: no

debian/templates/control.source.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Maintainer: Debian Kernel Team <[email protected]>
44
Uploaders: Bastian Blank <[email protected]>, maximilian attems <[email protected]>, Ben Hutchings <[email protected]>, Salvatore Bonaccorso <[email protected]>
55
Standards-Version: 4.1.1
66
Build-Depends:
7-
debhelper (>= 10.1~), dh-exec,
7+
debhelper (>= 9.0~), dh-exec,
88
# used to run debian/bin/*.py
99
python3:any,
1010
# used by debian/rules.real to prepare the source
@@ -24,7 +24,7 @@ Build-Depends-Arch:
2424
bc <!stage1>,
2525
# used by upstream to build signing tools and to process certificates
2626
libssl-dev:native <!stage1>, libssl-dev <!stage1 !pkg.linux.notools cross>,
27-
openssl (>= 1.1.0-1~) <!stage1>,
27+
openssl (>= 1.0.2g) <!stage1>,
2828
# used by upstream to build perf documentation
2929
asciidoc-base <!stage1 !nodoc !pkg.linux.notools>,
3030
xmlto <!stage1 !nodoc !pkg.linux.notools>,

0 commit comments

Comments
 (0)