From f80ed06b59e0557c74c85e858a584cc72517745a Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Wed, 4 Jan 2012 22:05:15 +0200 Subject: [PATCH] debian: more cleanups - 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 --- debian/rules | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/debian/rules b/debian/rules index f9541919..01f95d0b 100755 --- a/debian/rules +++ b/debian/rules @@ -25,10 +25,10 @@ ORIG_EXCLUDE=--exclude-vcs --exclude=debian 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 @@ -37,9 +37,6 @@ override_dh_auto_clean: config.mak debian/control 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. -- 2.39.5