projects
/
pgfincore.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4202e25
)
Still some debian specific thingy
author
CΓ©dric Villemain
<cedric@2ndquadrant.fr>
Sat, 30 Jul 2011 23:27:58 +0000
(
01:27
+0200)
committer
CΓ©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
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/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