--- ocaml-samplerate-0.1.2.orig/debian/changelog +++ ocaml-samplerate-0.1.2/debian/changelog @@ -0,0 +1,46 @@ +ocaml-samplerate (0.1.2-2build2) xenial; urgency=medium + + * No-change rebuild against ocaml 4.02. + + -- Łukasz 'sil2100' Zemczak Tue, 03 Nov 2015 13:58:27 -0600 + +ocaml-samplerate (0.1.2-2build1) trusty; urgency=medium + + * Rebuild for ocaml-4.01. + + -- Matthias Klose Mon, 23 Dec 2013 16:17:40 +0000 + +ocaml-samplerate (0.1.2-2) unstable; urgency=low + + * Upload to unstable + + -- Romain Beauxis Wed, 08 May 2013 19:17:24 -0500 + +ocaml-samplerate (0.1.2-1) experimental; urgency=low + + * New upstream release. + * Upload to experimental. + * Bumped standards version to 3.9.4 + + -- Romain Beauxis Mon, 15 Apr 2013 22:03:02 -0500 + +ocaml-samplerate (0.1.1-1) unstable; urgency=low + + [ Stephane Glondu ] + * Use ocaml.mk as a CDBS "rules" file (Closes: #549804) + + [ Romain Beauxis ] + * New upstream release. + * Switched to new automatic dependency system. + * Changed section to ocaml. + * Bumped standards version to 3.8.3 + * Fixed Vcs-* fields. + * Added doc-base registration. + + -- Romain Beauxis Mon, 12 Oct 2009 17:25:41 -0500 + +ocaml-samplerate (0.1.0-1) unstable; urgency=low + + * Initial upload to unstable (Closes: #515811) + + -- Romain Beauxis Fri, 06 Mar 2009 19:12:41 +0100 --- ocaml-samplerate-0.1.2.orig/debian/compat +++ ocaml-samplerate-0.1.2/debian/compat @@ -0,0 +1 @@ +7 --- ocaml-samplerate-0.1.2.orig/debian/control +++ ocaml-samplerate-0.1.2/debian/control @@ -0,0 +1,39 @@ +Source: ocaml-samplerate +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), + libsamplerate-dev, 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-samplerate.git +Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-samplerate.git + +Package: libsamplerate-ocaml +Architecture: any +Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends} +Provides: ${ocaml:Provides} +Description: OCaml interface to the samplerate library + This package provied an interface to the samplerate library for + OCaml programmers. + . + libsamplerate assist in development of programs for audio rate + conversion. + . + This package contains only the shared runtime stub libraries. + +Package: libsamplerate-ocaml-dev +Architecture: any +Depends: ${ocaml:Depends}, libsamplerate-dev, + libsamplerate-ocaml (= ${binary:Version}), ocaml-findlib, ${misc:Depends} +Provides: ${ocaml:Provides} +Description: OCaml interface to the samplerate library + This package provied an interface to the samplerate library for + OCaml programmers. + . + libsamplerate assist in development of programs for audio rate + conversion. + . + This package contains all the development stuff you need to develop + OCaml programs which use ocaml-samplerate. --- ocaml-samplerate-0.1.2.orig/debian/copyright +++ ocaml-samplerate-0.1.2/debian/copyright @@ -0,0 +1,24 @@ +This package was debianized by Romain Beauxis on +Sat, 10 May 2008 02:55:21 +0200. + +It was downloaded from + +Upstream Author: The Savonet Team + +Copyright: © 2003-2009 The Savonet Team. + +License: + + License for this package is the GNU Lesser General Public + License. (the GNU Library General Public License + is the former name for the GNU Lesser 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'. + +The Debian packaging is © 2008, Romain Beauxis and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- ocaml-samplerate-0.1.2.orig/debian/libsamplerate-ocaml-dev.doc-base +++ ocaml-samplerate-0.1.2/debian/libsamplerate-ocaml-dev.doc-base @@ -0,0 +1,9 @@ +Document: libsamplerate-ocaml-dev +Title: OCaml Samplerate module documentation +Author: Samuel Mimram +Abstract: Documentation of the OCaml Samplerate module +Section: Programming/OCaml + +Format: HTML +Index: /usr/share/doc/libsamplerate-ocaml-dev/html/index.html +Files: /usr/share/doc/libsamplerate-ocaml-dev/html/* --- ocaml-samplerate-0.1.2.orig/debian/libsamplerate-ocaml-dev.docs +++ ocaml-samplerate-0.1.2/debian/libsamplerate-ocaml-dev.docs @@ -0,0 +1,2 @@ +README +doc/html --- ocaml-samplerate-0.1.2.orig/debian/libsamplerate-ocaml-dev.install.in +++ ocaml-samplerate-0.1.2/debian/libsamplerate-ocaml-dev.install.in @@ -0,0 +1,3 @@ +@OCamlStdlibDir@/samplerate/META +@OCamlStdlibDir@/samplerate/*.a +@OCamlStdlibDir@/samplerate/*.cm* --- ocaml-samplerate-0.1.2.orig/debian/libsamplerate-ocaml.install.in +++ ocaml-samplerate-0.1.2/debian/libsamplerate-ocaml.install.in @@ -0,0 +1 @@ +@OCamlStdlibDir@/samplerate/dllsamplerate_stubs.so @OCamlDllDir@ --- ocaml-samplerate-0.1.2.orig/debian/rules +++ ocaml-samplerate-0.1.2/debian/rules @@ -0,0 +1,17 @@ +#!/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_MAKE_INSTALL_TARGET := install OCAMLFIND_DESTDIR=$(DESTDIR) OCAMLFIND_LDCONF=ignore +DEB_DH_INSTALL_SOURCEDIR := debian/tmp +DEB_DH_INSTALL_ARGS := --list-missing + +build/libsamplerate-ocaml-dev:: + mkdir -p $(DESTDIR) + make doc + +clean:: + rm -rf Makefile src/Makefile src/META doc config.log config.status --- ocaml-samplerate-0.1.2.orig/debian/watch +++ ocaml-samplerate-0.1.2/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/savonet/ocaml-samplerate-(.+)\.tar\.gz