Обсуждение: debian package splitting: pgagent should be distributed separately

Поиск
Список
Период
Сортировка

debian package splitting: pgagent should be distributed separately

От
Raphaël Enrici
Дата:
Hi Dave,

as you know, I'm about to split the debian package so that pgagent can
be installed separately from pgAdmin III on a server for example.

I'm asking to myself if it would not be a good thing to distribute it
separately upstream. I mean, something like adminpacks that would live
its life in itself and not as a part of pgAdmin III.

What do you think about it ?

Cheers,
Raph

Re: debian package splitting: pgagent should be

От
"Florian G. Pflug"
Дата:
Raphaël Enrici wrote:
> Hi Dave,
>
> as you know, I'm about to split the debian package so that pgagent can
> be installed separately from pgAdmin III on a server for example.
>
> I'm asking to myself if it would not be a good thing to distribute it
> separately upstream. I mean, something like adminpacks that would live
> its life in itself and not as a part of pgAdmin III.
>
> What do you think about it ?
For one thing, it would allow us to remove some hacks that I added to
the makefiles to prevent pgagent from being included into the app-bundle
on osx.

greetings, Florian Pflug



Re: debian package splitting: pgagent should be distributed separately

От
"Dave Page"
Дата:

> -----Original Message-----
> From: Raphaël Enrici [mailto:blacknoz@club-internet.fr]
> Sent: 06 July 2006 17:59
> To: Dave Page
> Cc: PgAdmin Hackers
> Subject: debian package splitting: pgagent should be
> distributed separately
>
> Hi Dave,
>
> as you know, I'm about to split the debian package so that pgagent can
> be installed separately from pgAdmin III on a server for example.
>
> I'm asking to myself if it would not be a good thing to distribute it
> separately upstream. I mean, something like adminpacks that would live
> its life in itself and not as a part of pgAdmin III.
>
> What do you think about it ?

Not entirely sure. Maybe we need a ./configure switch to build just pgAgent (or any other /xtra/ part)?

I'll ask some of the guys here what they think.

/D

Re: debian package splitting: pgagent should be

От
Raphaël Enrici
Дата:
Dave Page wrote:
>
>
>
>>-----Original Message-----
>>From: Raphaël Enrici [mailto:blacknoz@club-internet.fr]
>>Sent: 06 July 2006 17:59
>>To: Dave Page
>>Cc: PgAdmin Hackers
>>Subject: debian package splitting: pgagent should be
>>distributed separately
>>
>>Hi Dave,
>>
>>as you know, I'm about to split the debian package so that pgagent can
>>be installed separately from pgAdmin III on a server for example.
>>
>>I'm asking to myself if it would not be a good thing to distribute it
>>separately upstream. I mean, something like adminpacks that would live
>>its life in itself and not as a part of pgAdmin III.
>>
>>What do you think about it ?
>
>
> Not entirely sure. Maybe we need a ./configure switch to build just pgAgent (or any other /xtra/ part)?

Ok, it would help Florian to disable the build...
./configure --disable-pgagent.

Concerning my particular case it's not that important. The debian
packaging system is able to generate multiple "binary packages" from one
"source package". It's just a question of packaging.


> I'll ask some of the guys here what they think.

Ok, let us know and a big hello to everybody around ;)

Cheers,
Raph