Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Please unblock package unifdef unblock unifdef/2.10-1.1 changelog | 8 ++++++++ rules | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff -Nru unifdef-2.10/debian/changelog unifdef-2.10/debian/changelog --- unifdef-2.10/debian/changelog 2014-02-09 21:02:00.000000000 +0200 +++ unifdef-2.10/debian/changelog 2017-03-27 18:38:39.000000000 +0300 @@ -1,3 +1,11 @@ +unifdef (2.10-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Apply patch from Chris Lamb to fix FTBFS under some locales. + (Closes: #841427) + + -- Adrian Bunk <[email protected]> Mon, 27 Mar 2017 18:38:39 +0300 + unifdef (2.10-1) unstable; urgency=low * New upstream release. diff -Nru unifdef-2.10/debian/rules unifdef-2.10/debian/rules --- unifdef-2.10/debian/rules 2014-01-23 10:55:30.000000000 +0200 +++ unifdef-2.10/debian/rules 2017-03-27 18:38:39.000000000 +0300 @@ -8,7 +8,7 @@ build-stamp: $(MAKE) $(shell dpkg-buildflags --export=cmdline) - $(MAKE) test + LC_ALL=C $(MAKE) test touch build-stamp clean:

