[linux] 01/01: debian/rules.real: Undefine $LANGUAGE, which can break debug symbols for vDSOs

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Fri Apr 7 19:26:16 UTC 2017


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch sid
in repository linux.

commit 699099dfce00317bfc6375f9254d337bbb0598c3
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Fri Apr 7 20:25:37 2017 +0100

    debian/rules.real: Undefine $LANGUAGE, which can break debug symbols for vDSOs
    
    Closes: #859807
---
 debian/changelog  | 2 ++
 debian/rules.real | 1 +
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0f16b5d..a2d460f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 linux (4.9.18-2) UNRELEASED; urgency=medium
 
   * w1: Really enable W1_MASTER_GPIO as module (Closes: #858975)
+  * debian/rules.real: Undefine $LANGUAGE, which can break debug symbols for
+    vDSOs (Closes: #859807)
 
  -- Ben Hutchings <ben at decadent.org.uk>  Thu, 30 Mar 2017 18:27:30 +0100
 
diff --git a/debian/rules.real b/debian/rules.real
index 000cb32..21c75b7 100644
--- a/debian/rules.real
+++ b/debian/rules.real
@@ -31,6 +31,7 @@ export DH_OPTIONS
 export DEB_HOST_ARCH DEB_HOST_GNU_TYPE DEB_BUILD_ARCH
 export DEB_BUILD_PATH = $(CURDIR)  # for dpkg-buildflags
 export LC_ALL = C.UTF-8
+undefine LANGUAGE
 
 include debian/rules.defs
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list