[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#690973: Progress ?



Hi,

I built the package (quick and dirty) using
commit d0da3cb5e4551aa6b6950fb38584d3d07a850da3
in the develop branch
0.8.0 had some issues with the directories.
I used the debian directory from
https://gitorious.org/packages/pgmodeler/
as a basis

I set :
   BINDIR = $$PREFIX/bin
   PRIVATEBINDIR = $$PREFIX/lib/pgmodeler/bin
   PRIVATELIBDIR = $$PREFIX/lib/pgmodeler
   PLUGINSDIR = $$PREFIX/lib/pgmodeler/plugins
   SHAREDIR = $$PREFIX/share/pgmodeler
   CONFDIR = /etc/pgmodeler
   DOCDIR = $$SHAREDIR
   LANGDIR = $$SHAREDIR
   SAMPLESDIR = $$SHAREDIR
   SCHEMASDIR = $$SHAREDIR
   TEMPDIR = /tmp/pgmodeler

The diff so far :
diff pgmodeler-deb/debian/pgmodeler.install pgmodeler-0.8.0/debian/pgmodeler.install
2a3,4
> etc/pgmodeler/*
diff pgmodeler-deb/debian/rules pgmodeler-0.8.0/debian/rules
18c18
<       qmake PREFIX=/usr CONFIG+=debug
---
>       qmake PREFIX=/usr CONFIG+=debug pgmodeler.pro

I will redo it setting the *DIR on the qmake command line I think, that way no extra debian patches are needed, but due to the below bugs there seems to be open issues still.


I still have some bugs :


Could not access the file or directory /usr/share/pgmodeler/sql/drop.sch! Make sure that it exists or if the user has access permissions on it!

and

ls /usr/share/pgmodeler/schemas/
alter  catalog  sql  xml

What is the status of packaging ? saw in the issue on github that there were some work done.


-Fred


Reply to: