Package: goffice Version: 0.8.6-1 Severity: wishlist Tags: patch Hi,
In Ubuntu, packages usually fail to build from source if they don't have a valid/an up-to-date .pot file. Currently, our only delta for goffice is the generation of the .pot file in debian/rules (see attached patch). Would it be possible to include it in Debian as well, so that we could directly sync the package in Ubuntu without further changes? Thanks! Regards, Lionel -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (102, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.34-1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru goffice-0.8.6/debian/rules goffice-0.8.6/debian/rules --- goffice-0.8.6/debian/rules 2010-03-07 22:41:15.000000000 +0100 +++ goffice-0.8.6/debian/rules 2010-06-03 22:14:30.000000000 +0200 @@ -99,6 +99,9 @@ exit 1 ; \ fi + # Generate a .pot file + cd po; intltool-update -p + # Add here commands to configure the package. rm -rf build && mkdir build