[Pkg-ocaml-maint-commits] [SCM] Debian packaging for coccinelle branch, master, updated. debian/0.2.5.deb-2-1-ge66e468

Stephane Glondu steph at glondu.net
Thu Apr 21 14:10:06 UTC 2011


The following commit has been merged in the master branch:
commit e66e468d1a32ba50684019b25e7ab25710ffe599
Author: Stephane Glondu <steph at glondu.net>
Date:   Thu Apr 21 15:00:52 2011 +0200

    Compile in bytecode only on non-natdynlink architectures (fixes FTBFS)

diff --git a/debian/changelog b/debian/changelog
index 7ebeec3..f5cb7d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+coccinelle (0.2.5.deb-3) unstable; urgency=low
+
+  * Team upload
+  * Compile in bytecode only on non-natdynlink architectures (fixes FTBFS)
+
+ -- Stéphane Glondu <glondu at debian.org>  Thu, 21 Apr 2011 15:05:03 +0200
+
 coccinelle (0.2.5.deb-2) unstable; urgency=low
 
   * Create texmf directories in build tree. Fixes FTBFSes.
diff --git a/debian/control b/debian/control
index a741805..8f8eb6a 100644
--- a/debian/control
+++ b/debian/control
@@ -5,14 +5,13 @@ Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Євгеній Мещеряков <eugen at debian.org>
 Build-Depends:
  debhelper (>= 7.0.50~),
- dh-ocaml (>= 0.9~),
+ dh-ocaml (>= 0.9.4~),
  ocaml-nox (>= 3.11.1-3~),
  libpycaml-ocaml-dev (>= 0.82-13~),
  python,
  menhir (>= 20090204.dfsg),
  libmenhir-ocaml-dev (>= 20090204.dfsg),
  ocaml-findlib,
- dh-ocaml,
  ocaml-best-compilers,
  python-support (>= 0.6),
  libsexplib-camlp4-dev,
diff --git a/debian/rules b/debian/rules
index 34fb79f..ba03b01 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ VIM_RDIR = $(CURDIR)/debian/coccinelle/usr/share/vim/registry
 
 COMMON_CONFIG = --prefix=/usr
 
-ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
+ifeq ($(OCAML_NATDYNLINK),yes)
 CONFIG_FLAGS = $(COMMON_CONFIG) --opt
 MAKE_TGT = all.opt
 else

-- 
Debian packaging for coccinelle



More information about the Pkg-ocaml-maint-commits mailing list