=== modified file 'debian/changelog' --- old/debian/changelog 2012-02-20 18:07:15 +0000 +++ new/debian/changelog 2012-02-20 23:17:21 +0000 @@ -1,6 +1,13 @@ qemu-linaro (1.0.50-2012.02-0ubuntu1) UNRELEASED; urgency=low * New upstream release. + * Pass --enable-uname-release=2.6.32 for the user emulation builds, so that + we have a sensible baseline kernel value regardless of what the + underlying host kernel is. This makes eglibc happier when running under + emulation on a very old kernel for instance (whose host syscall ABI has + nothing to do with what emulated syscalls are supported), and probably + also lets us steer clear for the moment of code that has problem with + the new kernel upstream versioning convention. LP: #921078. -- Steve Langasek Thu, 09 Feb 2012 15:29:46 -0800 === modified file 'debian/rules' --- old/debian/rules 2012-02-07 23:14:56 +0000 +++ new/debian/rules 2012-02-20 23:12:37 +0000 @@ -122,6 +122,7 @@ --disable-blobs \ --disable-strip \ --disable-system \ + --enable-uname-release=2.6.32 \ $(conf_arch) # static user build @@ -138,6 +139,7 @@ --disable-strip \ --disable-system \ --static \ + --enable-uname-release=2.6.32 \ $(conf_arch) ifeq ($(DEB_HOST_ARCH),amd64)