--- ocaml-vorbis-0.5.1.orig/debian/control +++ ocaml-vorbis-0.5.1/debian/control @@ -0,0 +1,43 @@ +Source: ocaml-vorbis +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, libvorbis-dev, ocaml-findlib (>= 1.2.4), libogg-ocaml-dev (>= 0.4.1) +Standards-Version: 3.9.1 +Homepage: http://savonet.sourceforge.net/ +Vcs-Git: git://git.debian.org/pkg-ocaml-maint/packages/ocaml-vorbis.git +Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-vorbis.git + +Package: libvorbis-ocaml +Architecture: any +Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends} +Provides: ${ocaml:Provides} +Description: OCaml bindings for vorbis library + This OCaml library interfaces the vorbis C library. It can be used to + decode from or encode to the Ogg Vorbis compressed audio format as well + as to get informations about an Ogg Vorbis file. + . + Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, + general-purpose compressed audio format for audio and music at fixed + and variable bitrates from 16 to 128 kbps/channel. + . + This package contains only the shared runtime stub libraries. + +Package: libvorbis-ocaml-dev +Architecture: any +Depends: ${ocaml:Depends}, ${misc:Depends}, + libvorbis-dev, libvorbis-ocaml (= ${binary:Version}), libogg-ocaml-dev +Provides: ${ocaml:Provides} +Description: OCaml bindings for the vorbis library + This OCaml library interfaces the vorbis C library. It can be used to + decode from or encode to the Ogg Vorbis compressed audio format as well + as to get informations about an Ogg Vorbis file. + . + Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, + general-purpose compressed audio format for audio and music at fixed + and variable bitrates from 16 to 128 kbps/channel. + . + This package contains all the development stuff you need to use ocaml-vorbis + in your programs. --- ocaml-vorbis-0.5.1.orig/debian/rules +++ ocaml-vorbis-0.5.1/debian/rules @@ -0,0 +1,20 @@ +#!/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 + +DEB_CONFIGURE_EXTRA_FLAGS := --enable-debugging +DESTDIR = $(CURDIR)/debian/tmp/$(OCAML_STDLIB_DIR) +DEB_MAKE_INSTALL_TARGET := install OCAMLFIND_DESTDIR=$(DESTDIR) OCAMLFIND_LDCONF=ignore + +build/libvorbis-ocaml-dev:: + mkdir -p $(DESTDIR) + make doc + +clean:: + rm -rf src/Makefile src/META doc config.log config.status --- ocaml-vorbis-0.5.1.orig/debian/watch +++ ocaml-vorbis-0.5.1/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://sf.net/savonet/ocaml-vorbis-([0-9\.]*)\.tar\.gz debian uupdate --- ocaml-vorbis-0.5.1.orig/debian/libvorbis-ocaml-dev.docs +++ ocaml-vorbis-0.5.1/debian/libvorbis-ocaml-dev.docs @@ -0,0 +1,2 @@ +README +doc/html --- ocaml-vorbis-0.5.1.orig/debian/libvorbis-ocaml.install.in +++ ocaml-vorbis-0.5.1/debian/libvorbis-ocaml.install.in @@ -0,0 +1 @@ +@OCamlStdlibDir@/vorbis/dllvorbis_stubs.so @OCamlDllDir@ --- ocaml-vorbis-0.5.1.orig/debian/changelog +++ ocaml-vorbis-0.5.1/debian/changelog @@ -0,0 +1,182 @@ +ocaml-vorbis (0.5.1-3) unstable; urgency=low + + * Upload to unstable. + + -- Romain Beauxis Thu, 03 Mar 2011 13:46:18 -0600 + +ocaml-vorbis (0.5.1-2) experimental; urgency=low + + * Rebuild against new ocaml-ogg in experimental. + * Bumped standards version to 3.9.1 + + -- Romain Beauxis Tue, 07 Sep 2010 18:47:02 -0500 + +ocaml-vorbis (0.5.1-1) unstable; urgency=low + + * New upstream release. + * Bumped standards version to 3.8.3 + * Changed section to ocaml + * Use new automatic dependency system. + * Enabled debugging. + * Fixed Vcs-* fields. + * Switch to ocaml.mk + * Versioned license in debian/copyright + + -- Romain Beauxis Wed, 14 Oct 2009 17:07:30 -0500 + +ocaml-vorbis (0.5.0-1) unstable; urgency=low + + * New Upstream Version. + * Switch packaging to git. + * Use dh-ocaml's predefined variables. + * Update compat to 7. + * Update standards version to 3.8.0. + + -- Samuel Mimram Mon, 23 Feb 2009 14:14:09 +0100 + +ocaml-vorbis (0.4.1-1) unstable; urgency=low + + [ Stefano Zacchiroli ] + * fix vcs-svn field to point just above the debian/ dir + + [ Romain Beauxis ] + * New upstream release, now install .cmx file + * Changed maintainer to Debian OCaml Maintainers + + [ Ralf Treinen ] + * Changed doc-base section to Programming/OCaml + + -- Ralf Treinen Fri, 16 May 2008 21:31:44 +0200 + +ocaml-vorbis (0.4.0-3) unstable; urgency=low + + * Changed maintainers to liquidsoap packaging team + * Updated standards to 3.7.3 (no changes) + * Added Homepage: to description + * Updated copyright file + * Removed unused dpatch + + -- Romain Beauxis Tue, 11 Dec 2007 02:19:28 +0100 + +ocaml-vorbis (0.4.0-2) unstable; urgency=low + + * Upload to unstable. + * Added a dependency from libvorbis-ocaml-dev to libogg-ocaml-dev. + + -- Samuel Mimram Sat, 17 Nov 2007 17:39:35 +0000 + +ocaml-vorbis (0.4.0-1) experimental; urgency=low + + * New upstream release. + * Removed link.dpatch, integrated upstream. + + -- Samuel Mimram Mon, 12 Nov 2007 23:08:39 +0000 + +ocaml-vorbis (0.3.1-3) unstable; urgency=low + + * Corrected link.dpatch, closes: #442961. + + -- Samuel Mimram Tue, 18 Sep 2007 21:54:19 +0000 + +ocaml-vorbis (0.3.1-2) unstable; urgency=low + + * Rebuild with OCaml 3.10. + * Using dpatch to handle patches. + * Added link.dpatch to correctly link shared library, closes: #433055. + + -- Samuel Mimram Sat, 08 Sep 2007 13:35:42 +0200 + +ocaml-vorbis (0.3.1-1) unstable; urgency=low + + * New upstream release. + + -- Samuel Mimram Fri, 22 Jun 2007 19:41:44 +0200 + +ocaml-vorbis (0.3.0-2) unstable; urgency=low + + * Upload to unstable. + + -- Samuel Mimram Wed, 11 Apr 2007 16:57:23 +0200 + +ocaml-vorbis (0.3.0-1) experimental; urgency=low + + * New upstream release. + + -- Samuel Mimram Fri, 16 Mar 2007 18:27:53 +0100 + +ocaml-vorbis (0.2.3-2) unstable; urgency=low + + * Added a missing build-dependency on pkg-config. + + -- Samuel Mimram Mon, 20 Nov 2006 23:06:55 +0000 + +ocaml-vorbis (0.2.3-1) unstable; urgency=low + + * Messed up the last upload: this package shouldn't be native. + + -- Samuel Mimram Mon, 20 Nov 2006 20:57:40 +0100 + +ocaml-vorbis (0.2.3) unstable; urgency=low + + * New upstream release. + * Made the package binNMU-safe. + + -- Samuel Mimram Mon, 20 Nov 2006 20:50:46 +0100 + +ocaml-vorbis (0.2.2-1) unstable; urgency=low + + * New upstream release. + + -- Samuel Mimram Fri, 7 Jul 2006 08:42:54 +0000 + +ocaml-vorbis (0.2.1-3) unstable; urgency=low + + * Rebuild with OCaml 3.09.2. + * Updated standards version to 3.7.2, no changes needed. + + -- Samuel Mimram Thu, 18 May 2006 22:40:15 +0000 + +ocaml-vorbis (0.2.1-2) unstable; urgency=low + + * Rebuild with OCaml 3.09.1. + * Correctly handling OCaml's ABI stuff in package. + + -- Samuel Mimram Sun, 8 Jan 2006 18:14:07 +0100 + +ocaml-vorbis (0.2.1-1) unstable; urgency=low + + * New upstream release. + * Updated to OCaml 3.09.0. + * No longer hardcoding OCaml's ABI in debian/* files. + * Updated watch file. + + -- Samuel Mimram Tue, 15 Nov 2005 22:09:58 +0100 + +ocaml-vorbis (0.2.0-1) unstable; urgency=low + + * New upstream release. + + -- Samuel Mimram Thu, 21 Apr 2005 20:36:16 +0200 + +ocaml-vorbis (0.1.1-3) unstable; urgency=medium + + * Rebuilding with OCaml 3.08.3. + * Updated my email. + + -- Samuel Mimram Tue, 22 Mar 2005 17:10:53 +0100 + +ocaml-vorbis (0.1.1-2) unstable; urgency=low + + * Added -fPIC to the CFLAGS. + * Added a watch file. + * The -dev does not need to depend on ocaml-findlib. + * Removed dependency to libogg-dev which was redundant. + * Test for a native compiler is handled by the configure. + + -- Samuel Mimram Sun, 8 Aug 2004 18:34:16 +0200 + +ocaml-vorbis (0.1.1-1) unstable; urgency=low + + * Initial release, closes: #256933. + + -- Samuel Mimram Wed, 30 Jun 2004 00:32:02 +0200 --- ocaml-vorbis-0.5.1.orig/debian/compat +++ ocaml-vorbis-0.5.1/debian/compat @@ -0,0 +1 @@ +7 --- ocaml-vorbis-0.5.1.orig/debian/control.in +++ ocaml-vorbis-0.5.1/debian/control.in @@ -0,0 +1,43 @@ +Source: ocaml-vorbis +Section: ocaml +Priority: optional +Maintainer: Debian OCaml Maintainers +Uploaders: Samuel Mimram , Romain Beauxis +Build-Depends: @cdbs@, + pkg-config, libvorbis-dev, ocaml-findlib (>= 1.2.4), libogg-ocaml-dev (>= 0.4.1) +Standards-Version: 3.9.1 +Homepage: http://savonet.sourceforge.net/ +Vcs-Git: git://git.debian.org/pkg-ocaml-maint/packages/ocaml-vorbis.git +Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-vorbis.git + +Package: libvorbis-ocaml +Architecture: any +Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends} +Provides: ${ocaml:Provides} +Description: OCaml bindings for vorbis library + This OCaml library interfaces the vorbis C library. It can be used to + decode from or encode to the Ogg Vorbis compressed audio format as well + as to get informations about an Ogg Vorbis file. + . + Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, + general-purpose compressed audio format for audio and music at fixed + and variable bitrates from 16 to 128 kbps/channel. + . + This package contains only the shared runtime stub libraries. + +Package: libvorbis-ocaml-dev +Architecture: any +Depends: ${ocaml:Depends}, ${misc:Depends}, + libvorbis-dev, libvorbis-ocaml (= ${binary:Version}), libogg-ocaml-dev +Provides: ${ocaml:Provides} +Description: OCaml bindings for the vorbis library + This OCaml library interfaces the vorbis C library. It can be used to + decode from or encode to the Ogg Vorbis compressed audio format as well + as to get informations about an Ogg Vorbis file. + . + Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, + general-purpose compressed audio format for audio and music at fixed + and variable bitrates from 16 to 128 kbps/channel. + . + This package contains all the development stuff you need to use ocaml-vorbis + in your programs. --- ocaml-vorbis-0.5.1.orig/debian/libvorbis-ocaml-dev.install.in +++ ocaml-vorbis-0.5.1/debian/libvorbis-ocaml-dev.install.in @@ -0,0 +1,4 @@ +@OCamlStdlibDir@/vorbis/META +@OCamlStdlibDir@/vorbis/*.a +@OCamlStdlibDir@/vorbis/*.cm* +@OCamlStdlibDir@/vorbis/*.ml* --- ocaml-vorbis-0.5.1.orig/debian/libvorbis-ocaml-dev.examples +++ ocaml-vorbis-0.5.1/debian/libvorbis-ocaml-dev.examples @@ -0,0 +1 @@ +examples/* --- ocaml-vorbis-0.5.1.orig/debian/libvorbis-ocaml-dev.doc-base +++ ocaml-vorbis-0.5.1/debian/libvorbis-ocaml-dev.doc-base @@ -0,0 +1,9 @@ +Document: libvorbis-ocaml-dev +Title: OCaml Vorbis module documentation +Author: Samuel Mimram +Abstract: Documentation of the Vorbis module +Section: Programming/OCaml + +Format: HTML +Index: /usr/share/doc/libvorbis-ocaml-dev/html/index.html +Files: /usr/share/doc/libvorbis-ocaml-dev/html/* --- ocaml-vorbis-0.5.1.orig/debian/copyright +++ ocaml-vorbis-0.5.1/debian/copyright @@ -0,0 +1,15 @@ +This package was debianized by Samuel Mimram on +Sun, 2 Nov 2003 20:18:05 +0100. + +It was downloaded from http://savonet.sourceforge.net/ + +Upstream Authors: the Savonet Team + +Copyright © 2003-2007 the Savonet Team. + +The ocaml-vorbis library is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +(GPL) as published by the Free Software Foundation; either version +2 of the License, or (at your option) any later version. + +The license text is contained in /usr/share/common-licenses/GPL-2. --- ocaml-vorbis-0.5.1.orig/debian/gbp.conf +++ ocaml-vorbis-0.5.1/debian/gbp.conf @@ -0,0 +1,2 @@ +[DEFAULT] +pristine-tar = True