]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
UBUNTU: [Debian] do_common_tools should always be on
authorAndy Whitcroft <apw@canonical.com>
Thu, 2 Apr 2015 14:51:04 +0000 (15:51 +0100)
committerTim Gardner <tim.gardner@canonical.com>
Fri, 26 Feb 2016 02:44:02 +0000 (19:44 -0700)
commitd2cb6afad3224f3562788863055fbd6fea8b0e92
treed21e7b41094f0be599723ebef11978a392c69b51
parent395c15cf395c237f7892b5306228624f70a42591
UBUNTU: [Debian] do_common_tools should always be on

do_common_tools is a mode specifier, it is on when we want tools and off
when we do not want tools.  It is intended to be flipped by the bootstrap
modes.  Whether those common tools are actually built is determined by
whether we are calling binary or binary-arch not related to whether we
want those packages to have content.

Enable this unconditionally.  This allows us to build the indep packages
on any arch is needed.

Signed-off-by: Andy Whitcroft <apw@canonical.com>
debian/rules