Package: dpkg Version: 1.14.12 Severity: wishlist the man/Makefile.am file explicitly checks for all LINGUAS. it should take $(USE_NLS) into consideration so that you can build dpkg on a system without nls support. the patch is quite trivial:
# Extract the list of languages from the po4a config file. +ifeq ($(USE_NLS),yes) LINGUAS = $(shell sed -ne 's/^.*\[po4a_langs\] \(.*\)$$/\1/p' $(srcdir)/po/po4a.cfg) +else +LINGUAS = +endif -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (990, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.23.1 (SMP w/2 CPU cores; PREEMPT) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/bash Versions of packages dpkg depends on: ii coreutils 5.97-5.6 The GNU core utilities ii libc6 2.7-4 GNU C Library: Shared libraries dpkg recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]