From a17272283c803e13258e5dc6b19533c672ceee18 Mon Sep 17 00:00:00 2001 From: hattenberger Date: Wed, 27 Mar 2013 13:17:19 +0000 Subject: some fixes in ivy-ocaml tag 1.2 --- trunk/debian/changelog | 86 ++++++++++++++++++++++++++++++++++++++++++++++ trunk/debian/compat | 1 + trunk/debian/control | 18 ++++++++++ trunk/debian/copyright | 27 +++++++++++++++ trunk/debian/rules | 17 +++++++++ trunk/debian/source/format | 1 + 6 files changed, 150 insertions(+) create mode 100644 trunk/debian/changelog create mode 100644 trunk/debian/compat create mode 100644 trunk/debian/control create mode 100644 trunk/debian/copyright create mode 100755 trunk/debian/rules create mode 100644 trunk/debian/source/format (limited to 'trunk/debian') diff --git a/trunk/debian/changelog b/trunk/debian/changelog new file mode 100644 index 0000000..dbcced8 --- /dev/null +++ b/trunk/debian/changelog @@ -0,0 +1,86 @@ +ivy-ocaml (1.2) unstable; urgency=low + + * Add META file for ocamlfind support + * Move installed files in ivy subdirectory + * Remove -ocaml suffix + * Symbolic link for backward compatibility + * Update for ocaml 3.12.1 + * Increase minor version number + + -- Gautier Hattenberger Thu, 21 Feb 2013 09:53:31 +0100 + +ivy-ocaml (1.1-14~precise) precise; urgency=low + + * updated version for ubuntu precise ppa build + + -- Felix Ruess Wed, 04 Apr 2012 15:27:59 +0200 + +ivy-ocaml (1.1-13) unstable; urgency=low + + * Update for ocaml 1.12.0 + + -- Gautier Hattenberger Tue, 18 Oct 2011 17:53:31 +0100 + +ivy-ocaml (1.1-12.1) unstable; urgency=low + + * Non-maintainer upload + * Updated all debian files to use dh (debhelper 7) + + -- Felix Ruess Fri, 21 Oct 2011 19:47:25 +0200 + +ivy-ocaml (1.1-12) unstable; urgency=low + + * Support for ivy-c_3.11.8 + + -- Gautier Hattenberger Wed, 02 Feb 2011 17:49:31 +0100 + +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/trunk/debian/compat b/trunk/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/trunk/debian/compat @@ -0,0 +1 @@ +7 diff --git a/trunk/debian/control b/trunk/debian/control new file mode 100644 index 0000000..4bba10f --- /dev/null +++ b/trunk/debian/control @@ -0,0 +1,18 @@ +Source: ivy-ocaml +Section: net +Priority: optional +Maintainer: Gautier Hattenberger +Build-Depends: debhelper (>= 7.0.50~), dh-ocaml (>= 0.9.0), ocaml-nox, libglib2.0-dev, libpcre3-dev, ivy-c-dev (>=3.11) +Standards-Version: 3.9.2 +Homepage: http://www2.tls.cena.fr/products/ivy/ +Vcs-Svn: http://svn.tls.cena.fr/svn/ivy/ivy-ocaml/trunk +Vcs-Browser: http://svn.tls.cena.fr/wsvn/ivy/ivy-ocaml/trunk/#_ivy-ocaml_trunk_ + +Package: ivy-ocaml +Architecture: any +Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends}, ivy-c(>= 3.11) +Suggests: ocaml-findlib +Provides: ${ocaml:Provides} +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/trunk/debian/copyright b/trunk/debian/copyright new file mode 100644 index 0000000..5ee9dea --- /dev/null +++ b/trunk/debian/copyright @@ -0,0 +1,27 @@ +Format: http://dep.debian.net/deps/dep5 +Upstream-Name: ivy-ocaml +Source: http://www2.tls.cena.fr/products/ivy/ + +Files: * +Copyright: 2005-2011 CENA +License: + LGPL + see also http://www2.tls.cena.fr/products/ivy/download/legalissues.html +Files: debian/* +Copyright: 2011 Felix Ruess +License: GPL-2+ + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". diff --git a/trunk/debian/rules b/trunk/debian/rules new file mode 100755 index 0000000..6827cc6 --- /dev/null +++ b/trunk/debian/rules @@ -0,0 +1,17 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ --with ocaml + +override_dh_auto_install : + $(MAKE) install DESTDIR=$(CURDIR)/debian/ivy-ocaml + diff --git a/trunk/debian/source/format b/trunk/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/trunk/debian/source/format @@ -0,0 +1 @@ +3.0 (native) -- cgit v1.1