--- ocaml-shout-0.2.7.orig/debian/changelog +++ ocaml-shout-0.2.7/debian/changelog @@ -0,0 +1,153 @@ +ocaml-shout (0.2.7-1build2) oneiric; urgency=low + + * Rebuild for OCaml 3.12.0. + + -- Colin Watson Mon, 16 May 2011 20:46:48 +0100 + +ocaml-shout (0.2.7-1build1) lucid; urgency=low + + * No-change rebuild for OCaml 3.11.2 transition (LP: #526073). + + -- Ilya Barygin Wed, 24 Feb 2010 23:01:26 +0300 + +ocaml-shout (0.2.7-1) unstable; urgency=low + + * New upstream release. + * Switched to new automatic dependency system. + * Fixed VCS-* fields. + * Changed section to ocaml. + * Bumped standards version to 3.8.3 + * Versioned license in debian/copyright + + -- Romain Beauxis Mon, 12 Oct 2009 18:47:38 -0500 + +ocaml-shout (0.2.6-3) unstable; urgency=low + + * Rebuild with OCaml 3.11 + * Switch packaging to git. + * Update compat to 7. + + -- Samuel Mimram Wed, 25 Feb 2009 22:50:36 +0100 + +ocaml-shout (0.2.6-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:52:43 +0100 + +ocaml-shout (0.2.6-1) unstable; urgency=low + + [ Julien Cristau ] + * Fix FTBFS with new dpkg-dev by setting CFLAGS correctly in debian/rules + (closes: 476027). + + [ Romain Beauxis ] + * New upstream release, now install .cmx file + * Changed maintainer to Debian OCaml Maintainers + * Updated doc-base section + + -- Romain Beauxis Mon, 14 Apr 2008 14:04:46 +0200 + +ocaml-shout (0.2.5-1) unstable; urgency=low + + * New upstream release. + * Changed maintainer to liquidsoap packaging team. + * Updated standards to 3.7.3 (no changes). + + -- Romain Beauxis Wed, 12 Dec 2007 14:10:58 +0100 + +ocaml-shout (0.2.4-2) unstable; urgency=low + + * Upload to unstable. + + -- Samuel Mimram Fri, 16 Nov 2007 19:23:40 +0000 + +ocaml-shout (0.2.4-1) experimental; urgency=low + + * New upstream release. + + -- Samuel Mimram Mon, 12 Nov 2007 23:19:38 +0000 + +ocaml-shout (0.2.3-2) unstable; urgency=low + + * Rebuild with OCaml 3.10. + + -- Samuel Mimram Sat, 08 Sep 2007 00:31:35 +0200 + +ocaml-shout (0.2.3-1) unstable; urgency=low + + * New upstream release. + + -- Samuel Mimram Fri, 22 Jun 2007 19:37:09 +0200 + +ocaml-shout (0.2.2-1) unstable; urgency=low + + * Messed up the last upload: this package shouldn't be native. + + -- Samuel Mimram Mon, 20 Nov 2006 23:59:30 +0100 + +ocaml-shout (0.2.2) unstable; urgency=low + + * New upstream release. + * Made the pacakge binNMU-safe. + + -- Samuel Mimram Mon, 20 Nov 2006 20:47:29 +0100 + +ocaml-shout (0.2.1-1) unstable; urgency=low + + * New upstream release. + + -- Samuel Mimram Fri, 7 Jul 2006 08:38:23 +0000 + +ocaml-shout (0.2.0-4) unstable; urgency=low + + * Rebuild with OCaml 3.09.2. + * Updated standards version to 3.7.2, no changes needed. + + -- Samuel Mimram Fri, 19 May 2006 08:43:14 +0000 + +ocaml-shout (0.2.0-3) unstable; urgency=low + + * Rebuild with OCaml 3.09.1. + + -- Samuel Mimram Sun, 8 Jan 2006 18:09:34 +0100 + +ocaml-shout (0.2.0-2) unstable; urgency=low + + * Rebuild with OCaml 3.09.0. + * No longer hardcoding OCaml's ABI in package. + * Updated standards version to 3.6.2, no changes needed. + * Updated watch file. + + -- Samuel Mimram Sat, 26 Nov 2005 12:04:04 +0100 + +ocaml-shout (0.2.0-1) unstable; urgency=low + + * New upstream release. + + -- Samuel Mimram Thu, 28 Apr 2005 20:24:01 +0200 + +ocaml-shout (0.1.1-3) unstable; urgency=medium + + * Rebuilding with OCaml 3.08.3. + * Updated my email. + + -- Samuel Mimram Tue, 22 Mar 2005 17:10:29 +0100 + +ocaml-shout (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. + + -- Samuel Mimram Sun, 8 Aug 2004 18:28:59 +0200 + +ocaml-shout (0.1.1-1) unstable; urgency=low + + * Initial release, closes: #256928. + + -- Samuel Mimram Tue, 1 Jun 2004 14:34:33 +0200 --- ocaml-shout-0.2.7.orig/debian/rules +++ ocaml-shout-0.2.7/debian/rules @@ -0,0 +1,16 @@ +#!/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 + +DESTDIR = $(CURDIR)/debian/tmp/$(OCAML_STDLIB_DIR) +DEB_MAKE_INSTALL_TARGET := install OCAMLFIND_DESTDIR=$(DESTDIR) OCAMLFIND_LDCONF=ignore + +build/libshout-ocaml-dev:: + mkdir -p $(DESTDIR) + make doc --- ocaml-shout-0.2.7.orig/debian/libshout-ocaml-dev.examples +++ ocaml-shout-0.2.7/debian/libshout-ocaml-dev.examples @@ -0,0 +1 @@ +examples/* --- ocaml-shout-0.2.7.orig/debian/libshout-ocaml.install.in +++ ocaml-shout-0.2.7/debian/libshout-ocaml.install.in @@ -0,0 +1 @@ +@OCamlStdlibDir@/shout/dllshout_stubs.so @OCamlDllDir@ --- ocaml-shout-0.2.7.orig/debian/watch +++ ocaml-shout-0.2.7/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://sf.net/savonet/ocaml-shout-([0-9\.]*)\.tar\.gz debian uupdate --- ocaml-shout-0.2.7.orig/debian/libshout-ocaml-dev.doc-base +++ ocaml-shout-0.2.7/debian/libshout-ocaml-dev.doc-base @@ -0,0 +1,9 @@ +Document: libshout-ocaml-dev +Title: OCaml Shout module documentation +Author: Samuel Mimram +Abstract: Documentation of the OCaml Shout module +Section: Programming/OCaml + +Format: HTML +Index: /usr/share/doc/libshout-ocaml-dev/html/index.html +Files: /usr/share/doc/libshout-ocaml-dev/html/* --- ocaml-shout-0.2.7.orig/debian/compat +++ ocaml-shout-0.2.7/debian/compat @@ -0,0 +1 @@ +7 --- ocaml-shout-0.2.7.orig/debian/gbp.conf +++ ocaml-shout-0.2.7/debian/gbp.conf @@ -0,0 +1,2 @@ +[DEFAULT] +pristine-tar = True --- ocaml-shout-0.2.7.orig/debian/control +++ ocaml-shout-0.2.7/debian/control @@ -0,0 +1,37 @@ +Source: ocaml-shout +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), + libshout3-dev, ocaml-findlib (>= 1.2.4), pkg-config +Standards-Version: 3.8.3 +Vcs-Git: git://git.debian.org/pkg-ocaml-maint/packages/ocaml-shout.git +Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-shout.git + +Package: libshout-ocaml +Architecture: any +Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends} +Provides: ${ocaml:Provides} +Description: OCaml bindings for the shout library + This OCaml library interfaces the shout C library which can be used for + communicating with and sending data to Icecast and Icecast 2 streaming + audio servers (they currently support Ogg Vorbis and MP3 audio streams). + It handles the socket connection, the timing of the data transmission, + and prevents bad data from getting to the server. + . + This package contains only the shared runtime stub libraries. + +Package: libshout-ocaml-dev +Architecture: any +Depends: ${ocaml:Depends}, libshout3-dev, libshout-ocaml (= ${binary:Version}), ${misc:Depends} +Provides: ${ocaml:Provides} +Description: OCaml bindings for the shout library + This OCaml library interfaces the shout C library which can be used for + communicating with and sending data to Icecast and Icecast 2 streaming + audio servers (they currently support Ogg Vorbis and MP3 audio streams). + It handles the socket connection, the timing of the data transmission, + and prevents bad data from getting to the server. + . + This package contains all the development stuff you need to use ocaml-shout + in your programs. --- ocaml-shout-0.2.7.orig/debian/libshout-ocaml-dev.docs +++ ocaml-shout-0.2.7/debian/libshout-ocaml-dev.docs @@ -0,0 +1,2 @@ +README +doc/html --- ocaml-shout-0.2.7.orig/debian/copyright +++ ocaml-shout-0.2.7/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-2004 the Savonet Team. + +The ocaml-shout 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-shout-0.2.7.orig/debian/libshout-ocaml-dev.install.in +++ ocaml-shout-0.2.7/debian/libshout-ocaml-dev.install.in @@ -0,0 +1,4 @@ +@OCamlStdlibDir@/shout/META +@OCamlStdlibDir@/shout/*.a +@OCamlStdlibDir@/shout/*.cm* +@OCamlStdlibDir@/shout/*.ml* --- ocaml-shout-0.2.7.orig/debian/control.in +++ ocaml-shout-0.2.7/debian/control.in @@ -0,0 +1,37 @@ +Source: ocaml-shout +Section: ocaml +Priority: optional +Maintainer: Debian OCaml Maintainers +Uploaders: Samuel Mimram , Romain Beauxis +Build-Depends: @cdbs@, + libshout3-dev, ocaml-findlib (>= 1.2.4), pkg-config +Standards-Version: 3.8.3 +Vcs-Git: git://git.debian.org/pkg-ocaml-maint/packages/ocaml-shout.git +Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-shout.git + +Package: libshout-ocaml +Architecture: any +Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends} +Provides: ${ocaml:Provides} +Description: OCaml bindings for the shout library + This OCaml library interfaces the shout C library which can be used for + communicating with and sending data to Icecast and Icecast 2 streaming + audio servers (they currently support Ogg Vorbis and MP3 audio streams). + It handles the socket connection, the timing of the data transmission, + and prevents bad data from getting to the server. + . + This package contains only the shared runtime stub libraries. + +Package: libshout-ocaml-dev +Architecture: any +Depends: ${ocaml:Depends}, libshout3-dev, libshout-ocaml (= ${binary:Version}), ${misc:Depends} +Provides: ${ocaml:Provides} +Description: OCaml bindings for the shout library + This OCaml library interfaces the shout C library which can be used for + communicating with and sending data to Icecast and Icecast 2 streaming + audio servers (they currently support Ogg Vorbis and MP3 audio streams). + It handles the socket connection, the timing of the data transmission, + and prevents bad data from getting to the server. + . + This package contains all the development stuff you need to use ocaml-shout + in your programs.