debian/0000755000000000000000000000000012256061030007161 5ustar debian/libogg-ocaml-dev.doc-base0000644000000000000000000000042512133137245013677 0ustar Document: libogg-ocaml-dev Title: OCaml Ogg module documentation Author: Samuel Mimram Abstract: Documentation of the OCaml Ogg module Section: Programming/OCaml Format: HTML Index: /usr/share/doc/libogg-ocaml-dev/html/index.html Files: /usr/share/doc/libogg-ocaml-dev/html/* debian/libogg-ocaml.install.in0000644000000000000000000000006312133137245013517 0ustar @OCamlStdlibDir@/ogg/dllogg_stubs.so @OCamlDllDir@ debian/changelog0000644000000000000000000000701012256061030011031 0ustar ocaml-ogg (0.4.5-1build1) trusty; urgency=medium * Rebuild for ocaml-4.01. -- Matthias Klose Mon, 23 Dec 2013 16:17:28 +0000 ocaml-ogg (0.4.5-1) unstable; urgency=low * New upstream release. * Upload to unstable. -- Romain Beauxis Wed, 08 May 2013 19:12:06 -0500 ocaml-ogg (0.4.4-1) experimental; urgency=low * New upstream release. * Upload to experimental. * Bumpted standards version to 3.9.4 -- Romain Beauxis Mon, 15 Apr 2013 22:00:06 -0500 ocaml-ogg (0.4.3-1) unstable; urgency=low * New upstream release. -- Romain Beauxis Sat, 08 Oct 2011 16:13:53 +0200 ocaml-ogg (0.4.2-1) unstable; urgency=low * New upstream release. * Bumped standards version to 3.9.2 * Switched to 3.0 (quilt) package format. * Fixed incorrect mention of INRIA in license. -- Romain Beauxis Sat, 02 Jul 2011 15:25:28 -0500 ocaml-ogg (0.4.1-2) unstable; urgency=low * Upload to unstable. -- Romain Beauxis Thu, 03 Mar 2011 13:33:25 -0600 ocaml-ogg (0.4.1-1) experimental; urgency=low * New upstream release. -- Romain Beauxis Sat, 04 Sep 2010 14:08:56 -0500 ocaml-ogg (0.4.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:51:12 -0500 ocaml-ogg (0.3.1-1) unstable; urgency=low * New upstream release * Bumped standards version to 3.8.3 * Use new automatic dependency system * Change section to ocaml * Clean generated files in debian/rules clean -- Romain Beauxis Mon, 12 Oct 2009 04:46:08 -0500 ocaml-ogg (0.3.0-1) unstable; urgency=low * New Upstream Version. * Switch packaging to git. * Use dh-ocaml's variables for paths. * Update compat to 7. -- Samuel Mimram Sun, 22 Feb 2009 13:53:45 +0100 ocaml-ogg (0.2.0-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 * Added dh-ocaml to build-deps. * Updated standards to 3.8.0. -- Romain Beauxis Sat, 13 Dec 2008 23:45:01 +0100 ocaml-ogg (0.2.0-1) unstable; urgency=low [ Stefano Zacchiroli ] * fix vcs-svn field to point just above the debian/ dir [ Julien Cristau ] * Fix FTBFS with new dpkg-dev by setting CFLAGS correctly in debian/rules (closes: 476058). [ Romain Beauxis ] * New upstream release, now installs .cmx file * Changed maintainer to Debian OCaml Maintainers * Updated standards to 3.7.3 * Removed redundant and buggy make invokation with CFLAGS in debian/rules -- Romain Beauxis Wed, 16 Apr 2008 16:07:56 +0100 ocaml-ogg (0.1.1-3) unstable; urgency=low * Full build-depency.. -- Romain Beauxis Fri, 16 Nov 2007 12:09:18 +0100 ocaml-ogg (0.1.1-2) unstable; urgency=low * Added ocamlfind to build dependencies. Closes: #451100 -- Romain Beauxis Fri, 16 Nov 2007 12:07:02 +0100 ocaml-ogg (0.1.1-1) unstable; urgency=low * New upstream version * New maintainer, under Sam's request -- Romain Beauxis Mon, 05 Nov 2007 14:08:53 +0100 ocaml-ogg (0.1.0-1) unstable; urgency=low * Initial release, closes: #446924. -- Samuel Mimram Tue, 23 Oct 2007 19:15:31 +0100 debian/rules0000755000000000000000000000065112133137327010252 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/$(OCAML_STDLIB_DIR) DEB_MAKE_INSTALL_TARGET := install OCAMLFIND_DESTDIR=$(DESTDIR) OCAMLFIND_LDCONF=ignore build/libogg-ocaml-dev:: mkdir -p $(DESTDIR) make doc clean:: rm -rf Makefile src/Makefile src/META doc config.log config.status debian/libogg-ocaml-dev.install.in0000644000000000000000000000020212133137245014266 0ustar @OCamlStdlibDir@/ogg/META @OCamlStdlibDir@/ogg/*.a @OCamlStdlibDir@/ogg/*.cm* @OCamlStdlibDir@/ogg/*.ml* @OCamlStdlibDir@/ogg/*.h debian/gbp.conf0000644000000000000000000000003612133137245010605 0ustar [DEFAULT] pristine-tar = True debian/control0000644000000000000000000000265412133137343010600 0ustar Source: ocaml-ogg 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), libogg-dev, ocaml-findlib (>= 1.2.4), pkg-config Standards-Version: 3.9.4 Homepage: http://savonet.sourceforge.net/ Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-ogg.git Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-ogg.git Package: libogg-ocaml Architecture: any Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends} Provides: ${ocaml:Provides} Description: OCaml bindings for the Ogg bitstream library Libogg is a library for manipulating ogg bitstreams. It handles both making ogg bitstreams and getting packets from ogg bitstreams. . This package contains only the shared runtime stub libraries. Package: libogg-ocaml-dev Architecture: any Depends: ${ocaml:Depends}, libogg-dev, libogg-ocaml (= ${binary:Version}), ocaml-findlib, ${misc:Depends} Provides: ${ocaml:Provides} Description: OCaml bindings for the Ogg bitstream library Libogg is a library for manipulating ogg bitstreams. It handles both making ogg bitstreams and getting packets from ogg bitstreams. . This package contains all the development stuff you need to develop OCaml programs which use ogg. debian/libogg-ocaml-dev.docs0000644000000000000000000000002012133137245013141 0ustar README doc/html debian/copyright0000644000000000000000000000327112133137245011125 0ustar This package was debianized by Samuel Mimram on Tue, 23 Oct 2007 19:20:42 +0100. It was downloaded from Upstream Author: Samuel Mimram Copyright: Copyright © 2007 Samuel Mimram License: License for this package is the GNU Lesser General Public License, with the additional 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 the Savonet Team, 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-2.1'. The Debian packaging is © 2007, Samuel Mimram and is licensed under the GPL, see `/usr/share/common-licenses/GPL-3'. debian/source/0000755000000000000000000000000012133137245010467 5ustar debian/source/format0000644000000000000000000000001412133137245011675 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000007012133137245010215 0ustar version=3 http://sf.net/savonet/ocaml-ogg-(.+)\.tar\.gz debian/compat0000644000000000000000000000000212133137245010365 0ustar 7