From 9f0cf5debfe6e1056c6c63deab6cdc5b1783c12b Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Tue, 11 Sep 2018 01:04:56 +0100 Subject: [PATCH] debian/control: Fix restrictions for build-deps on asciidoctor and patchutils - asciidoctor is only used to build the linux-perf package, so !nopython - patchutils is only used to build the linux-source package, so !pkg.linux.nosource --- debian/changelog | 2 ++ debian/templates/control.source.in | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index db1bc4b35..ca13dc57e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,8 @@ linux (4.19~rc3-1~exp2) UNRELEASED; urgency=medium * debian/control: Remove "cross" from profiles for build-dep on libssl-dev * [mips64*] debian/control: Build-depend on gcc-multilib for linux-perf * debian/lib/python: Use raw strings for all regexes + * debian/control: Fix restrictions for build-deps on asciidoctor and + patchutils -- Ben Hutchings Mon, 10 Sep 2018 22:25:53 +0100 diff --git a/debian/templates/control.source.in b/debian/templates/control.source.in index 3a4de7cb2..b15e8e77f 100644 --- a/debian/templates/control.source.in +++ b/debian/templates/control.source.in @@ -31,7 +31,7 @@ Build-Depends-Arch: # linux-kbuild) and perf (host arch) libelf-dev:native [amd64] , libelf-dev , # used by upstream to build perf documentation - asciidoctor [alpha amd64 arm64 armel armhf hppa i386 mips mips64 mips64el mipsel mipsn32 mipsn32el mipsr6 mipsr6el mipsn32r6 mipsn32r6el mips64r6 mips64r6el powerpc ppc64 ppc64el s390 s390x sh4 sparc sparc64] , + asciidoctor [alpha amd64 arm64 armel armhf hppa i386 mips mips64 mips64el mipsel mipsn32 mipsn32el mipsr6 mipsr6el mipsn32r6 mipsn32r6el mips64r6 mips64r6el powerpc ppc64 ppc64el s390 s390x sh4 sparc sparc64] , # used by upstream to build perf gcc-multilib [amd64 mips64 mips64el mips64r6 mips64r6el ppc64 s390x sparc64] , libaudit-dev [alpha amd64 arm64 armel armhf hppa i386 mips mips64 mips64el mipsel mipsn32 mipsn32el mipsr6 mipsr6el mipsn32r6 mipsn32r6el mips64r6 mips64r6el powerpc ppc64 ppc64el s390 s390x sh4 sparc sparc64] , @@ -59,7 +59,7 @@ Build-Depends-Arch: libpci-dev , Build-Depends-Indep: # used by debian/rules.real to build linux-source - patchutils , + patchutils , # used by upstream to build documentation graphviz , python3-sphinx ,