--- ocaml-speex-0.1.2.orig/debian/libspeex-ocaml-dev.doc-base +++ ocaml-speex-0.1.2/debian/libspeex-ocaml-dev.doc-base @@ -0,0 +1,9 @@ +Document: libspeex-ocaml-dev +Title: OCaml Speex module documentation +Author: Romain Beauxis +Abstract: Documentation of the OCaml Speex module +Section: Programming/OCaml + +Format: HTML +Index: /usr/share/doc/libspeex-ocaml-dev/html/index.html +Files: /usr/share/doc/libspeex-ocaml-dev/html/* --- ocaml-speex-0.1.2.orig/debian/libspeex-ocaml.install.in +++ ocaml-speex-0.1.2/debian/libspeex-ocaml.install.in @@ -0,0 +1 @@ +@OCamlStdlibDir@/speex/dllspeex_stubs.so @OCamlDllDir@ --- ocaml-speex-0.1.2.orig/debian/control +++ ocaml-speex-0.1.2/debian/control @@ -0,0 +1,40 @@ +Source: ocaml-speex +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), + libspeex-dev, libogg-ocaml-dev (>= 0.3.1), + ocaml-findlib (>= 1.2.4), pkg-config +Standards-Version: 3.8.3 +Homepage: http://savonet.sourceforge.net/ +Vcs-Git: git://git.debian.org/pkg-ocaml-maint/packages/ocaml-speex.git +Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-speex.git + +Package: libspeex-ocaml +Architecture: any +Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends} +Provides: ${ocaml:Provides} +Description: OCaml interface to the speex library + This package provides an interface to the speex library for + OCaml programmers. + . + Speex is an audio codec especially designed for compressing voice at low + bit-rates for applications such as voice over IP (VoIP). + . + This package contains only the shared runtime stub libraries. + +Package: libspeex-ocaml-dev +Architecture: any +Depends: ${ocaml:Depends}, libspeex-dev, libogg-ocaml-dev (>= 0.3.0-1), + libspeex-ocaml (= ${binary:Version}), ocaml-findlib, ${misc:Depends} +Provides: ${ocaml:Provides} +Description: OCaml interface to the speex library + This package provides an interface to the speex library for + OCaml programmers. + . + Speex is an audio codec especially designed for compressing voice at low + bit-rates for applications such as voice over IP (VoIP). + . + This package contains all the development stuff you need to develop + OCaml programs which use ocaml-speex. --- ocaml-speex-0.1.2.orig/debian/compat +++ ocaml-speex-0.1.2/debian/compat @@ -0,0 +1 @@ +7 --- ocaml-speex-0.1.2.orig/debian/rules +++ ocaml-speex-0.1.2/debian/rules @@ -0,0 +1,23 @@ +#!/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$(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/libspeex-ocaml-dev:: + mkdir -p $(DESTDIR) + make doc + +clean:: + rm -rf Makefile src/Makefile src/META doc config.log config.status \ + examples/Makefile.speex2wav examples/Makefile.wav2speex --- ocaml-speex-0.1.2.orig/debian/libspeex-ocaml-dev.docs +++ ocaml-speex-0.1.2/debian/libspeex-ocaml-dev.docs @@ -0,0 +1,2 @@ +README +doc/html --- ocaml-speex-0.1.2.orig/debian/copyright +++ ocaml-speex-0.1.2/debian/copyright @@ -0,0 +1,29 @@ +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-speex 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-speex 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'. --- ocaml-speex-0.1.2.orig/debian/control.in +++ ocaml-speex-0.1.2/debian/control.in @@ -0,0 +1,40 @@ +Source: ocaml-speex +Section: ocaml +Priority: optional +Maintainer: Debian OCaml Maintainers +Uploaders: Samuel Mimram , Romain Beauxis +Build-Depends: @cdbs@, + libspeex-dev, libogg-ocaml-dev (>= 0.3.1), + ocaml-findlib (>= 1.2.4), pkg-config +Standards-Version: 3.8.3 +Homepage: http://savonet.sourceforge.net/ +Vcs-Git: git://git.debian.org/pkg-ocaml-maint/packages/ocaml-speex.git +Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-speex.git + +Package: libspeex-ocaml +Architecture: any +Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends} +Provides: ${ocaml:Provides} +Description: OCaml interface to the speex library + This package provides an interface to the speex library for + OCaml programmers. + . + Speex is an audio codec especially designed for compressing voice at low + bit-rates for applications such as voice over IP (VoIP). + . + This package contains only the shared runtime stub libraries. + +Package: libspeex-ocaml-dev +Architecture: any +Depends: ${ocaml:Depends}, libspeex-dev, libogg-ocaml-dev (>= 0.3.0-1), + libspeex-ocaml (= ${binary:Version}), ocaml-findlib, ${misc:Depends} +Provides: ${ocaml:Provides} +Description: OCaml interface to the speex library + This package provides an interface to the speex library for + OCaml programmers. + . + Speex is an audio codec especially designed for compressing voice at low + bit-rates for applications such as voice over IP (VoIP). + . + This package contains all the development stuff you need to develop + OCaml programs which use ocaml-speex. --- ocaml-speex-0.1.2.orig/debian/watch +++ ocaml-speex-0.1.2/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/savonet/ocaml-speex-(.+)\.tar\.gz --- ocaml-speex-0.1.2.orig/debian/changelog +++ ocaml-speex-0.1.2/debian/changelog @@ -0,0 +1,37 @@ +ocaml-speex (0.1.2-1build1) lucid; urgency=low + + * No-change rebuild for OCaml 3.11.2 transition (LP: #527627). + + -- Ilya Barygin Thu, 25 Feb 2010 20:53:30 +0300 + +ocaml-speex (0.1.2-1) unstable; urgency=low + + [ Stephane Glondu ] + * Use ocaml.mk as a CDBS "rules" file (Closes: #549840) + + [ Romain Beauxis ] + * New upstream release. + * Bumped standards version to 3.8.3 + * Enabled debugging. + * Use new dependency system. + * Added doc-base registration. + + -- Romain Beauxis Wed, 14 Oct 2009 17:29:16 -0500 + +ocaml-speex (0.1.1-2) unstable; urgency=low + + * Added missing .a files to libspeex-ocaml-dev. + + -- Romain Beauxis Mon, 18 May 2009 23:28:19 +1100 + +ocaml-speex (0.1.1-1) unstable; urgency=low + + * New upstream release, fixes license inconsistency. + + -- Romain Beauxis Mon, 30 Mar 2009 18:48:09 +0200 + +ocaml-speex (0.1.0-1) unstable; urgency=low + + * Initial upload to unstable (Closes: #515810) + + -- Romain Beauxis Mon, 30 Mar 2009 17:01:09 +0200 --- ocaml-speex-0.1.2.orig/debian/libspeex-ocaml-dev.install.in +++ ocaml-speex-0.1.2/debian/libspeex-ocaml-dev.install.in @@ -0,0 +1,4 @@ +@OCamlStdlibDir@/speex/META +@OCamlStdlibDir@/speex/*.cm* +@OCamlStdlibDir@/speex/*.ml* +@OCamlStdlibDir@/speex/*.a