debian/0000755000000000000000000000000012256061062007166 5ustar debian/changelog0000644000000000000000000000534212256061062011044 0ustar ocaml-taglib (0.3.1-1build1) trusty; urgency=medium * Rebuild for ocaml-4.01. -- Matthias Klose Mon, 23 Dec 2013 16:17:54 +0000 ocaml-taglib (0.3.1-1) unstable; urgency=low * New upstream release. * Upload to unstable. -- Romain Beauxis Wed, 08 May 2013 19:25:14 -0500 ocaml-taglib (0.3.0-1) experimental; urgency=low * New upstream release. * Upload to experimental. * Bumped standards version to 3.9.4 -- Romain Beauxis Sat, 20 Apr 2013 12:10:05 -0500 ocaml-taglib (0.2.0-1) unstable; urgency=low * New upstream release. -- Romain Beauxis Wed, 31 Aug 2011 09:34:35 -0500 ocaml-taglib (0.1.4-1) unstable; urgency=low * New upstream release. * Bumped standards version to 3.9.2 * Switch to 3.0 (quilt) package format. -- Romain Beauxis Sat, 02 Jul 2011 14:50:15 -0500 ocaml-taglib (0.1.3-2) unstable; urgency=low * Switch to new automatic dependency system. * Fixed Vcs-* fields. * Bumped standards version to 3.8.3 * Added doc-base registration. -- Romain Beauxis Mon, 12 Oct 2009 18:55:44 -0500 ocaml-taglib (0.1.3-1) unstable; urgency=low * New Upstream Version * Bumped standards version to 3.8.2 * Updated debian/copyright * Enabled debugging. -- Romain Beauxis Mon, 22 Jun 2009 01:04:00 +0200 ocaml-taglib (0.1.2-3) unstable; urgency=low * Rebuild with OCaml 3.11 * Switch packaging to git. * Update compat to 7. * Update standards version to 3.8.0. -- Samuel Mimram Fri, 27 Feb 2009 09:31:31 +0100 ocaml-taglib (0.1.2-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 Sun, 14 Dec 2008 00:01:49 +0100 ocaml-taglib (0.1.2-1) unstable; urgency=low [ Stefano Zacchiroli ] * fix vcs-svn field to point just above the debian/ dir [ Julien Cristau ] * Fix FTBFS with new dpkg-dev by setting CFLAGS correctly in debian/rules (closes: 476065). [ Romain Beauxis ] * New upstream release, now installs .cmx file * Changed maintainer to Debian OCaml Maintainers -- Romain Beauxis Wed, 16 Apr 2008 17:06:54 +0100 ocaml-taglib (0.1.1-1) unstable; urgency=low * New upstream release. -- Romain Beauxis Mon, 17 Dec 2007 02:44:20 +0100 ocaml-taglib (0.1.0-1) unstable; urgency=low * Initial release and upload to unstable Closes: #454992 -- Romain Beauxis Tue, 11 Dec 2007 01:58:09 +0100 debian/libtaglib-ocaml.install.in0000644000000000000000000000007112133134731014201 0ustar @OCamlStdlibDir@/taglib/dlltaglib_stubs.so @OCamlDllDir@ debian/rules0000755000000000000000000000101712134546017010250 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/libtaglib-ocaml-dev:: mkdir -p $(DESTDIR) make doc clean:: rm -rf Makefile doc config.log config.status src/META examples/Makefile.http \ examples/Makefile.telnet src/Makefile debian/libtaglib-ocaml-dev.install.in0000644000000000000000000000012712133134731014757 0ustar @OCamlStdlibDir@/taglib/META @OCamlStdlibDir@/taglib/*.a @OCamlStdlibDir@/taglib/*.cm* debian/libtaglib-ocaml-dev.doc-base0000644000000000000000000000044512133134731014364 0ustar Document: libtaglib-ocaml-dev Title: OCaml Taglib module documentation Author: Romain Beauxis Abstract: Documentation of the OCaml Taglib module Section: Programming/OCaml Format: HTML Index: /usr/share/doc/libtaglib-ocaml-dev/html/index.html Files: /usr/share/doc/libtaglib-ocaml-dev/html/* debian/gbp.conf0000644000000000000000000000003612133134731010602 0ustar [DEFAULT] pristine-tar = True debian/control0000644000000000000000000000300712134546027010575 0ustar Source: ocaml-taglib Section: ocaml Priority: optional Maintainer: Debian OCaml Maintainers Uploaders: Samuel Mimram , Romain Beauxis Build-Depends: cdbs (>= 0.4.85~), debhelper (>= 7.0.1), dh-buildinfo, ocaml-nox, dh-ocaml (>= 0.9), libtag1-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-taglib.git Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-taglib.git Package: libtaglib-ocaml Architecture: any Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends} Provides: ${ocaml:Provides} Description: OCaml bindings for the TagLib Audio Meta-Data Library TagLib is a library for reading and editing the meta-data of several popular audio formats. This package provides OCaml interface to the TagLib library. . This package contains only the shared runtime stub libraries. Package: libtaglib-ocaml-dev Architecture: any Depends: ${ocaml:Depends}, libtag1-dev, libtaglib-ocaml (= ${binary:Version}), ocaml-findlib, ${misc:Depends} Provides: ${ocaml:Provides} Description: OCaml bindings for the TagLib Audio Meta-Data Library -- devel TagLib is a library for reading and editing the meta-data of several popular audio formats. This package provides OCaml interface to the TagLib library. . This package contains all the development stuff you need to develop OCaml programs which use taglib. debian/copyright0000644000000000000000000000327012133134731011121 0ustar This package was debianized by Romain Beauxis on Tue Dec 11 01:55:32 CET 2007. It was downloaded from Upstream Author: Romain Beauxis Copyright: Copyright © 2007 Romain Beauxis License: License for this package is the GNU Lesser General Public License version 2.1, with the aditional exception: <---- As a special exception to the GNU Library General Public License, you may link, statically or dynamically, a "work that uses the Library" with a publicly distributed version of the Library to produce an executable file containing portions of the Library, and distribute that executable file under terms of your choice, without any of the additional requirements listed in clause 6 of the GNU Library General Public License. By "a publicly distributed version of the Library", we mean either the unmodified Library as distributed by INRIA, or a modified version of the Library that is distributed under the conditions defined in clause 3 of the GNU Library General Public License. This exception does not however invalidate any other reasons why the executable file might be covered by the GNU Library 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-2.1'. The Debian packaging is © 2007, Romain Beauxis and is licensed under the GPL, see `/usr/share/common-licenses/GPL-3'. debian/source/0000755000000000000000000000000012133134731010464 5ustar debian/source/format0000644000000000000000000000001412133134731011672 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000007312133134731010215 0ustar version=3 http://sf.net/savonet/ocaml-taglib-(.+)\.tar\.gz debian/compat0000644000000000000000000000000212133134731010362 0ustar 7 debian/libtaglib-ocaml-dev.docs0000644000000000000000000000002012133134731013624 0ustar README doc/html