Adjust make deb
authorCΓ©dric Villemain <cedric@2ndquadrant.fr>
Thu, 28 Jul 2011 12:46:11 +0000 (14:46 +0200)
committerCΓ©dric Villemain <cedric@2ndquadrant.fr>
Thu, 28 Jul 2011 12:46:11 +0000 (14:46 +0200)
Makefile

index ea9b51e9e13484f68423b9aef7cfc0bc96b1fe74..776a7d5c03bfc6b190bd920d9dc095cfd33dbf69 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -33,6 +33,7 @@ PKGNAME = $(EXTENSION)
 PKGVERS = $(shell dpkg-parsechangelog | awk -F '[:-]' '/^Version:/ { print substr($$2, 2) }')
 
 deb:
+       PKGVERS=$(PKGVERS) make -f debian/rules debian/control
        dh clean
        PKGVERS=$(PKGVERS) make -f debian/rules orig
        debuild -us -uc -sa