- Use ./autgen instead autoreconf. Latter is broken on non-automake trees.
- Drop override_dh_auto_build, seems unnecessary.
- Move config.mak dep from override_dh_auto_build to override_dh_auto_configure
include /usr/share/postgresql-common/pgxs_debian_control.mk
config.mak:
- autoreconf -I lib/m4
+ ./autogen.sh
./configure --prefix=/usr --with-asciidoc --with-sk3-subdir
-override_dh_auto_configure:
+override_dh_auto_configure: config.mak
override_dh_auto_clean: config.mak debian/control
make -C doc realclean
rm -rf debian/postgresql-$${version}-pgq3; \
done
-override_dh_auto_build: config.mak lib/build
- dh_auto_build -- SQLDIR=/usr/share/skytools3
-
# upstream build system will build fine for one given PostgreSQL version,
# then we build the PostgreSQL module and files for yet another version of
# it so that we have binary packages for postgresql-8.4-pgq3 and 9.0.