[kernel] r21830 - dists/sid/linux/debian

Ben Hutchings benh at moszumanska.debian.org
Fri Sep 12 17:01:30 UTC 2014


Author: benh
Date: Fri Sep 12 17:01:30 2014
New Revision: 21830

Log:
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.

Modified:
   dists/sid/linux/debian/changelog
   dists/sid/linux/debian/rules.real

Modified: dists/sid/linux/debian/changelog
==============================================================================
--- dists/sid/linux/debian/changelog	Fri Sep 12 16:21:19 2014	(r21829)
+++ dists/sid/linux/debian/changelog	Fri Sep 12 17:01:30 2014	(r21830)
@@ -63,6 +63,8 @@
   * 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.

Modified: dists/sid/linux/debian/rules.real
==============================================================================
--- dists/sid/linux/debian/rules.real	Fri Sep 12 16:21:19 2014	(r21829)
+++ dists/sid/linux/debian/rules.real	Fri Sep 12 17:01:30 2014	(r21830)
@@ -32,10 +32,6 @@
 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 $@



More information about the Kernel-svn-changes mailing list