* 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
cp $(ORIG) $(ARCHIVE)
# build the debian package and copy them to ..
- (cd $(EXPORT) && make -f debian/rules debian/control && debuild)
+ (cd $(EXPORT) && make -f debian/rules debian/control && debuild -us -uc)
cp $(EXPORT)/debian/control debian
find $(DEBDIR)/export -maxdepth 1 -type f -name "*$(PGGVERS)*" -exec cp {} .. \;
Section: database
Priority: extra
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
-Build-Depends: debhelper (>= 7), postgresql-server-dev-all, postgresql-server-dev-8.4
+Build-Depends: debhelper (>= 7), postgresql-server-dev-all, postgresql-server-dev-8.4|postgresql-server-dev-9.0
Standards-Version: 3.9.1
Homepage: http://villemain.org/projects/pgfincore