From aa3a74d10a25cf19c5290963d33cc05e9a5e9762 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Tue, 20 Feb 2007 08:29:44 +0100 Subject: [PATCH] Autoreconf with patches applied. This makes the __XKBCONFIGROOT__ substitution actually work. --- debian/changelog | 6 ++++++ setxkbmap/Makefile.in | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index fd7bc74..34dbfe6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xbase-clients (1:7.2.ds2-2) UNRELEASED; urgency=low + + * Autoreconf with patches applied. + + -- Julien Cristau Tue, 20 Feb 2007 08:27:34 +0100 + xbase-clients (1:7.2.ds2-1) experimental; urgency=low * Update to xrandr 1.2.0. diff --git a/setxkbmap/Makefile.in b/setxkbmap/Makefile.in index 9bc44e9..27d30fa 100644 --- a/setxkbmap/Makefile.in +++ b/setxkbmap/Makefile.in @@ -243,7 +243,8 @@ MAN_SUBSTS = \ -e 's|__libmansuffix__|$(LIB_MAN_SUFFIX)|g' \ -e 's|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g' \ -e 's|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g' \ - -e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g' + -e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g' \ + -e 's|__XKBCONFIGROOT__|$(XKBCONFIGROOT)|g' SUFFIXES = .$(APP_MAN_SUFFIX) .man all: config.h