debian/0000755000000000000000000000000012256131336007170 5ustar debian/copyright0000644000000000000000000000111312124626733011123 0ustar This package was debianized by Romain Beauxis on Nov 2, 2007 20:18:05 +0100. It was downloaded from http://savonet.sourceforge.net/ Upstream Author: Savonet Team Copyright: 2007 Savonet Team The ocaml-lastfm 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. debian/liblastfm-ocaml-dev.docs0000644000000000000000000000002012124626733013660 0ustar README doc/html debian/changelog0000644000000000000000000000524012256131336011043 0ustar ocaml-lastfm (0.3.0-3build1) trusty; urgency=medium * Rebuild for ocaml-4.01. -- Matthias Klose Mon, 23 Dec 2013 22:02:06 +0000 ocaml-lastfm (0.3.0-3) unstable; urgency=low * Rebuild against latest packages. * Update standards version to 3.9.4 -- Romain Beauxis Wed, 27 Mar 2013 12:35:55 -0500 ocaml-lastfm (0.3.0-2) unstable; urgency=low * Rebuild against xmlplaylist 0.1.3 -- Romain Beauxis Wed, 06 Jul 2011 01:45:07 -0500 ocaml-lastfm (0.3.0-1) unstable; urgency=low [ Stéphane Glondu ] * Fix versioned build-deps to ensure smoother backports [ Romain Beauxis ] * New upstream release. * Bumped standards version to 3.9.3 * Switch to dpkg-source 3.0 (quilt) format -- Romain Beauxis Fri, 13 May 2011 11:05:13 -0500 ocaml-lastfm (0.2.0-1) unstable; urgency=low * New upstream release. * Bumped standards version to 3.8.3 * Changed section to ocaml. * Use new automatic dependency system. * Enable debugging. * Fixed Vcs-* fields. -- Romain Beauxis Tue, 13 Oct 2009 19:44:02 -0500 ocaml-lastfm (0.1.3-2) unstable; urgency=low [ Samuel Mimram ] * Rebuild with OCaml 3.11. * Switch packaging to git. * Update compat to 7. * Update standards version to 3.8.0. * Use dh-ocaml. [ Romain Beauxis ] * Switched rules to cdbs. * Used OPT: for files installed only when ocamlopt is available. -- Romain Beauxis Mon, 09 Mar 2009 03:04:04 +0100 ocaml-lastfm (0.1.3-1) unstable; urgency=low * New upstream release. -- Romain Beauxis Wed, 17 Sep 2008 18:53:50 +0200 ocaml-lastfm (0.1.2-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 * Updated doc-base section -- Romain Beauxis Mon, 31 Dec 2007 16:50:09 +0100 ocaml-lastfm (0.1.1-1) unstable; urgency=low * New upstream release * Updated standards to 3.7.3 (no changes) * Moved maintainer to liquidsoap debian packaging -- Romain Beauxis Wed, 19 Dec 2007 01:28:19 +0100 ocaml-lastfm (0.1.0-2) unstable; urgency=low * Bumped package version for a new upload after ftp-master is back ! (package was accepted just before it went down..) Closes: #448888) -- Romain Beauxis Tue, 13 Nov 2007 17:45:26 +0100 ocaml-lastfm (0.1.0-1) unstable; urgency=low * Initial release. -- Romain Beauxis Sat, 03 Nov 2007 16:31:27 +0100 debian/liblastfm-ocaml-dev.doc-base0000644000000000000000000000043712124626733014421 0ustar Document: liblastfm-ocaml-dev Title: OCaml lastfm API documentation Author: Romain Beauxis Abstract: Documentation of the OCaml lastfm API Section: Programming/OCaml Format: HTML Index: /usr/share/doc/liblastfm-ocaml-dev/html/index.html Files: /usr/share/doc/liblastfm-ocaml-dev/html/* debian/liblastfm-ocaml-dev.install.in0000644000000000000000000000017212124626733015013 0ustar @OCamlStdlibDir@/lastfm/META @OCamlStdlibDir@/lastfm/*.cm* @OCamlStdlibDir@/lastfm/*.ml* OPT: @OCamlStdlibDir@/lastfm/*.a debian/compat0000644000000000000000000000000212124626733010372 0ustar 7 debian/control0000644000000000000000000000203112124627312010565 0ustar Source: ocaml-lastfm 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), ocaml-findlib (>= 1.2.4), libxmlplaylist-ocaml-dev (>= 0.1.3), libocamlnet-ocaml-dev (>= 2.2.9-7~), libpcre-ocaml-dev (>= 6.0.1-2~) Standards-Version: 3.9.4 Vcs-Git: git://git.debian.org/pkg-ocaml-maint/packages/ocaml-lastfm.git Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-lastfm.git Package: liblastfm-ocaml-dev Architecture: any Homepage: http://savonet.sourceforge.net/ Depends: ${ocaml:Depends}, ocaml-findlib, ${misc:Depends} Provides: ${ocaml:Provides} Description: OCaml interface to audioscrobbler and lastfm radios This OCaml module provides an API to audioscrobbler, the lastfm submission protocol, as well as the radio API, which allows one to listen to lastfm streams/radios. debian/rules0000755000000000000000000000112012124627323010242 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 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/liblastfm-ocaml-dev:: mkdir -p $(DESTDIR) make doc clean:: rm -rf Makefile src/Makefile src/META doc config.log config.status src/lastfm_constants.ml .pc \ examples/Makefile.download examples/Makefile.submit examples/Makefile.request debian/source/0000755000000000000000000000000012124626733010474 5ustar debian/source/format0000644000000000000000000000001412124626733011702 0ustar 3.0 (quilt) debian/gbp.conf0000644000000000000000000000003612124626733010612 0ustar [DEFAULT] pristine-tar = True debian/watch0000644000000000000000000000007312124626733010225 0ustar version=3 http://sf.net/savonet/ocaml-lastfm-(.+)\.tar\.gz