debian/templates/control.source.in: Put each build-dependency on its own line

The list is getting hard to read as we add build profiles.  It's also easier
to merge and cherry-pick changes when each dependency is on a separate line.
This commit is contained in:
Ben Hutchings 2016-05-14 19:13:56 +01:00
parent 0dd643da08
commit 5917a891aa
1 changed files with 37 additions and 6 deletions

View File

@ -3,12 +3,43 @@ Priority: optional
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Uploaders: Bastian Blank <waldi@debian.org>, maximilian attems <maks@debian.org>, Ben Hutchings <ben@decadent.org.uk>
Standards-Version: 3.9.5
Build-Depends: debhelper, python3:any, quilt,
cpio <!stage1>, kmod <!stage1>, xz-utils <!stage1>, kernel-wedge (>= 2.93~) <!stage1>, bc <!stage1>, libssl-dev <!stage1>, openssl <!stage1>,
asciidoc <!stage1>, bison <!stage1>, flex <!stage1>, gcc-multilib [amd64 ppc64 s390x sparc64] <!stage1>, libaudit-dev <!stage1>, libdw-dev <!stage1>, libelf-dev <!stage1>, libiberty-dev <!stage1> | binutils-dev (<< 2.23.91.20131123-1) <!stage1>, libnewt-dev <!stage1>, libnuma-dev [amd64 arm64 hppa i386 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el sparc x32] <!stage1>, libperl-dev <!stage1>, libunwind8-dev [amd64 armel armhf arm64 i386] <!stage1>, python-dev <!stage1>, xmlto <!stage1>,
autoconf <!stage1>, automake <!stage1>, libtool <!stage1>, libglib2.0-dev <!stage1>, libudev-dev <!stage1>, libwrap0-dev <!stage1>, libpci-dev <!stage1>,
dh-python <!stage1>, dh-systemd <!stage1>
Build-Depends-Indep: patchutils <!stage1>, xmlto <!stage1>
Build-Depends:
debhelper,
python3:any,
quilt,
cpio <!stage1>,
kmod <!stage1>,
xz-utils <!stage1>,
kernel-wedge (>= 2.93~) <!stage1>,
bc <!stage1>,
libssl-dev <!stage1>,
openssl <!stage1>,
asciidoc <!stage1>,
bison <!stage1>,
flex <!stage1>,
gcc-multilib [amd64 ppc64 s390x sparc64] <!stage1>,
libaudit-dev <!stage1>,
libdw-dev <!stage1>,
libelf-dev <!stage1>,
libiberty-dev <!stage1> | binutils-dev (<< 2.23.91.20131123-1) <!stage1>,
libnewt-dev <!stage1>,
libnuma-dev [amd64 arm64 hppa i386 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el sparc x32] <!stage1>,
libperl-dev <!stage1>,
libunwind8-dev [amd64 armel armhf arm64 i386] <!stage1>,
python-dev <!stage1>,
xmlto <!stage1>,
autoconf <!stage1>,
automake <!stage1>,
libtool <!stage1>,
libglib2.0-dev <!stage1>,
libudev-dev <!stage1>,
libwrap0-dev <!stage1>,
libpci-dev <!stage1>,
dh-python <!stage1>,
dh-systemd <!stage1>,
Build-Depends-Indep:
patchutils <!stage1>,
xmlto <!stage1>,
Vcs-Git: https://anonscm.debian.org/git/kernel/linux.git
Vcs-Browser: https://anonscm.debian.org/cgit/kernel/linux.git
Homepage: https://www.kernel.org/