debian/control: Add ':any' to Build-Depends on python3, to support cross-bootstrap

This commit is contained in:
Ben Hutchings 2015-11-10 13:44:44 +00:00
parent be6de683ed
commit 16017121d0
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View File

@ -6,6 +6,8 @@ linux (4.3-1~exp2) UNRELEASED; urgency=medium
as we only use filterdiff when building linux-source-<version>
* debian/control,debian/rules: Support a 'stage1' build profile which
builds only linux-libc-dev (Closes: #695243)
* debian/control: Add ':any' to Build-Depends on python3, to support cross-
bootstrap
-- Ben Hutchings <ben@decadent.org.uk> Sat, 07 Nov 2015 14:18:48 +0000

View File

@ -3,7 +3,7 @@ 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, quilt,
Build-Depends: debhelper, python3:any, quilt,
cpio <!stage1>, kmod <!stage1>, xz-utils <!stage1>, kernel-wedge <!stage1>, bc <!stage1>
Build-Depends-Indep: patchutils <!stage1>, xmlto <!stage1>
Vcs-Git: https://anonscm.debian.org/git/kernel/linux.git