--- ocaml-portaudio-0.1.1.orig/debian/watch +++ ocaml-portaudio-0.1.1/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/savonet/ocaml-portaudio-(.+)\.tar\.gz --- ocaml-portaudio-0.1.1.orig/debian/libportaudio-ocaml-dev.docs +++ ocaml-portaudio-0.1.1/debian/libportaudio-ocaml-dev.docs @@ -0,0 +1,2 @@ +README +doc/html --- ocaml-portaudio-0.1.1.orig/debian/changelog +++ ocaml-portaudio-0.1.1/debian/changelog @@ -0,0 +1,27 @@ +ocaml-portaudio (0.1.1-2ubuntu1) hardy; urgency=low + + * debian/rules: + + Fix quoting of CFLAGS (fixes a FTBFS). + * debian/control: + + Modify Maintainer value to match DebianMaintainerField spec. + + -- Michael Bienia Tue, 25 Mar 2008 22:24:57 +0100 + +ocaml-portaudio (0.1.1-2build1) hardy; urgency=low + + * No-change rebuild against fixed pkg-create-dbgsym. (LP #197293) + + -- Martin Pitt Wed, 12 Mar 2008 11:24:32 +0000 + +ocaml-portaudio (0.1.1-2) unstable; urgency=low + + * Fixed dependencies for developpement package + + -- Romain Beauxis Mon, 19 Nov 2007 13:37:26 +0100 + +ocaml-portaudio (0.1.1-1) unstable; urgency=low + + * Initial upload to sid + Closes: #451930 + + -- Romain Beauxis Mon, 19 Nov 2007 13:12:50 +0100 --- ocaml-portaudio-0.1.1.orig/debian/control +++ ocaml-portaudio-0.1.1/debian/control @@ -0,0 +1,32 @@ +Source: ocaml-portaudio +Section: devel +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Liquidsoap Debian Packaging +Uploaders: Samuel Mimram , Romain Beauxis +Build-Depends: debhelper (>= 5.0.0), portaudio19-dev, ocaml-nox (>= 3.10), ocaml-findlib, pkg-config +Standards-Version: 3.7.2 +Homepage: http://savonet.sourceforge.net/ +Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocaml-portaudio +Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-portaudio/trunk/ + +Package: libportaudio-ocaml +Architecture: any +Section: libs +Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends} +Description: OCaml bindings for the portaudio library + Portaudio is a portable audio I/O library designed for cross-platform + support of audio. This package provides O'Caml interface to this library. + . + This package contains only the shared runtime stub libraries. + +Package: libportaudio-ocaml-dev +Architecture: any +Section: libdevel +Depends: ocaml-nox-${F:OCamlABI}, portaudio19-dev, libportaudio-ocaml (= ${binary:Version}), ocaml-findlib +Description: OCaml bindings for the portaudio library + Portaudio is a portable audio I/O library designed for cross-platform + support of audio. This package provides O'Caml interface to this library. + . + This package contains all the development stuff you need to develop + OCaml programs which use portaudio. --- ocaml-portaudio-0.1.1.orig/debian/libportaudio-ocaml-dev.install.in +++ ocaml-portaudio-0.1.1/debian/libportaudio-ocaml-dev.install.in @@ -0,0 +1,3 @@ +usr/lib/ocaml/@OCamlABI@/portaudio/META +usr/lib/ocaml/@OCamlABI@/portaudio/*.a +usr/lib/ocaml/@OCamlABI@/portaudio/*.cm* --- ocaml-portaudio-0.1.1.orig/debian/copyright +++ ocaml-portaudio-0.1.1/debian/copyright @@ -0,0 +1,37 @@ +This package was debianized by Romain Beauxis on +Mon, 19 Nov 2007 13:12:50 +0100 + +It was downloaded from + +Upstream Author: Samuel Mimram + +Copyright: Copyright (C) 2007 Samuel Mimram + +License: + + License for this package is the GNU Lesser General Public + License, with the aditional exception: + +<---- +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) 2007, Samuel Mimram and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- ocaml-portaudio-0.1.1.orig/debian/compat +++ ocaml-portaudio-0.1.1/debian/compat @@ -0,0 +1 @@ +5 --- ocaml-portaudio-0.1.1.orig/debian/svn-deblayout +++ ocaml-portaudio-0.1.1/debian/svn-deblayout @@ -0,0 +1 @@ +tagsUrl=svn+ssh://svn.debian.org/svn/pkg-ocaml-maint/tags/packages/ocaml-portaudio --- ocaml-portaudio-0.1.1.orig/debian/rules +++ ocaml-portaudio-0.1.1/debian/rules @@ -0,0 +1,71 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +OCAMLABI := $(shell ocamlc -version) +OFILES := $(patsubst %.in,%,$(wildcard debian/*.in)) + +DESTDIR = $(CURDIR)/debian/tmp$(shell ocamlc -where) + +CFLAGS = -O2 -g -fPIC + +ocamlinit: + for f in $(OFILES); do sed -e 's/@OCamlABI@/$(OCAMLABI)/g' $$f.in > $$f; done + +config.status: configure + dh_testdir + ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info + +build: ocamlinit build-stamp +build-stamp: config.status + dh_testdir + + $(MAKE) CFLAGS="$(CFLAGS)" + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + [ ! -f Makefile ] || $(MAKE) distclean + rm -f config.log config.status + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + mkdir -p $(DESTDIR) + $(MAKE) install OCAMLFIND_DESTDIR=$(DESTDIR) OCAMLFIND_LDCONF=ignore + $(MAKE) doc + +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs CHANGES + dh_installdocs + dh_installexamples + dh_install --sourcedir=debian/tmp --list-missing + dh_link + dh_strip + dh_compress + dh_fixperms + dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol -- -VF:OCamlABI="$(OCAMLABI)" + dh_md5sums + dh_builddeb + +binary-indep: + +binary: binary-arch +.PHONY: build clean binary-indep binary-arch binary install ocamlinit --- ocaml-portaudio-0.1.1.orig/debian/libportaudio-ocaml.install.in +++ ocaml-portaudio-0.1.1/debian/libportaudio-ocaml.install.in @@ -0,0 +1 @@ +usr/lib/ocaml/@OCamlABI@/portaudio/dllportaudio_stubs.so usr/lib/ocaml/@OCamlABI@/stublibs/