diff options
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 |
