debian/0000755000000000000000000000000012256060727007175 5ustar debian/libalsa-ocaml.install.in0000644000000000000000000000004311563052670013665 0ustar src/dllalsa_stubs.so @OCamlDllDir@ debian/changelog0000644000000000000000000000700712256060727011053 0ustar ocaml-alsa (0.2.1-1build4) trusty; urgency=medium * Rebuild for ocaml-4.01. -- Matthias Klose Mon, 23 Dec 2013 16:16:24 +0000 ocaml-alsa (0.2.1-1build3) precise; urgency=low * Rebuild with ocamlopt on armhf. -- Colin Watson Tue, 24 Jan 2012 01:02:05 +0000 ocaml-alsa (0.2.1-1build2) precise; urgency=low * Rebuild for OCaml 3.12.1. -- Colin Watson Sat, 19 Nov 2011 00:44:09 +0000 ocaml-alsa (0.2.1-1build1) oneiric; urgency=low * Rebuild to pick up ocaml fixes on armel. -- Adam Conrad Wed, 24 Aug 2011 16:27:01 -0600 ocaml-alsa (0.2.1-1) unstable; urgency=low * New upstream release. * Switch to dpkg-source 3.0 (quilt) format. * Bumped standards version to 3.9.2 -- Romain Beauxis Thu, 12 May 2011 16:33:00 -0500 ocaml-alsa (0.2.0-2) unstable; urgency=low * Upload to unstable. -- Romain Beauxis Thu, 03 Mar 2011 13:20:48 -0600 ocaml-alsa (0.2.0-1) experimental; urgency=low * New upstream release. * Upload to experimental now that squeeze is frozen. * Bumped standards version to 3.9.1 -- Romain Beauxis Thu, 19 Aug 2010 13:39:57 -0500 ocaml-alsa (0.1.4-2) unstable; urgency=low * Use new automatic dependency system. * Fixed Vcs-* fields. -- Romain Beauxis Mon, 12 Oct 2009 00:34:14 -0500 ocaml-alsa (0.1.4-1) unstable; urgency=low * New upstream release. * Bumped standards version to 3.8.3 * Changed section to ocaml. * Clean generated file when calling debian/rules clean -- Romain Beauxis Sun, 11 Oct 2009 23:59:26 -0500 ocaml-alsa (0.1.3-3) unstable; urgency=low * Switch packaging to git. * Use dh-ocaml. * Update compat to 7. -- Samuel Mimram Wed, 25 Feb 2009 09:35:53 +0100 ocaml-alsa (0.1.3-2) experimental; urgency=low * New upload to experimental to build against ocaml 3.11. * Versioned ocaml-related build-dep to avoid confusion. * Switched to cdbs * Changed maintainer to the debian ocaml team. * Added dh-ocaml to build-deps. -- Romain Beauxis Sat, 13 Dec 2008 22:29:42 +0100 ocaml-alsa (0.1.3-1) unstable; urgency=low [ Stefano Zacchiroli ] * fix vcs-svn field to point just above the debian/ dir [ Romain Beauxis ] * New upstream release, now installs .cmx file * Updated standards to 3.7.3 * Changed maintainer and uploaders to Liquidsoap Packaging Team * Changed doc-bace section to new name [ Julien Cristau ] * Fix FTBFS with new dpkg-dev by setting CFLAGS correctly in debian/rules (closes: 476037) -- Romain Beauxis Mon, 14 Apr 2008 21:13:15 +0100 ocaml-alsa (0.1.2-2) unstable; urgency=low * Upload to unstable. -- Samuel Mimram Fri, 16 Nov 2007 19:31:21 +0000 ocaml-alsa (0.1.2-1) experimental; urgency=low * New upstream release. -- Samuel Mimram Mon, 12 Nov 2007 23:24:45 +0000 ocaml-alsa (0.1.1-2) unstable; urgency=low * Rebuild with OCaml 3.10. -- Samuel Mimram Sat, 08 Sep 2007 00:38:03 +0200 ocaml-alsa (0.1.1-1) unstable; urgency=low * New upstream release. * It now correctly installs on non-native ocaml archs, closes: #423842. -- Samuel Mimram Tue, 22 May 2007 22:20:08 +0200 ocaml-alsa (0.1.0-1) unstable; urgency=low * Initial release, closes: #422867. -- Samuel Mimram Wed, 11 Apr 2007 16:59:56 +0200 debian/libalsa-ocaml-dev.doc-base0000644000000000000000000000043211563052670014045 0ustar Document: libalsa-ocaml-dev Title: OCaml Alsa module documentation Author: Samuel Mimram Abstract: Documentation of the OCaml Alsa module Section: Programming/OCaml Format: HTML Index: /usr/share/doc/libalsa-ocaml-dev/html/index.html Files: /usr/share/doc/libalsa-ocaml-dev/html/* debian/rules0000755000000000000000000000107711563052670010260 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 DESTDIR = $(CURDIR)/debian/tmp/$(OCAML_STDLIB_DIR) DEB_MAKE_INSTALL_TARGET := install OCAMLFIND_DESTDIR=$(DESTDIR) OCAMLFIND_LDCONF=ignore build/libalsa-ocaml-dev:: mkdir -p $(DESTDIR) make doc clean:: rm -f Makefile config.log config.status src/META src/Makefile debian/libalsa-ocaml-dev.examples0000644000000000000000000000001311563052670014201 0ustar examples/* debian/gbp.conf0000644000000000000000000000003611563052670010611 0ustar [DEFAULT] pristine-tar = True debian/control0000644000000000000000000000240111563052670010573 0ustar Source: ocaml-alsa Section: ocaml Priority: optional Maintainer: Debian OCaml Maintainers Uploaders: Samuel Mimram , Romain Beauxis Build-Depends: cdbs (>= 0.4.53), debhelper (>= 7.0.1), ocaml-nox, dh-ocaml (>= 0.9), pkg-config, libasound2-dev, ocaml-findlib (>= 1.2.4) Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/pkg-ocaml-maint/packages/ocaml-alsa.git Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-alsa.git Package: libalsa-ocaml Architecture: any Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends} Provides: ${ocaml:Provides} Description: OCaml bindings for the ALSA library This OCaml library interfaces the ALSA library libasound to access audio devices. . This package contains only the shared runtime stub libraries. Package: libalsa-ocaml-dev Architecture: any Depends: ${ocaml:Depends}, libasound2-dev, libalsa-ocaml (= ${binary:Version}), ocaml-findlib, ${misc:Depends} Provides: ${ocaml:Provides} Description: OCaml bindings for the ALSA library This OCaml library interfaces the ALSA library libasound to access audio devices. . This package contains all the development stuff you need to use ocaml-alsa in your programs. debian/libalsa-ocaml-dev.install.in0000644000000000000000000000015511563052670014445 0ustar @OCamlStdlibDir@/alsa/META @OCamlStdlibDir@/alsa/*.cm* @OCamlStdlibDir@/alsa/*.ml* @OCamlStdlibDir@/alsa/*.a debian/copyright0000644000000000000000000000230711563052670011130 0ustar This package was debianized by Samuel Mimram on Tue, 08 May 2007 15:58:21 +0200 It was downloaded from http://savonet.sourceforge.net/ Upstream Author: Samuel Mimram Copyright © 2006-2007 the Savonet Team License: 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 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 General Public License can be found in `/usr/share/common-licenses/GPL'. The Debian packaging is © 2007, Samuel Mimram and is licensed under the GPL, see above. debian/source/0000755000000000000000000000000011563052670010473 5ustar debian/source/format0000644000000000000000000000001411563052670011701 0ustar 3.0 (quilt) debian/libalsa-ocaml-dev.docs0000644000000000000000000000002011563052670013311 0ustar README doc/html debian/watch0000644000000000000000000000011711563052670010223 0ustar version=3 http://sf.net/savonet/ocaml-alsa-([0-9\.]*)\.tar\.gz debian uupdate debian/compat0000644000000000000000000000000211563052670010371 0ustar 7 debian/control.in0000644000000000000000000000230311563052670011201 0ustar Source: ocaml-alsa Section: ocaml Priority: optional Maintainer: Debian OCaml Maintainers Uploaders: Samuel Mimram , Romain Beauxis Build-Depends: @cdbs@, pkg-config, libasound2-dev, ocaml-findlib (>= 1.2.4) Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/pkg-ocaml-maint/packages/ocaml-alsa.git Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-alsa.git Package: libalsa-ocaml Architecture: any Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends} Provides: ${ocaml:Provides} Description: OCaml bindings for the ALSA library This OCaml library interfaces the ALSA library libasound to access audio devices. . This package contains only the shared runtime stub libraries. Package: libalsa-ocaml-dev Architecture: any Depends: ${ocaml:Depends}, libasound2-dev, libalsa-ocaml (= ${binary:Version}), ocaml-findlib, ${misc:Depends} Provides: ${ocaml:Provides} Description: OCaml bindings for the ALSA library This OCaml library interfaces the ALSA library libasound to access audio devices. . This package contains all the development stuff you need to use ocaml-alsa in your programs.