Complete debian packaging support
authorCédric Villemain <cedric@2ndQuadrant.fr>
Sat, 4 Dec 2010 15:19:32 +0000 (16:19 +0100)
committerCédric Villemain <cedric@2ndQuadrant.fr>
Sat, 4 Dec 2010 15:29:05 +0000 (16:29 +0100)
commit0921a7457aa23df65c7997bc5466eb3d6da0b4e8
tree28268c901c918b525bf443250016bf54cc11d140
parent6867471d85a18b34d12509fdbf36496f76edcc0d
Complete debian packaging support

 * package is not signed
 * allow build for PostgreSQL 8.4 and 9.0

The easiest way to build pgfincore now is :

PostgreSQL 8.4
make PG_CONFIG=/usr/lib/postgresql/8.4/bin/pg_config deb

PostgreSQL 9.0
make PG_CONFIG=/usr/lib/postgresql/9.0/bin/pg_config deb

Allow to build debian package with 9.0
Makefile
debian/control.in
debian/pgversions