From 93717e0b2c10f79f0456db95a1ab018d15cdbc41 Mon Sep 17 00:00:00 2001 From: hattenberger Date: Mon, 3 Jan 2011 17:39:47 +0000 Subject: Update the latest version of ivy-ocaml --- debian/changelog.3.10.2 | 38 +++++++++++++++++++++++++++++++++++++ debian/changelog.3.11.2 | 50 +++++++++++++++++++++++++++++++++++++++++++++++++ debian/control | 6 +++--- debian/rules | 3 ++- 4 files changed, 93 insertions(+), 4 deletions(-) create mode 100644 debian/changelog.3.10.2 create mode 100644 debian/changelog.3.11.2 (limited to 'debian') diff --git a/debian/changelog.3.10.2 b/debian/changelog.3.10.2 new file mode 100644 index 0000000..89afc10 --- /dev/null +++ b/debian/changelog.3.10.2 @@ -0,0 +1,38 @@ +ivy-ocaml (1.1-7) unstable; urgency=low + + * Updated for ocaml 3.10.2 + + -- Pascal Brisset (Hecto) Fri, 23 May 2008 23:18:00 +0200 + +ivy-ocaml (1.1-6) unstable; urgency=low + + * Updated for ocaml 3.10.1 + + -- Pascal Brisset (Hecto) Mon, 25 Feb 2008 10:31:49 +0100 + +ivy-ocaml (1.1-5) unstable; urgency=low + + * Updated for ocaml 3.10 + + -- Pascal Brisset (Hecto) Tue, 04 Sep 2007 20:41:49 +0200 + +ivy-ocaml (1.1-4) unstable; urgency=low + + * Updated for ocaml 3.09.2-6 + + -- Antoine Drouin (Poine) Fri, 04 Aug 2006 13:40:54 +0200 + +ivy-ocaml (1.1-3) unstable; urgency=low + + * Updated for ivy 3.8 + + -- Antoine Drouin (Poine) Fri, 28 Jul 2006 13:40:54 +0200 + +ivy-ocaml (1.0-2) unstable; urgency=low + + * Updated for ocaml 3.09 + + * Initial Release. + + -- Pascal Brisset (Hecto) Thu, 7 Oct 2004 13:40:54 +0200 + diff --git a/debian/changelog.3.11.2 b/debian/changelog.3.11.2 new file mode 100644 index 0000000..eb649f9 --- /dev/null +++ b/debian/changelog.3.11.2 @@ -0,0 +1,50 @@ +ivy-ocaml (1.1-11) unstable; urgency=low + + * Support of ivy-c_3.11.6, OSX and Linux 64bit + + -- Gautier Hattenberger Wed, 1 Dec 2010 10:43:29 +0100 + +ivy-ocaml (1.1-10) unstable; urgency=low + + * Updated for ocaml 3.11.2 + + -- Pascal Brisset (Hecto) Thu, 25 Feb 2010 09:58:29 +0100 + +ivy-ocaml (1.1-7) unstable; urgency=low + + * Updated for ocaml 3.10.2 + + -- Pascal Brisset (Hecto) Fri, 23 May 2008 23:18:00 +0200 + +ivy-ocaml (1.1-6) unstable; urgency=low + + * Updated for ocaml 3.10.1 + + -- Pascal Brisset (Hecto) Mon, 25 Feb 2008 10:31:49 +0100 + +ivy-ocaml (1.1-5) unstable; urgency=low + + * Updated for ocaml 3.10 + + -- Pascal Brisset (Hecto) Tue, 04 Sep 2007 20:41:49 +0200 + +ivy-ocaml (1.1-4) unstable; urgency=low + + * Updated for ocaml 3.09.2-6 + + -- Antoine Drouin (Poine) Fri, 04 Aug 2006 13:40:54 +0200 + +ivy-ocaml (1.1-3) unstable; urgency=low + + * Updated for ivy 3.8 + + -- Antoine Drouin (Poine) Fri, 28 Jul 2006 13:40:54 +0200 + +ivy-ocaml (1.0-2) unstable; urgency=low + + * Updated for ocaml 3.09 + + * Initial Release. + + -- Pascal Brisset (Hecto) Thu, 7 Oct 2004 13:40:54 +0200 + diff --git a/debian/control b/debian/control index d1cbb70..7707a38 100644 --- a/debian/control +++ b/debian/control @@ -1,13 +1,13 @@ Source: ivy-ocaml Section: net Priority: optional -Maintainer: Pascal Brisset (Hecto) -Build-Depends: debhelper (>= 4.0.0) +Maintainer: Gautier Hattenberger +Build-Depends: debhelper (>= 4.0.0), ocaml-nox, ivy-c-dev (>=3.8), libglib2.0-dev, libpcre3-dev, ivy-c(>=3.8) Standards-Version: 3.6.1 Package: ivy-ocaml Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} ocaml-nox (= 3.08.2-1), ivy-c +Depends: ${shlibs:Depends}, ${misc:Depends}, ocaml-nox-${F:OCamlABI}, ivy-c(>= 3.8) Description: Ocaml binding for the Ivy software bus This package provides the bindings for the Ivy software bus. Standalone linking and with the glib mainloop are provided. diff --git a/debian/rules b/debian/rules index 6a369dc..a6550e0 100755 --- a/debian/rules +++ b/debian/rules @@ -10,6 +10,7 @@ #export DH_VERBOSE=1 +OCAMLABI := $(shell ocamlc -version) CFLAGS = -Wall -g @@ -90,7 +91,7 @@ binary-arch: build install # dh_makeshlibs dh_installdeb dh_shlibdeps - dh_gencontrol + dh_gencontrol -- -VF:OCamlABI="$(OCAMLABI)" dh_md5sums dh_builddeb -- cgit v1.1