From: Cédric Villemain Date: Sat, 30 Jul 2011 23:27:58 +0000 (+0200) Subject: Still some debian specific thingy X-Git-Tag: 1.1~13 X-Git-Url: http://git.postgresql.org/gitweb/static/%7B%7Bpguslink%28?a=commitdiff_plain;h=8014b0052bad1b417e4c3287beb32a6ac11adae3;p=pgfincore.git Still some debian specific thingy debian/control need to be build first, remove the debian specific from the Makefile and let debian/rules manage that. --- diff --git a/Makefile b/Makefile index 62ffde7..23fa98f 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ PGXS := $(shell $(PG_CONFIG) --pgxs) include $(PGXS) deb: - PKGVERS=$(PKGVERS) make -f debian/rules debian/control + make -f debian/rules debian/control dh clean make -f debian/rules orig debuild -us -uc -sa