[Pkg-ocaml-maint-commits] [SCM] ocaml-ssl packaging branch, master, updated. debian/0.4.2-5-7-g0184084
Samuel Mimram
samuel.mimram at ens-lyon.org
Wed Feb 25 09:47:01 UTC 2009
The following commit has been merged in the master branch:
commit 0184084f436d12274cd9fb30b88cf01c03084cfc
Author: Samuel Mimram <samuel.mimram at ens-lyon.org>
Date: Wed Feb 25 10:44:09 2009 +0100
New upstream release.
diff --git a/debian/changelog b/debian/changelog
index dd06143..5dc8024 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ocaml-ssl (0.4.3-1) unstable; urgency=low
+
+ * New Upstream Version.
+
+ -- Samuel Mimram <smimram at debian.org> Wed, 25 Feb 2009 10:43:05 +0100
+
ocaml-ssl (0.4.2-5) experimental; urgency=low
* Rebuild against OCaml 3.11
diff --git a/debian/control b/debian/control
index 3c10111..2e7756b 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends:
debhelper (>= 7.0.0),
libssl-dev (>= 0.9.6),
ocaml-nox (>= 3.11),
- ocaml-findlib,
+ ocaml-findlib (>= 1.2.4),
cdbs,
dh-ocaml
Standards-Version: 3.8.0
diff --git a/debian/rules b/debian/rules
index 9418521..2d64480 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/class/ocaml.mk
+include /usr/share/cdbs/1/rules/ocaml.mk
DESTDIR = $(CURDIR)/debian/tmp/$(OCAML_STDLIB_DIR)
DEB_MAKE_INSTALL_TARGET = install OCAMLFIND_DESTDIR=$(DESTDIR) OCAMLFIND_LDCONF=ignore
build/libssl-ocaml::
--
ocaml-ssl packaging
More information about the Pkg-ocaml-maint-commits
mailing list