diff options
author | Stephane Glondu <steph@glondu.net> | 2012-03-27 07:50:59 +0200 |
---|---|---|
committer | Stephane Glondu <steph@glondu.net> | 2012-03-27 08:18:51 +0200 |
commit | d06daee9d257c470bba9c29c283b506201db86fa (patch) | |
tree | e9d696fe452a10f47caf371ae7bd99d3909ac547 /debian | |
parent | ad988252cac876f0b9998b5223f565d0a22aebb8 (diff) |
New upstream release
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 63678655..05e33857 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +coq (8.3.pl4+dfsg-1) UNRELEASED; urgency=low + + * New upstream release + + -- Stéphane Glondu <glondu@debian.org> Tue, 27 Mar 2012 07:50:16 +0200 + coq (8.3.pl3+dfsg-2) unstable; urgency=low * Recompile with camlp5 6.04 (no changes) diff --git a/debian/rules b/debian/rules index a364ad70..f35e0de5 100755 --- a/debian/rules +++ b/debian/rules @@ -22,7 +22,7 @@ ADDPREF := COQINSTALLPREFIX=$(COQPREF) OLDROOT= PACKAGES := $(shell dh_listpackages) -COQ_VERSION := 8.3pl3 +COQ_VERSION := 8.3pl4 COQ_ABI := $(COQ_VERSION)+$(OCAML_ABI) CONFIGUREOPTS := --arch Linux --prefix /usr --mandir /usr/share/man \ |