summaryrefslogtreecommitdiff
path: root/debian/patches/assert.dpatch
diff options
context:
space:
mode:
authorGravatar Samuel Mimram <smimram@debian.org>2006-11-21 21:38:49 +0000
committerGravatar Samuel Mimram <smimram@debian.org>2006-11-21 21:38:49 +0000
commit94594cf938e4523e60c2a750d56e5a4ab6ca5a42 (patch)
treec59411813c41fb7396d679558f39a4770eec1b15 /debian/patches/assert.dpatch
parent70b9be8acc1d1ada178a95c1cd4013506e9d0d1b (diff)
New upstream release.debian/8.1.gamma-1
Diffstat (limited to 'debian/patches/assert.dpatch')
-rwxr-xr-xdebian/patches/assert.dpatch19
1 files changed, 0 insertions, 19 deletions
diff --git a/debian/patches/assert.dpatch b/debian/patches/assert.dpatch
deleted file mode 100755
index 16a62f5f..00000000
--- a/debian/patches/assert.dpatch
+++ /dev/null
@@ -1,19 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## assert.dpatch by Samuel Mimram <smimram@debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Check assertions in native mode too.
-
-@DPATCH@
-diff -urNad coq-8.0pl3+8.1beta.2~/Makefile coq-8.0pl3+8.1beta.2/Makefile
---- coq-8.0pl3+8.1beta.2~/Makefile 2006-06-25 22:17:49.000000000 +0000
-+++ coq-8.0pl3+8.1beta.2/Makefile 2006-07-13 16:27:10.000000000 +0000
-@@ -74,7 +74,7 @@
- MLINCLUDES=$(LOCALINCLUDES) -I $(MYCAMLP4LIB)
-
- BYTEFLAGS=$(MLINCLUDES) $(CAMLDEBUG) $(USERFLAGS)
--OPTFLAGS=$(MLINCLUDES) $(CAMLTIMEPROF) $(USERFLAGS) -noassert
-+OPTFLAGS=$(MLINCLUDES) $(CAMLTIMEPROF) $(USERFLAGS)
- OCAMLDEP=ocamldep
- DEPFLAGS=$(LOCALINCLUDES)
-