diff options
author | Stephane Glondu <steph@glondu.net> | 2015-10-22 23:35:10 +0200 |
---|---|---|
committer | Stephane Glondu <steph@glondu.net> | 2015-10-22 23:35:10 +0200 |
commit | b2c2ff3d8f54130858a1acff4737772bfa0a4a64 (patch) | |
tree | dd99a6d197dec2b071d2f5e0d1495a71d6489132 /debian | |
parent | ac7d8c9837b3e4b35b011fbe0f995a4a1593041c (diff) |
Move initial.coq to coq-theories
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 4 | ||||
-rw-r--r-- | debian/coq-theories.install.in | 1 | ||||
-rw-r--r-- | 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* |