debian/0000755000000000000000000000000012256116317007172 5ustar debian/changelog0000644000000000000000000000657512256116317011061 0ustar ocaml-theora (0.3.0-3build1) trusty; urgency=medium * Rebuild for ocaml-4.01. -- Matthias Klose Mon, 23 Dec 2013 20:27:59 +0000 ocaml-theora (0.3.0-3) unstable; urgency=low * Upload to unstable. * Force build-dep on ocaml-ogg >= 0.4.5 -- Romain Beauxis Wed, 08 May 2013 19:29:07 -0500 ocaml-theora (0.3.0-2) experimental; urgency=low * Upload to experimental to rebuild against ocaml-ogg 0.4.4. * Bumped standards version to 3.9.4 -- Romain Beauxis Sat, 20 Apr 2013 11:19:55 -0500 ocaml-theora (0.3.0-1) unstable; urgency=low * New upstream release. * Bumped standards version to 3.9.2 * Switched to 3.0 (quilt) package format. -- Romain Beauxis Tue, 05 Jul 2011 09:49:57 -0500 ocaml-theora (0.3.0~20110523+hgb02e02b1cf7c-1) experimental; urgency=low * Snapshot from mercurial repository. -- Romain Beauxis Mon, 23 May 2011 19:15:55 -0500 ocaml-theora (0.2.0-4) unstable; urgency=low * Upload to unstable. -- Romain Beauxis Thu, 03 Mar 2011 13:47:33 -0600 ocaml-theora (0.2.0-3) experimental; urgency=low * Rebuild against ocaml-ogg 0.4.1 in experimental. -- Romain Beauxis Tue, 07 Sep 2010 18:50:44 -0500 ocaml-theora (0.2.0-2) experimental; urgency=low * Fix build-deps to libtheora-dev -- Stéphane Glondu Thu, 19 Aug 2010 13:54:47 -0500 ocaml-theora (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:54:47 -0500 ocaml-theora (0.2.0~svn6618-1) unstable; urgency=low * Packaged a snapshot of the current developpement code that support the new theora API. Previous version of the binding is broken with the recent libthreora. -- Romain Beauxis Thu, 25 Mar 2010 11:41:21 -0500 ocaml-theora (0.1.2-1) unstable; urgency=low [ Stephane Glondu ] * Use ocaml.mk as a CDBS "rules" file (Closes: #549853) [ Romain Beauxis ] * New upstream release. * Bumped standards version to 3.8.3 * Enabled debugging. * Use new automatic dependency system. * Added doc-base registration. -- Romain Beauxis Wed, 14 Oct 2009 17:21:16 -0500 ocaml-theora (0.1.1-2) unstable; urgency=low [ Samuel Mimram ] * Correct typo in package description, closes: #524036. [ Romain Beauxis ] * Added missing .a files to libtheora-ocaml-dev. -- Romain Beauxis Tue, 19 May 2009 09:41:04 +1100 ocaml-theora (0.1.1-1) unstable; urgency=low * New upstream release, fixes license inconsistency. -- Romain Beauxis Mon, 30 Mar 2009 18:53:53 +0200 ocaml-theora (0.1.0-3) unstable; urgency=low * Fixed debian/copyright. * Bumped standards version to 3.8.1 * Fixed install file for non-native archs. -- Romain Beauxis Mon, 30 Mar 2009 17:13:47 +0200 ocaml-theora (0.1.0-2) unstable; urgency=low * Fixed dependencies of libtheora-ocaml-dev -- Romain Beauxis Sun, 01 Mar 2009 14:32:55 +0100 ocaml-theora (0.1.0-1) unstable; urgency=low * Initial upload to unstable (Closes: #515813) -- Romain Beauxis Sat, 28 Feb 2009 13:37:15 +0100 debian/libtheora-ocaml-dev.doc-base0000644000000000000000000000044412134540024014400 0ustar Document: libtheora-ocaml-dev Title: OCaml Theora module documentation Author: Samuel Mimram Abstract: Documentation of the OCaml Theora module Section: Programming/OCaml Format: HTML Index: /usr/share/doc/libtheora-ocaml-dev/html/index.html Files: /usr/share/doc/libtheora-ocaml-dev/html/* debian/rules0000755000000000000000000000105412142567000010243 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 DEB_CONFIGURE_EXTRA_FLAGS := --enable-debugging 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/libtheora-ocaml-dev:: mkdir -p $(DESTDIR) make doc clean:: rm -rf Makefile src/Makefile src/META doc config.log config.status debian/libtheora-ocaml-dev.docs0000644000000000000000000000002012134540024013641 0ustar README doc/html debian/control0000644000000000000000000000320412142566764010605 0ustar Source: ocaml-theora 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), libtheora-dev (>= 1.1), libogg-ocaml-dev (>= 0.4.5), 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-theora.git Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-theora.git Package: libtheora-ocaml Architecture: any Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends} Provides: ${ocaml:Provides} Description: OCaml interface to the theora library This package provides an interface to the theora library for OCaml programmers. . Theora is a fully open, non-proprietary, patent-and-royalty-free, general-purpose compressed video format. . This package contains only the shared runtime stub libraries. Package: libtheora-ocaml-dev Architecture: any Depends: ${ocaml:Depends}, libtheora-dev, libogg-ocaml-dev (>= 0.3.0-1), libtheora-ocaml (= ${binary:Version}), ocaml-findlib, ${misc:Depends} Provides: ${ocaml:Provides} Description: OCaml interface to the theora library This package provides an interface to the theora library for OCaml programmers. . Theora is a fully open, non-proprietary, patent-and-royalty-free, general-purpose compressed video format. . This package contains all the development stuff you need to develop OCaml programs which use ocaml-theora. debian/copyright0000644000000000000000000000224312134540024011115 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-theora 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-theora 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/0000755000000000000000000000000012134540024010461 5ustar debian/source/format0000644000000000000000000000001412134540024011667 0ustar 3.0 (quilt) debian/libtheora-ocaml.install.in0000644000000000000000000000007112134540024014216 0ustar @OCamlStdlibDir@/theora/dlltheora_stubs.so @OCamlDllDir@ debian/watch0000644000000000000000000000007312134540024010212 0ustar version=3 http://sf.net/savonet/ocaml-theora-(.+)\.tar\.gz debian/compat0000644000000000000000000000000212134540024010357 0ustar 7 debian/libtheora-ocaml-dev.install.in0000644000000000000000000000016512134540024014776 0ustar @OCamlStdlibDir@/theora/META @OCamlStdlibDir@/theora/*.cm* @OCamlStdlibDir@/theora/*.ml* @OCamlStdlibDir@/theora/*.a