Re: Debian packaging - Mailing list pgadmin-hackers

From Tomasz Rybak
Subject Re: Debian packaging
Date
Msg-id 1124807561.18421.11.camel@localhost.localdomain
Whole thread Raw
In response to Re: Debian packaging  (blacknoz@club-internet.fr)
Responses Doc packaging (was Debian packaging)  (Andreas Pflug <pgadmin@pse-consulting.de>)
List pgadmin-hackers
If we're talking about packaging...
I noticed, that Makefile from pgadmin calls Makefile from xtra,
which calls Makefile from pgagent. This Makefile installs
only /usr/bin/pgagent.

pgagent is mentioned in documentation:
Once created, connect to the new database, and open the SQL tool. Select
the File -> Open option from the menu and find the 'pgagent.sql' script
installed with pgAdmin. The installation location for this file varies
from operating system to operating system, however it will normally be
found under 'C:\Program files\pgAdmin III' on Windows systems (or 'C:
\Program files\PostgreSQL\8.x\pgAdmin III' if installed with the
PostgreSQL server installer), or '/usr/local/pgadmin3/share/pgadmin3' or
'/usr/share/pgadmin3' on *nix systems. Once the file is loaded, click
the 'Run' button to execute the script.

But pgagent.sql isn't installed by Makefile!
It's mentioned in only one place, in variable EXTRA_DIST.
I think, if pgagent is installed, pgagent.sql should be installed too,
and be placed in /usr/share/pgadmin3/ (or maybe
in /usr/share/pgadmin3/xtra), like documentation say.


One more thing.
When I opened documentation (Help->Help...), message window appeart:
"
Wystąpił błąd:

nie można otworzyć pliku
'/usr/share/pgadmin3//docs/en_US/pgadmin3.hhp.cached' (błąd 13: Brak
dost)
"

Which means: "Error. Cannot open file ... Access denied).
I think pgAdmin tries to open cache file, but ordinary user
cannot write in this directory.

Best regards.

--
Tomasz Rybak <bogomips@post.pl>


pgadmin-hackers by date:

Previous
From: blacknoz@club-internet.fr
Date:
Subject: Re: Debian packaging
Next
From: Andreas Pflug
Date:
Subject: Doc packaging (was Debian packaging)