From 499ab027cc46d50ac095b47de5ac5a4eea9f1949 Mon Sep 17 00:00:00 2001 From: Stephane Glondu Date: Wed, 1 Dec 2010 12:00:13 +0100 Subject: Update packaging --- debian/rules | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 446d604..a2e1bcb 100755 --- a/debian/rules +++ b/debian/rules @@ -9,13 +9,15 @@ include /usr/share/coq/coqvars.mk .PHONY: override_dh_auto_configure override_dh_auto_configure: ./make_makefile -# workaround bug on fs mounted without relatime - touch make_makefile theory.ml .PHONY: override_dh_auto_build override_dh_auto_build: $(MAKE) world +.PHONY: override_dh_auto_install +override_dh_auto_install: +# install rule as generated by coq_makefile is buggy + .PHONY: override_dh_gencontrol override_dh_gencontrol: dh_gencontrol -- -VF:CoqABI="$(COQ_ABI)" -- cgit v1.2.3