summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@debian.org>2018-12-24 15:17:35 -0500
committerGravatar Benjamin Barenblat <bbaren@debian.org>2019-01-03 18:24:14 -0500
commit1729cf9def36f907dc6b2f601bed957de8d82b5b (patch)
treed137c8869f5d02ec762cbf5fbdac0961f2810650 /debian/rules
parenta150c4bb3db62e4488ded15e413ccfafe4264bc4 (diff)
Stop distributing CoqIDE
CoqIDE currently requires gtksourceview2, which has been removed from Debian (see https://bugs.debian.org/885677). Upstream has an active pull request to update to gtksourceview3 (https://github.com/coq/coq/pull/9279), and it looks like Debian may ship gtksourceview2 with buster anyway, so this is likely to be a temporary change.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 5cc70086..58393fb4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,6 +36,7 @@ CONFIGUREOPTS := -arch Linux -prefix /usr -mandir /usr/share/man \
-configdir /etc/xdg/coq \
-emacslib /usr/share/emacs/site-lisp/coq \
-browser "/usr/bin/x-www-browser %s &" \
+ -coqide no \
-with-doc no \
-debug \
$(NATIVE_COMPUTE)
@@ -101,11 +102,10 @@ override_dh_auto_install:
override_dh_install:
chmod a-x debian/tmp/usr/lib/coq/toploop/*cma
dh_install --fail-missing
- cp debian/coq.xpm debian/coqide/usr/share/pixmaps/coqide.xpm
.PHONY: override_dh_ocaml
override_dh_ocaml:
- dh_ocaml --nodefined-map coqide:Xmlprotocol,Ide_slave,Xml_printer,Richprinter,Document,Xml_parser,Xml_lexer,Serialize
+ dh_ocaml
for f in debian/*substvars; do echo $$f; cat $$f; done
.PHONY: override_dh_gencontrol