From b2c2ff3d8f54130858a1acff4737772bfa0a4a64 Mon Sep 17 00:00:00 2001 From: Stephane Glondu Date: Thu, 22 Oct 2015 23:35:10 +0200 Subject: Move initial.coq to coq-theories --- debian/control | 4 ++-- debian/coq-theories.install.in | 1 + debian/coq.install.in | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index c323cf4c..292af2ad 100644 --- a/debian/control +++ b/debian/control @@ -71,8 +71,8 @@ Package: coq-theories Architecture: all Depends: coq-${F:CoqABI}, ${misc:Depends} Recommends: coq (>= 8.0) -Breaks: coq-doc (<= 8.0pl1.0-2), coq-libs (<< 8.2.pl1) -Replaces: coq-libs (<< 8.2.pl1) +Breaks: coq-doc (<= 8.0pl1.0-2), coq-libs (<< 8.2.pl1), coq (<< 8.4pl4dfsg-3) +Replaces: coq-libs (<< 8.2.pl1), coq (<< 8.4pl4dfsg-3) Description: proof assistant for higher-order logic (theories) Coq is a proof assistant for higher-order logic, which allows the development of computer programs consistent with their formal diff --git a/debian/coq-theories.install.in b/debian/coq-theories.install.in index 956a04f3..bc6ad738 100644 --- a/debian/coq-theories.install.in +++ b/debian/coq-theories.install.in @@ -1,2 +1,3 @@ doc/stdlib/html usr/share/doc/coq-theories/ +usr/lib/coq/states/initial.coq # *.vo files will be added here diff --git a/debian/coq.install.in b/debian/coq.install.in index 2c0f9c86..52dd834a 100644 --- a/debian/coq.install.in +++ b/debian/coq.install.in @@ -9,7 +9,6 @@ usr/bin/gallina* usr/lib/coq/plugins/micromega/csdpcert usr/lib/coq/tools/coqdoc/coqdoc.css usr/lib/coq/tools/coqdoc/coqdoc.sty -usr/lib/coq/states/initial.coq usr/share/emacs/site-lisp/coq/ usr/share/man/man1/coqc* usr/share/man/man1/coqdep* -- cgit v1.2.3