summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorGravatar Stephane Glondu <steph@glondu.net>2010-12-01 12:00:13 +0100
committerGravatar Stephane Glondu <steph@glondu.net>2010-12-01 13:52:53 +0100
commit499ab027cc46d50ac095b47de5ac5a4eea9f1949 (patch)
treee7f5eb6277ce1a7bde41b6c00be3f80fb2b7256e /debian/rules
parentca297726cd05e93f49e69ec798140b2ee77304b3 (diff)
Update packaging
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules6
1 files changed, 4 insertions, 2 deletions
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)"