aboutsummaryrefslogtreecommitdiff
path: root/distrib/debian/control
diff options
context:
space:
mode:
authornotin2006-06-09 16:59:42 +0000
committernotin2006-06-09 16:59:42 +0000
commit654133b47df896e4ca074502aa5dcf74f8beac30 (patch)
tree3ba30c610ab91c2e48968212e2217c04885fb178 /distrib/debian/control
parent209a137fb852199431ac9150225b1739c5a0845f (diff)
Suppression du répertoire distrib: il fait désormais partie du projet coq-dev-tools sur GForge
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8943 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'distrib/debian/control')
-rw-r--r--distrib/debian/control18
1 files changed, 0 insertions, 18 deletions
diff --git a/distrib/debian/control b/distrib/debian/control
deleted file mode 100644
index cb5c43578f..0000000000
--- a/distrib/debian/control
+++ /dev/null
@@ -1,18 +0,0 @@
-Source: coq
-Section: devel
-Priority: optional
-Maintainer: Judicaël Courant <Judicael.Courant@lri.fr>
-Standards-Version: 3.5.3
-Build-Depends: debhelper (>= 3), timeout, ocaml (>= 3.06)
-
-Package: coq
-Architecture: any
-Depends: ${shlibs:Depends}
-Suggests: coq-doc, ocaml (>= 3.06), cle, ledit
-Recommends: coq-doc, proofgeneral-coq
-Description: a proof assistant for higher-order logic.
- Coq is a proof assistant for higher-order logic, which allows the
- development of computer programs consistent with their formal
- specification. It is developed using Objective Caml and Camlp4.
- For more information, see <http://coq.inria.fr/>.
-