projects
/
pgfincore.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2961eac
)
Adjust make deb
author
CΓ©dric Villemain
<cedric@2ndquadrant.fr>
Thu, 28 Jul 2011 12:46:11 +0000
(14:46 +0200)
committer
CΓ©dric Villemain
<cedric@2ndquadrant.fr>
Thu, 28 Jul 2011 12:46:11 +0000
(14:46 +0200)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/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