debian/0000755000000000000000000000000012256060767007201 5ustar debian/changelog0000644000000000000000000000417712256060767011064 0ustar ocaml-gavl (0.1.5-2build1) trusty; urgency=medium * Rebuild for ocaml-4.01. -- Matthias Klose Mon, 23 Dec 2013 16:16:55 +0000 ocaml-gavl (0.1.5-2) unstable; urgency=low * Upload to unstable. -- Romain Beauxis Wed, 08 May 2013 19:06:33 -0500 ocaml-gavl (0.1.5-1) experimental; urgency=low * New upstream release. * Upload to experimental. * Bumped standards version to 3.9.4 -- Romain Beauxis Mon, 15 Apr 2013 21:56:14 -0500 ocaml-gavl (0.1.4-1) unstable; urgency=low * New upstream version. * Bumped standard version to 3.9.2 * Switch to dpkg-source 3.0 (quilt) format -- Romain Beauxis Thu, 12 May 2011 16:21:19 -0500 ocaml-gavl (0.1.3-2) unstable; urgency=low * Upload to unstable. -- Romain Beauxis Thu, 03 Mar 2011 13:30:44 -0600 ocaml-gavl (0.1.3-1) experimental; urgency=low [ Stéphane Glondu ] * Bump build-dependency to libgavl-dev [ Romain Beauxis ] * 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:47:10 -0500 ocaml-gavl (0.1.2-1) unstable; urgency=low [ Stephane Glondu ] * Use ocaml.mk as a CDBS "rules" file (Closes: #549843) [ Samuel Mimram ] * Correct typo in description, closes: #531023. [ Romain Beauxis ] * New upstream release. * Bumped standards version to 3.8.3 * Changed section to ocaml * Switched to new automatic dependency system. -- Romain Beauxis Mon, 12 Oct 2009 03:51:21 -0500 ocaml-gavl (0.1.1-2) unstable; urgency=low * Added missing .a files to libgavl-ocaml-dev. -- Romain Beauxis Mon, 18 May 2009 23:27:37 +1100 ocaml-gavl (0.1.1-1) unstable; urgency=low * New upstream release, fixes license inconsistence. -- Romain Beauxis Mon, 30 Mar 2009 18:36:23 +0200 ocaml-gavl (0.1.0-1) unstable; urgency=low * Initial upload to unstable (Closes: #515808) -- Romain Beauxis Mon, 30 Mar 2009 16:16:32 +0200 debian/rules0000755000000000000000000000106712133136764010260 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 DESTDIR = $(CURDIR)/debian/tmp$(shell ocamlc -where) DEB_CONFIGURE_SCRIPT := ./configure DEB_MAKE_INSTALL_TARGET := install OCAMLFIND_DESTDIR=$(DESTDIR) OCAMLFIND_LDCONF=ignore DEB_DH_INSTALL_SOURCEDIR := debian/tmp DEB_DH_INSTALL_ARGS := --list-missing build/libgavl-ocaml-dev:: mkdir -p $(DESTDIR) make doc clean:: rm -rf Makefile src/Makefile src/META doc config.log config.status \ .pc config.h debian/libgavl-ocaml.install.in0000644000000000000000000000006512133136665013703 0ustar @OCamlStdlibDir@/gavl/dllgavl_stubs.so @OCamlDllDir@ debian/libgavl-ocaml-dev.doc-base0000644000000000000000000000042712133136665014063 0ustar Document: libgavl-ocaml-dev Title: OCaml Gavl module documentation Author: The Savonet Team Abstract: Documentation of the Gavl module Section: Programming/OCaml Format: HTML Index: /usr/share/doc/libgavl-ocaml-dev/html/index.html Files: /usr/share/doc/libgavl-ocaml-dev/html/* debian/control0000644000000000000000000000360312133136757010603 0ustar Source: ocaml-gavl 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), libgavl-dev (>= 1.0.1), ocaml-findlib (>= 1.2.4), pkg-config Standards-Version: 3.9.4 Homepage: http://savonet.sourceforge.net/ Vcs-Git: git://git.debian.org/pkg-ocaml-maint/packages/ocaml-gavl.git Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-gavl.git Package: libgavl-ocaml Architecture: any Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends} Provides: ${ocaml:Provides} Description: OCaml interface to the gavl library This package provides an interface to the gavl library for OCaml programmers. . Gavl handles all the details of audio and video formats like colorspaces, samplerates, multichannel configurations etc. It provides standardized definitions for those formats as well as container structures for carrying audio samples or video images inside an application. . This package contains only the shared runtime stub libraries. Package: libgavl-ocaml-dev Architecture: any Depends: ${ocaml:Depends}, libgavl-dev, libgavl-ocaml (= ${binary:Version}), ocaml-findlib, ${misc:Depends} Provides: ${ocaml:Provides} Description: OCaml interface to the gavl library This package provides an interface to the gavl library for OCaml programmers. . Gavl handles all the details of audio and video formats like colorspaces, samplerates, multichannel configurations etc. It provides standardized definitions for those formats as well as container structures for carrying audio samples or video images inside an application. . This package contains all the development stuff you need to develop OCaml programs which use ocaml-gavl. debian/copyright0000644000000000000000000000223712133136665011133 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 © 2003-2009 The Savonet Team. License: Ocaml-gavl 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. Ocaml-gavl 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 can be found in `/usr/share/common-licenses/GPL-2'. The Debian packaging is © 2009, Romain Beauxis and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/source/0000755000000000000000000000000012133136665010474 5ustar debian/source/format0000644000000000000000000000001412133136665011702 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000007112133136665010223 0ustar version=3 http://sf.net/savonet/ocaml-gavl-(.+)\.tar\.gz debian/libgavl-ocaml-dev.docs0000644000000000000000000000002012133136665013323 0ustar README doc/html debian/compat0000644000000000000000000000000212133136665010372 0ustar 7 debian/libgavl-ocaml-dev.install.in0000644000000000000000000000015512133136665014457 0ustar @OCamlStdlibDir@/gavl/META @OCamlStdlibDir@/gavl/*.cm* @OCamlStdlibDir@/gavl/*.ml* @OCamlStdlibDir@/gavl/*.a