diff options
author | Stephane Glondu <steph@glondu.net> | 2011-02-21 15:07:55 +0100 |
---|---|---|
committer | Stephane Glondu <steph@glondu.net> | 2011-02-21 16:51:46 +0100 |
commit | 9a65bba53c76358913f02222c968c5880ea34208 (patch) | |
tree | 77289df60b199afd3a0f6f5e4bed96409783871e | |
parent | 6b3bd571d555c4db91ab210da9a302b2f2181e23 (diff) |
Update changelog and prepare upload to unstabledebian/8.2.pl2+dfsg-2
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index beef4fb5..22a134cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +coq (8.2.pl2+dfsg-2) unstable; urgency=low + + * Add Fix-build-with-camlp5-6.02.1.patch + * Bump versioned build-dependency on liblablgtk2-ocaml-dev to ease + lablgtk2 transition + + -- Stéphane Glondu <glondu@debian.org> Mon, 21 Feb 2011 16:51:11 +0100 + coq (8.2.pl2+dfsg-1) unstable; urgency=low * New upstream release diff --git a/debian/control b/debian/control index b3db1413..8687770b 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends: ocaml-nox (>= 3.11.1-3~), ocaml-best-compilers, camlp5 (>= 5.12-2~), - liblablgtk2-ocaml-dev (>= 2.14), + liblablgtk2-ocaml-dev (>= 2.14.2), texlive-latex-extra, hevea (>= 1.10-7) Homepage: http://coq.inria.fr/ |