summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Samuel Mimram <samuel.mimram@ens-lyon.org>2004-07-21 17:56:37 +0000
committerGravatar Samuel Mimram <samuel.mimram@ens-lyon.org>2004-07-21 17:56:37 +0000
commit21aeec569d7b4d1feb3e4984e2f1138bd30f1625 (patch)
treedf0d2324bf057fbb164d5cb2aefd06a2b85a1e29
parent39a05ea8ddf4411a5abd7ef804bd5d40ee8f3bda (diff)
Ready for 3.08 + removed dpatch support.
-rw-r--r--debian/changelog3
-rw-r--r--debian/control4
-rwxr-xr-xdebian/rules7
3 files changed, 5 insertions, 9 deletions
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 <samuel.mimram@ens-lyon.org> 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 <debian-ocaml-maint@lists.debian.org>
Uploaders: Ralf Treinen <treinen@debian.org>, Sven Luther <luther@debian.org>, Jerome Marant <jerome@debian.org>, Remi Vanicat <vanicat@debian.org>, Stefano Zacchiroli <zack@debian.org>
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