diff options
author | Stephane Glondu <steph@glondu.net> | 2009-02-19 13:15:58 +0100 |
---|---|---|
committer | Stephane Glondu <steph@glondu.net> | 2009-02-19 13:15:58 +0100 |
commit | 24f81160e31255172d70badb1a8530385782ca48 (patch) | |
tree | 004eb84b8dd92226888780a57a90d18eaa64ca04 /debian | |
parent | 2155252cd74c3a2d0dc0bde716ef70b1f86b8085 (diff) |
New Upstream Version
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | debian/rules | 6 |
2 files changed, 11 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 9e23e0b1..38204324 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +coq (8.2-1+dfsg-1) UNRELEASED; urgency=low + + * New Upstream Version + + -- Stephane Glondu <steph@glondu.net> Thu, 19 Feb 2009 13:13:31 +0100 + coq (8.2~rc2+dfsg-3) experimental; urgency=low * Explicit more dependencies and drop dependency on diff --git a/debian/rules b/debian/rules index 3170165b..4c135a31 100755 --- a/debian/rules +++ b/debian/rules @@ -26,7 +26,11 @@ PACKAGES := $(shell awk '/Package:/{print $$2}' debian/control) OFILES := $(patsubst %.in,%,$(wildcard debian/*.in)) OCAMLABI := $(shell ocamlc -version) -COQABI := 8.2+$(OCAMLABI) + +# Beware: -1 is part of upstream version +COQVERSION := 8.2-1 + +COQABI := $(COQVERSION)+$(OCAMLABI) CONFIGUREOPTS := --arch Linux --prefix /usr --mandir /usr/share/man \ --emacslib /usr/share/emacs/site-lisp/coq --reals all --fsets all \ |