--- ocaml-bjack-0.1.1.orig/debian/control +++ ocaml-bjack-0.1.1/debian/control @@ -0,0 +1,33 @@ +Source: ocaml-bjack +Section: devel +Priority: optional +Maintainer: Debian OCaml Maintainers +Uploaders: Samuel Mimram , Romain Beauxis +Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), ocaml-nox, libjack-dev, libsamplerate0-dev, ocaml-findlib, pkg-config +Standards-Version: 3.8.0 +Homepage: http://savonet.sourceforge.net/ +Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocaml-bjack/trunk +Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-bjack/trunk/ + +Package: libbjack-ocaml +Architecture: any +Section: libs +Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends} +Description: OCaml blocking interface to jack audio connection kit + ocaml-bjack is a blocking interface to jack audio connection kit. + Using it, you can create a jack device and read/write from it + much like with ALSA or OSS. + . + This package contains only the shared runtime stub libraries. + +Package: libbjack-ocaml-dev +Architecture: any +Section: libdevel +Depends: ocaml-nox-${F:OCamlABI}, libjack-dev, libsamplerate0-dev, libbjack-ocaml (= ${binary:Version}), ocaml-findlib +Description: OCaml blocking interface to jack audio connection kit + ocaml-bjack is a blocking interface to jack audio connection kit. + Using it, you can create a jack device and read/write from it + much like with ALSA or OSS. + . + This package contains all the development stuff you need to develop + OCaml programs which use ocaml-bjack. --- ocaml-bjack-0.1.1.orig/debian/libbjack-ocaml-dev.install.in +++ ocaml-bjack-0.1.1/debian/libbjack-ocaml-dev.install.in @@ -0,0 +1,3 @@ +usr/lib/ocaml/@OCamlABI@/bjack/META +usr/lib/ocaml/@OCamlABI@/bjack/*.a +usr/lib/ocaml/@OCamlABI@/bjack/*.cm* --- ocaml-bjack-0.1.1.orig/debian/rules +++ ocaml-bjack-0.1.1/debian/rules @@ -0,0 +1,19 @@ +#!/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 + +# In order to regenerate 'debian/control' : +# DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean +# Then check manually if everything's ok + +DESTDIR = $(CURDIR)/debian/tmp$(shell ocamlc -where) +DEB_MAKE_INSTALL_TARGET := install OCAMLFIND_DESTDIR=$(DESTDIR) OCAMLFIND_LDCONF=ignore +DEB_DH_INSTALL_SOURCEDIR := debian/tmp +DEB_DH_INSTALL_ARGS := --list-missing + +build/libbjack-ocaml-dev:: + mkdir -p $(DESTDIR) + make doc + --- ocaml-bjack-0.1.1.orig/debian/watch +++ ocaml-bjack-0.1.1/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/savonet/ocaml-bjack-(.+)\.tar\.gz --- ocaml-bjack-0.1.1.orig/debian/libbjack-ocaml.install.in +++ ocaml-bjack-0.1.1/debian/libbjack-ocaml.install.in @@ -0,0 +1 @@ +usr/lib/ocaml/@OCamlABI@/bjack/dllbjack_stubs.so usr/lib/ocaml/@OCamlABI@/stublibs/ --- ocaml-bjack-0.1.1.orig/debian/svn-deblayout +++ ocaml-bjack-0.1.1/debian/svn-deblayout @@ -0,0 +1 @@ +tagsUrl=svn+ssh://svn.debian.org/svn/pkg-ocaml-maint/tags/packages/ocaml-bjack --- ocaml-bjack-0.1.1.orig/debian/changelog +++ ocaml-bjack-0.1.1/debian/changelog @@ -0,0 +1,25 @@ +ocaml-bjack (0.1.1-1) unstable; urgency=low + + * New upstream release, fixes typo in caml_bjack_open_byte(s) + + -- Romain Beauxis Mon, 23 Jun 2008 10:57:06 +0200 + +ocaml-bjack (0.1.0-3) unstable; urgency=low + + * Added needed libsamplerate0-dev to dependencies + for libbjack-ocaml-dev + * Bumped standard-versions to 3.8.0 + + -- Romain Beauxis Sun, 22 Jun 2008 13:18:52 +0200 + +ocaml-bjack (0.1.0-2) unstable; urgency=low + + * Updated copyright notice + + -- Romain Beauxis Sat, 07 Jun 2008 18:12:42 +0200 + +ocaml-bjack (0.1.0-1) unstable; urgency=low + + * Initial upload to unstable (Closes: #480438) + + -- Romain Beauxis Sat, 07 Jun 2008 18:12:39 +0200 --- ocaml-bjack-0.1.1.orig/debian/libbjack-ocaml-dev.docs +++ ocaml-bjack-0.1.1/debian/libbjack-ocaml-dev.docs @@ -0,0 +1,2 @@ +README +doc/html --- ocaml-bjack-0.1.1.orig/debian/compat +++ ocaml-bjack-0.1.1/debian/compat @@ -0,0 +1 @@ +5 --- ocaml-bjack-0.1.1.orig/debian/control.in +++ ocaml-bjack-0.1.1/debian/control.in @@ -0,0 +1,33 @@ +Source: ocaml-bjack +Section: devel +Priority: optional +Maintainer: Debian OCaml Maintainers +Uploaders: Samuel Mimram , Romain Beauxis +Build-Depends: @cdbs@, libjack-dev, libsamplerate0-dev, ocaml-findlib, pkg-config +Standards-Version: 3.8.0 +Homepage: http://savonet.sourceforge.net/ +Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocaml-bjack/trunk +Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-bjack/trunk/ + +Package: libbjack-ocaml +Architecture: any +Section: libs +Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends} +Description: OCaml blocking interface to jack audio connection kit + ocaml-bjack is a blocking interface to jack audio connection kit. + Using it, you can create a jack device and read/write from it + much like with ALSA or OSS. + . + This package contains only the shared runtime stub libraries. + +Package: libbjack-ocaml-dev +Architecture: any +Section: libdevel +Depends: ocaml-nox-${F:OCamlABI}, libjack-dev, libsamplerate0-dev, libbjack-ocaml (= ${binary:Version}), ocaml-findlib +Description: OCaml blocking interface to jack audio connection kit + ocaml-bjack is a blocking interface to jack audio connection kit. + Using it, you can create a jack device and read/write from it + much like with ALSA or OSS. + . + This package contains all the development stuff you need to develop + OCaml programs which use ocaml-bjack. --- ocaml-bjack-0.1.1.orig/debian/copyright +++ ocaml-bjack-0.1.1/debian/copyright @@ -0,0 +1,42 @@ +This package was debianized by Romain Beauxis on +Sat, 10 May 2008 02:55:21 +0200. + +It was downloaded from + +Upstream Author: The Savonet Team + +Copyright: Copyright (C) 2007-2008 Romain Beauxis + Part of the code in jack_wrapper.{c,h} was taken from + bio2jack, written by Chris Morgan + The copyright for this code is: + 2004 Chris Morgan + +License: + + License for this package is the GNU Lesser General Public + License, with the aditional exception (the GNU Library General Public License + is the former name for the GNU Lesser General Public License): + +<---- +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 INRIA, 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. +<---- + + You should have received a copy of the GNU Lesser General Public + License along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL'. + +The Debian packaging is (C) 2008, Romain Beauxis and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'.