found 576745 0.0.3 thanks Debian Bug Tracking System writes:
Hi, > This is an automatic notification regarding your Bug report > which was filed against the sensible-utils package: > > #576745: sensible-utils: [INTL:pl] Polish translation of man pages > It seems the source package includes the translations, but the binary package doesn't. Yesterday I checked the translated man page only and didn't try to fully build the package, sorry about that. I'm attaching another patch that fixes the problem. Thanks, robert
diff -Nur sensible-utils-0.0.3.old/configure.ac sensible-utils-0.0.3/configure.ac
--- sensible-utils-0.0.3.old/configure.ac 2010-04-07 01:14:47.000000000 +0200
+++ sensible-utils-0.0.3/configure.ac 2010-04-07 09:03:07.000000000 +0200
@@ -1,5 +1,5 @@
AC_INIT([sensible-utils],[SENSIBLE_UTILS_VERSION])
AM_INIT_AUTOMAKE
-AC_CONFIG_FILES([Makefile po4a/Makefile po4a/fr/Makefile])
+AC_CONFIG_FILES([Makefile po4a/Makefile po4a/fr/Makefile po4a/pl/Makefile])
AC_OUTPUT
diff -Nur sensible-utils-0.0.3.old/debian/rules sensible-utils-0.0.3/debian/rules
--- sensible-utils-0.0.3.old/debian/rules 2010-04-07 01:14:47.000000000 +0200
+++ sensible-utils-0.0.3/debian/rules 2010-04-07 09:00:00.000000000 +0200
@@ -50,6 +50,7 @@
debian/sensible-utils/usr/bin \
debian/sensible-utils/usr/share/man/man1 \
debian/sensible-utils/usr/share/man/fr/man1 \
+ debian/sensible-utils/usr/share/man/pl/man1 \
debian/sensible-utils/usr/lib/mime/packages \
debian/sensible-utils/usr/share/doc/$(package)
$(MAKE) install DESTDIR=$(CURDIR)/debian/sensible-utils INSTALL_PROGRAM="$(INSTALL_PROGRAM)"
@@ -58,9 +59,12 @@
ln -s sensible-editor.1.gz debian/sensible-utils/usr/share/man/man1/sensible-browser.1.gz
ln -s sensible-editor.1.gz debian/sensible-utils/usr/share/man/fr/man1/sensible-pager.1.gz
ln -s sensible-editor.1.gz debian/sensible-utils/usr/share/man/fr/man1/sensible-browser.1.gz
+ ln -s sensible-editor.1.gz debian/sensible-utils/usr/share/man/pl/man1/sensible-pager.1.gz
+ ln -s sensible-editor.1.gz debian/sensible-utils/usr/share/man/pl/man1/sensible-browser.1.gz
$(INSTALL_FILE) debian/changelog debian/sensible-utils/usr/share/doc/$(package)
find debian/sensible-utils/usr/share/man/man1 \
debian/sensible-utils/usr/share/man/fr/man1 \
+ debian/sensible-utils/usr/share/man/pl/man1 \
debian/sensible-utils/usr/share/doc/$(package) -type f | xargs gzip -9
$(INSTALL_FILE) debian/copyright debian/sensible-utils/usr/share/doc/$(package)
$(INSTALL_SCRIPT) debian/postinst debian/sensible-utils/DEBIAN/
diff -Nur sensible-utils-0.0.3.old/po4a/Makefile.am sensible-utils-0.0.3/po4a/Makefile.am
--- sensible-utils-0.0.3.old/po4a/Makefile.am 2010-04-07 01:14:47.000000000 +0200
+++ sensible-utils-0.0.3/po4a/Makefile.am 2010-04-07 09:01:13.000000000 +0200
@@ -1,6 +1,6 @@
AUTOMAKE_OPTIONS = foreign
-SUBDIRS = fr
+SUBDIRS = fr pl
#SUBDIRS = . fr
signature.asc
Description: OpenPGP digital signature

