debian/rules.real: Never make kernel-wedge errors non-fatal

Currently we set KW_CHECK_NONFATAL=y when building for experimental or
an unreleased package.  In theory people would be checking for
kernel-wedge errors in the build logs.  In practice this meant we
didn't see them until they appear in unstable where they are fatal.

svn path=/dists/sid/linux/; revision=21830
This commit is contained in:
Ben Hutchings 2014-09-12 17:01:30 +00:00
parent 26d8ba188e
commit 2762ad1f92
2 changed files with 2 additions and 4 deletions

2
debian/changelog vendored
View File

@ -63,6 +63,8 @@ linux (3.16.2-3) UNRELEASED; urgency=medium
* builddeb: put the dbg files into the correct directory
* [ppc64el] deb-pkg: Add support for powerpc little endian
* [armhf] deb-pkg: Add automatic support for armhf architecture
* debian/rules.real: Never make kernel-wedge errors non-fatal, as in
practice this meant we didn't see them until they appear in unstable
[ Ian Campbell ]
* [armel/orion5x] udeb: Include mvmdio in nic-modules udeb.

4
debian/rules.real vendored
View File

@ -32,10 +32,6 @@ export PYTHONPATH = $(CURDIR)/debian/lib/python
export DH_OPTIONS
export DEB_HOST_ARCH DEB_HOST_GNU_TYPE DEB_BUILD_ARCH
ifneq (,$(filter experimental UNRELEASED,$(DISTRIBUTION)))
export KW_CHECK_NONFATAL = y
endif
include debian/rules.defs
stamp = [ -d $(dir $@) ] || mkdir $(dir $@); touch $@