Do not disable building udebs when target suite is backports

There are now plans to build an installer from backports.

svn path=/dists/sid/linux/; revision=20886
This commit is contained in:
Ben Hutchings 2013-12-15 17:35:29 +00:00
parent ed74162bfd
commit c82c941d99
1 changed files with 1 additions and 4 deletions

View File

@ -162,10 +162,7 @@ class Gencontrol(Base):
["$(MAKE) -f debian/rules.real install-libc-dev_%s %s" %
(arch, makeflags)])
if self.version.linux_revision_backports:
# Installer is not (currently) built from backports
pass
elif os.getenv('DEBIAN_KERNEL_DISABLE_INSTALLER'):
if os.getenv('DEBIAN_KERNEL_DISABLE_INSTALLER'):
if self.changelog[0].distribution == 'UNRELEASED':
import warnings
warnings.warn(u'Disable installer modules on request (DEBIAN_KERNEL_DISABLE_INSTALLER set)')