Re: moving from contrib to bin

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: moving from contrib to bin
Дата
Msg-id 4715.1418415652@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: moving from contrib to bin  (Christoph Berg <cb@df7cb.de>)
Ответы Re: moving from contrib to bin  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Re: moving from contrib to bin  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Christoph Berg <cb@df7cb.de> writes:
> However, for PostgreSQL this means lengthy debian/*.install files
> (the equivalent of %files in rpm spec speak):

Right ...

> If there were separate "install-client", "install-server", and
> "install-contrib" targets, that would probably shorten those files
> quite a bit. Especially messy is the part where *.so needs to be
> sorted into server/contrib, along with an similar large bunch of
> binaries.

Pardon me for not knowing much about Debian packages, but how would
that work exactly?  Is it possible to do make install-client, then
package the installed files, then rm -rf the install tree, then
repeat for install-server and install-contrib?  In the RPM world
this would never work because the build/install step happens in
toto before the packaging step.  Even without that, it seems like
it'd be hard to make it entirely automatic since some files would
be installed in multiple cases (and directories even more so).
        regards, tom lane



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Christoph Berg
Дата:
Сообщение: Re: moving from contrib to bin
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: Commitfest problems