debian/0000755000000000000000000000000012256061015007164 5ustar debian/changelog0000644000000000000000000000072312256061015011040 0ustar ocaml-lo (0.1.0-1build2) trusty; urgency=medium * Rebuild for ocaml-4.01. -- Matthias Klose Mon, 23 Dec 2013 16:17:17 +0000 ocaml-lo (0.1.0-1build1) precise; urgency=low * Rebuild for OCaml 3.12.1. -- Colin Watson Sat, 19 Nov 2011 00:50:59 +0000 ocaml-lo (0.1.0-1) unstable; urgency=low * Initial upload to unstable (Closes: #635453) -- Romain Beauxis Mon, 25 Jul 2011 17:49:20 -0500 debian/liblo-ocaml.install.in0000644000000000000000000000006111613370641013354 0ustar @OCamlStdlibDir@/lo/dlllo_stubs.so @OCamlDllDir@ debian/rules0000755000000000000000000000124311613370641010250 0ustar #!/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/rules/ocaml.mk # In order to regenerate 'debian/control' : # DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean # Then check manually if everything's ok DEB_CONFIGURE_EXTRA_FLAGS := --enable-debugging DEB_CONFIGURE_SCRIPT := ./configure DESTDIR = $(CURDIR)/debian/tmp/$(OCAML_STDLIB_DIR) DEB_MAKE_INSTALL_TARGET := install OCAMLFIND_DESTDIR=$(DESTDIR) OCAMLFIND_LDCONF=ignore build/liblo-ocaml-dev:: mkdir -p $(DESTDIR) make doc clean:: rm -rf .pc config.h Makefile src/Makefile src/META doc config.log config.status debian/liblo-ocaml-dev.install.in0000644000000000000000000000014511613370641014133 0ustar @OCamlStdlibDir@/lo/META @OCamlStdlibDir@/lo/*.cm* @OCamlStdlibDir@/lo/*.ml* @OCamlStdlibDir@/lo/*.a debian/control0000644000000000000000000000305411613371433010575 0ustar Source: ocaml-lo Section: ocaml Priority: optional Maintainer: Debian OCaml Maintainers Uploaders: Samuel Mimram , Romain Beauxis Build-Depends: cdbs (>= 0.4.85~), debhelper (>= 7.0.1), dh-buildinfo, ocaml-nox, dh-ocaml (>= 0.9), liblo-dev, ocaml-findlib (>= 1.2.4), pkg-config Standards-Version: 3.9.2 Homepage: http://savonet.sourceforge.net/ Vcs-Git: git://git.debian.org/pkg-ocaml-maint/packages/ocaml-lo.git Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-lo.git Package: liblo-ocaml Architecture: any Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends} Provides: ${ocaml:Provides} Description: OCaml interface to the lo library -- runtime files This package provides an interface to the lo library for OCaml programmers. . LibLO is a lightweight, easy to use implementation of the OSC (Open Sound Control) protocol. . This package contains only the shared runtime stub libraries. Package: liblo-ocaml-dev Architecture: any Depends: ${ocaml:Depends}, liblo-dev, liblo-ocaml (= ${binary:Version}), ocaml-findlib, ${misc:Depends} Provides: ${ocaml:Provides} Description: OCaml interface to the lo library -- developpement files This package provides an interface to the lo library for OCaml programmers. . LibLO is a lightweight, easy to use implementation of the OSC (Open Sound Control) protocol . This package contains all the development stuff you need to develop OCaml programs which use ocaml-lo. debian/copyright0000644000000000000000000000401611613371340011121 0ustar This package was debianized by Romain Beauxis on Mon, 30 Mar 2009 16:16:32 +0200. It was downloaded from Upstream Author: The Savonet Team Copyright © 2011 The Savonet Team. License: This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library 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 Lesser 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 . As a special exception to the GNU Library General Public License, you may link, statically or dynamically, a "work that uses the Library" with a publicly distributed version of the Library to produce an executable file containing portions of the Library, and distribute that executable file under terms of your choice, without any of the additional requirements listed in clause 6 of the GNU Library General Public License. By "a publicly distributed version of the Library", we mean either the unmodified Library as distributed by The Savonet Team, or a modified version of the Library that is distributed under the conditions defined in clause 3 of the GNU Library General Public License. This exception does not however invalidate any other reasons why the executable file might be covered by the GNU Library General Public License. On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/LGPL-2.1'. The Debian packaging is © 2011, Romain Beauxis and is licensed under the GPL, see `/usr/share/common-licenses/GPL-3'. debian/source/0000755000000000000000000000000011613370460010467 5ustar debian/source/format0000644000000000000000000000001411613370460011675 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000006711613370641010224 0ustar version=3 http://sf.net/savonet/ocaml-lo-(.+)\.tar\.gz debian/liblo-ocaml-dev.doc-base0000644000000000000000000000041311613371707013537 0ustar Document: liblo-ocaml-dev Title: OCaml Lo module documentation Author: Romain Beauxis Abstract: Documentation of the Lo module Section: Programming/OCaml Format: HTML Index: /usr/share/doc/liblo-ocaml-dev/html/index.html Files: /usr/share/doc/liblo-ocaml-dev/html/* debian/compat0000644000000000000000000000000211613370460010365 0ustar 7 debian/control.in0000644000000000000000000000273311613370733011207 0ustar Source: ocaml-lo Section: ocaml Priority: optional Maintainer: Debian OCaml Maintainers Uploaders: Samuel Mimram , Romain Beauxis Build-Depends: @cdbs@, liblo-dev, ocaml-findlib (>= 1.2.4), pkg-config Standards-Version: 3.9.2 Homepage: http://savonet.sourceforge.net/ Vcs-Git: git://git.debian.org/pkg-ocaml-maint/packages/ocaml-lo.git Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-lo.git Package: liblo-ocaml Architecture: any Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends} Provides: ${ocaml:Provides} Description: OCaml interface to the lo library -- runtime files This package provides an interface to the lo library for OCaml programmers. . LibLO is a lightweight, easy to use implementation of the OSC (Open Sound Control) protocol. . This package contains only the shared runtime stub libraries. Package: liblo-ocaml-dev Architecture: any Depends: ${ocaml:Depends}, liblo-dev, liblo-ocaml (= ${binary:Version}), ocaml-findlib, ${misc:Depends} Provides: ${ocaml:Provides} Description: OCaml interface to the lo library -- developpement files This package provides an interface to the lo library for OCaml programmers. . LibLO is a lightweight, easy to use implementation of the OSC (Open Sound Control) protocol . This package contains all the development stuff you need to develop OCaml programs which use ocaml-lo. debian/liblo-ocaml-dev.docs0000644000000000000000000000001111613371665013007 0ustar doc/html