Package: apt-listchanges Version: 2.59-0.2 Tags: patch l10n Hi,
pot file regeneration is broken unless you have python2.2 installed. diff -ur apt-listchanges-2.59-orig/po/Makefile apt-listchanges-2.59/po/Makefile --- apt-listchanges-2.59-orig/po/Makefile 2002-01-16 09:19:14.000000000 +0900 +++ apt-listchanges-2.59/po/Makefile 2005-07-16 02:46:20.000000000 +0900 @@ -22,7 +22,7 @@ CC = gcc GENCAT = gencat MSGFMT = /usr/bin/msgfmt --statistics -XGETTEXT = /usr/share/doc/python2.2/examples/Tools/i18n/pygettext.py +XGETTEXT = /usr/bin/pygettext MSGMERGE = msgmerge POFILES = $(wildcard *.po) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

