Still some debian specific thingy
authorCΓ©dric Villemain <cedric@2ndquadrant.fr>
Sat, 30 Jul 2011 23:27:58 +0000 (01:27 +0200)
committerCΓ©dric Villemain <cedric@2ndquadrant.fr>
Sat, 30 Jul 2011 23:27:58 +0000 (01:27 +0200)
debian/control need to be build first, remove the debian specific from the
Makefile and let debian/rules manage that.

Makefile

index 62ffde76755f6d1b2783d3554db99fab93a8eb9e..23fa98f9ff783e20333c9b612c20fc1bdf757471 100644 (file)
--- 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