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

Closes: #859807
This commit is contained in:
Ben Hutchings 2017-04-07 20:25:37 +01:00
parent 473a9f83a2
commit 699099dfce
2 changed files with 3 additions and 0 deletions

2
debian/changelog vendored
View File

@ -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@decadent.org.uk> Thu, 30 Mar 2017 18:27:30 +0100

1
debian/rules.real vendored
View File

@ -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