From 8014b0052bad1b417e4c3287beb32a6ac11adae3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Villemain?= Date: Sun, 31 Jul 2011 01:27:58 +0200 Subject: [PATCH] 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5