From 21aeec569d7b4d1feb3e4984e2f1138bd30f1625 Mon Sep 17 00:00:00 2001 From: Samuel Mimram Date: Wed, 21 Jul 2004 17:56:37 +0000 Subject: Ready for 3.08 + removed dpatch support. --- debian/changelog | 3 +-- debian/control | 4 ++-- debian/rules | 7 ++----- 3 files changed, 5 insertions(+), 9 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index e020a529..5292dc8a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,7 @@ coq (8.0pl1-1) unstable; urgency=low * At least the version without QPL-licensed files is out, closes: #230356, #250497. - * If compilation fails in opt, we try to build in byte (opt does not seem to - work on sparc). + * Build with OCaml 3.08. -- Samuel Mimram Sun, 18 Jul 2004 01:10:24 +0200 diff --git a/debian/control b/debian/control index c4ce8e17..32e6238b 100644 --- a/debian/control +++ b/debian/control @@ -4,12 +4,12 @@ Priority: optional Maintainer: Debian OCaml Maintainers Uploaders: Ralf Treinen , Sven Luther , Jerome Marant , Remi Vanicat , Stefano Zacchiroli Standards-Version: 3.6.1 -Build-Depends: debhelper (>= 4.0.0), dpatch, ocaml-3.07, ocaml-best-compilers, liblablgtk2-ocaml-dev +Build-Depends: debhelper (>= 4.0.0), ocaml-3.08, ocaml-best-compilers, liblablgtk2-ocaml-dev Package: coq Architecture: any Depends: ${shlibs:Depends}, coq-libs -Suggests: ocaml-3.07, proofgeneral-coq, ledit, cle +Suggests: ocaml-3.08, proofgeneral-coq, ledit, cle Recommends: coq-doc, coqide | proofgeneral-coq Description: Proof assistant for higher-order logic Coq is a proof assistant for higher-order logic, which allows the diff --git a/debian/rules b/debian/rules index be9ce98e..40e8c9e7 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,6 @@ #!/usr/bin/make -f # debian/rules for coq -# We want to use dpatch. -include /usr/share/dpatch/dpatch.make - COQPREF=$(CURDIR)/debian/tmp ADDPREF=COQINSTALLPREFIX=$(COQPREF) @@ -22,7 +19,7 @@ configure-stamp: patch if [ `arch` = ppc ] ; then ./configure $(CONFIGUREOPTS) ; fi touch configure-stamp -build: patch-stamp configure-stamp build-stamp +build: configure-stamp build-stamp build-stamp: dh_testdir touch test-suite/success/debian.v8 @@ -41,7 +38,7 @@ build-stamp: fi touch build-stamp -clean: unpatch +clean: dh_testdir dh_testroot rm -f build-stamp configure-stamp -- cgit v1.2.3