debian/changelog | 17 +++++++++++++++++ debian/rules | 3 +++ doc/xdmcp.xml | 2 +- 3 files changed, 21 insertions(+), 1 deletion(-)
New commits: commit 7a1baad4f90e1dcd1537d3ca4906617a0aa20ecc Author: Julien Cristau <[email protected]> Date: Thu Mar 2 15:23:52 2017 +0100 Import NMU diff --git a/debian/changelog b/debian/changelog index 19dcb01..ee6e352 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +libxdmcp (1:1.1.2-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Remove &fullrelver; usage from doc/xdmcp.xml to make libxdmcp-dev M-A:same + safe when built with different versions of xorg-sgml-doctools. (closes: + #761628) + * Make usr/share/doc/libxdmcp-dev/xdmcp.txt.gz reproducible in the presence + of locales by exporting LC_ALL (closes: #783223). + + -- Helmut Grohne <[email protected]> Wed, 11 Nov 2015 20:09:26 +0100 + libxdmcp (1:1.1.2-1) unstable; urgency=medium * Let uscan verify tarball signatures. diff --git a/debian/rules b/debian/rules index 487e3a4..d7a341c 100755 --- a/debian/rules +++ b/debian/rules @@ -10,6 +10,9 @@ # set this to the name of the main shlib's binary package PACKAGE = libxdmcp6 +# generation of usr/share/doc/libxdmcp-dev/xdmcp.txt.gz is locale dependent +export LC_ALL=C.UTF-8 + .PHONY: build build: dh build --with quilt,autoreconf --builddirectory=build/ --parallel diff --git a/doc/xdmcp.xml b/doc/xdmcp.xml index 0f0ab3f..1f96040 100644 --- a/doc/xdmcp.xml +++ b/doc/xdmcp.xml @@ -23,7 +23,7 @@ <bookinfo> <title>X Display Manager Control Protocol</title> <subtitle>X.Org Standard</subtitle> - <releaseinfo>X Version 11, Release &fullrelvers;</releaseinfo> + <releaseinfo>X Version 11</releaseinfo> <releaseinfo>Version 1.1</releaseinfo> <authorgroup> <author>

