d/rules: Stop forcing C.UTF-8 locale: the tests now do this internally
This commit is contained in:
parent
7a6c071f66
commit
382875db78
|
|
@ -2,6 +2,7 @@ ostree (2017.15-1) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* New upstream release
|
* New upstream release
|
||||||
- d/libostree-1-1.symbols: Update
|
- d/libostree-1-1.symbols: Update
|
||||||
|
* d/rules: Stop forcing C.UTF-8 locale: the tests now do this internally
|
||||||
|
|
||||||
-- Simon McVittie <smcv@debian.org> Tue, 02 Jan 2018 14:06:18 +0000
|
-- Simon McVittie <smcv@debian.org> Tue, 02 Jan 2018 14:06:18 +0000
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,6 @@
|
||||||
|
|
||||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||||
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
||||||
# Some tests assert that we will see English strings
|
|
||||||
export LC_ALL=C.UTF-8
|
|
||||||
|
|
||||||
binaries := $(shell dh_listpackages)
|
binaries := $(shell dh_listpackages)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue