[Pkg-ocaml-maint-commits] [SCM] Debian packaging for coccinelle branch, master, updated. debian/0.1.8.deb-2-1-gc0c5dfd
Eugeniy Meshcheryakov
eugen at debian.org
Thu Jun 11 23:16:12 UTC 2009
The following commit has been merged in the master branch:
commit c0c5dfd72d0ad138ecf76655af4155790b44657f
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date: Fri Jun 12 00:59:18 2009 +0200
Fix FTBFS with newer pycaml
* Updated patch:
- fixes/system-pycaml
diff --git a/debian/changelog b/debian/changelog
index 4433cb3..9730c93 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+coccinelle (0.1.8.deb-3) unstable; urgency=low
+
+ * Fix FTBFS with newer pycaml
+ * Updated patch:
+ - fixes/system-pycaml
+
+ -- Євгеній Мещеряков <eugen at debian.org> Fri, 12 Jun 2009 00:54:27 +0200
+
coccinelle (0.1.8.deb-2) unstable; urgency=low
* Use common install Makefile target for both native and bytecode
diff --git a/debian/control b/debian/control
index 089e161..152552c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: devel
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
Uploaders: Євгеній Мещеряков <eugen at debian.org>
-Build-Depends: debhelper (>= 7), quilt, ocaml-nox (>= 3.11.0), pycaml (>= 0.82-9), python,
+Build-Depends: debhelper (>= 7), quilt, ocaml-nox (>= 3.11.0), pycaml (>= 0.82-10), python,
menhir (>= 20090204.dfsg), libmenhir-ocaml-dev (>= 20090204.dfsg), ocaml-findlib, dh-ocaml,
ocaml-best-compilers, python2.5-dev, python-support (>= 0.6), libsexplib-camlp4-dev
Standards-Version: 3.8.1
diff --git a/debian/rules b/debian/rules
index c7682f9..de0c931 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ OCAMLRUN =
CONFIG_FLAGS = $(COMMON_CONFIG) --opt
MAKE_TGT = all.opt
else
-OCAMLRUN = ocaml-base-nox-$(OCAML_ABI), pycaml (>= 0.82-9)
+OCAMLRUN = ocaml-base-nox-$(OCAML_ABI), pycaml (>= 0.82-10)
CONFIG_FLAGS = $(COMMON_CONFIG) --no-opt
MAKE_TGT = all
endif
--
Debian packaging for coccinelle
More information about the Pkg-ocaml-maint-commits
mailing list