Skip to content

Commit

Permalink
debian: Split out Build-Depends-Indep
Browse files Browse the repository at this point in the history
Avoid requiring embedded toolchains for -arch packages

Signed-off-by: Keith Packard <keithp@keithp.com>
  • Loading branch information
keith-packard committed May 22, 2020
1 parent a728f10 commit 64074e3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions debian/control
Expand Up @@ -4,11 +4,13 @@ Priority: optional
Maintainer: Keith Packard <keithp@keithp.com>
Homepage: https://keithp.com
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13), libreadline-dev, avr-libc, gcc-avr,
Build-Depends: debhelper-compat (= 13), libreadline-dev,
python3, lola, gawk, asciidoctor, ruby-asciidoctor-pdf, ruby-coderay, qemu-system-arm,
black
Build-Depends-Indep: avr-libc, gcc-avr,
binutils-arm-none-eabi, gcc-arm-none-eabi, picolibc-arm-none-eabi (>= 1.4),
binutils-riscv64-unknown-elf, gcc-riscv64-unknown-elf, picolibc-riscv64-unknown-elf (>= 1.4),
python3, lola, gawk, asciidoctor, ruby-asciidoctor-pdf, ruby-coderay, qemu-system-arm,
gcc-arm-linux-gnueabi, libc6-dev-armel-cross, black
gcc-arm-linux-gnueabi, libc6-dev-armel-cross
Standards-Version: 4.5.0

Package: snek
Expand Down

0 comments on commit 64074e3

Please sign in to comment.