On Fri, Apr 24, 2015 at 09:46:47AM +0200, Helmut Grohne wrote: > +export LC_CTYPE=C
I was made aware that LC_ALL overrides LC_CTYPE, so we must set LC_ALL instead. Helmut
diff -u libxdmcp-1.1.1/debian/rules libxdmcp-1.1.1/debian/rules --- libxdmcp-1.1.1/debian/rules +++ libxdmcp-1.1.1/debian/rules @@ -33,6 +33,8 @@ confflags += --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) endif +# generation of usr/share/doc/libxdmcp-dev/xdmcp.txt.gz is locale dependent +export LC_ALL=C build: build-indep build-arch build-indep: diff -u libxdmcp-1.1.1/debian/changelog libxdmcp-1.1.1/debian/changelog --- libxdmcp-1.1.1/debian/changelog +++ libxdmcp-1.1.1/debian/changelog @@ -1,3 +1,11 @@ +libxdmcp (1:1.1.1-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix generation of usr/share/doc/libxdmcp-dev/xdmcp.txt.gz to be locale + agnostic to satisfy M-A:same (closes. #-1). + + -- Helmut Grohne <hel...@subdivi.de> Fri, 24 Apr 2015 09:34:36 +0200 + libxdmcp (1:1.1.1-1) unstable; urgency=low * New upstream release.