diff options
| author | courant | 2002-01-23 09:09:31 +0000 |
|---|---|---|
| committer | courant | 2002-01-23 09:09:31 +0000 |
| commit | 58c4a23cc2d7b01bbc6a7e60d6d074bb0a0e5b26 (patch) | |
| tree | 1b7e8ac7c59ea76b83146b35ab7e8602c8262a8f /distrib/debian | |
| parent | 714da7fa70765452831175fa1637dbc5436ca6a4 (diff) | |
paquet Debian 7.2-3
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2424 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'distrib/debian')
| -rw-r--r-- | distrib/debian/changelog | 6 | ||||
| -rw-r--r-- | distrib/debian/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/distrib/debian/changelog b/distrib/debian/changelog index 1bff808863..42dc8fa86e 100644 --- a/distrib/debian/changelog +++ b/distrib/debian/changelog @@ -1,3 +1,9 @@ +coq (7.2-3) unstable; urgency=low + * Workaround for problems with buildd/apt trying to install camlp4 + (closes: Bug#130046). + + -- Judicaël Courant <Judicael.Courant@lri.fr> Mon, 21 Jan 2002 09:46:16 +0100 + coq (7.2-2) unstable; urgency=low * Build-Depends now requires camlp4 instead of camlp4 (>=3.01) since diff --git a/distrib/debian/control b/distrib/debian/control index afd46f1fc9..ca65702947 100644 --- a/distrib/debian/control +++ b/distrib/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: optional Maintainer: Judicaël Courant <Judicael.Courant@lri.fr> Standards-Version: 3.5.3 -Build-Depends: debhelper (>= 3), ocaml (>= 3.01), camlp4 +Build-Depends: debhelper (>= 3), ocaml (>= 3.01), ocaml (>=3.04) | camlp4 Package: coq Architecture: any |
