Re: pgsql: Revert "Avoid requiring Spanish locale to test NLS infrastructur - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pgsql: Revert "Avoid requiring Spanish locale to test NLS infrastructur
Date
Msg-id 2628097.1765985371@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Revert "Avoid requiring Spanish locale to test NLS infrastructur  (Christoph Berg <myon@debian.org>)
Responses Re: pgsql: Revert "Avoid requiring Spanish locale to test NLS infrastructur
List pgsql-hackers
Christoph Berg <myon@debian.org> writes:
> The Debian package builds are complaining that there is now a
> usr/share/locale/es/LC_MESSAGES/regress-19.mo
> file that needs sorting into one of the .deb packages.
> Since regress.so itself doesn't get installed by autoconf's Makefiles,
> shouldn't that .mo file not get installed either? (Or resolve it the
> other way round and install both.)

Hm.  I don't really care to revisit the decision not to install
regress.so.  OTOH, if we don't install the .mo file, "make
installcheck" will not work, which is surely a nonstarter.
(Also, I see no provisions in either build system to build a
non-installed .mo file.)

Is it possible to override that packaging complaint?

            regards, tom lane



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Add sanity check for duplicate enum values in GUC definitions
Next
From: Peter Eisentraut
Date:
Subject: Re: Replace is_publishable_class() with relispublishable column in pg_class