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
This commit is contained in:
Ben Hutchings 2018-09-11 01:04:56 +01:00
parent 399eeb4b11
commit 9f0cf5debf
2 changed files with 4 additions and 2 deletions

2
debian/changelog vendored
View File

@ -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 <ben@decadent.org.uk> Mon, 10 Sep 2018 22:25:53 +0100

View File

@ -31,7 +31,7 @@ Build-Depends-Arch:
# linux-kbuild) and perf (host arch)
libelf-dev:native [amd64] <!stage1>, libelf-dev <!stage1 !pkg.linux.notools>,
# 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] <!stage1 !nodoc !pkg.linux.notools>,
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] <!stage1 !nodoc !pkg.linux.notools !nopython>,
# used by upstream to build perf
gcc-multilib [amd64 mips64 mips64el mips64r6 mips64r6el ppc64 s390x sparc64] <!stage1 !pkg.linux.notools !nopython>,
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] <!stage1 !pkg.linux.notools !nopython>,
@ -59,7 +59,7 @@ Build-Depends-Arch:
libpci-dev <!stage1 !pkg.linux.notools>,
Build-Depends-Indep:
# used by debian/rules.real to build linux-source
patchutils <!stage1>,
patchutils <!stage1 !pkg.linux.nosource>,
# used by upstream to build documentation
graphviz <!stage1 !nodoc>,
python3-sphinx <!stage1 !nodoc>,