--- ocaml-gavl-0.1.1.orig/debian/changelog +++ ocaml-gavl-0.1.1/debian/changelog @@ -0,0 +1,23 @@ +ocaml-gavl (0.1.1-2build1) karmic; urgency=low + + * no change rebuild for OCaml 3.11.0 - transition. + + -- Andrea Gasparini Sun, 26 Jul 2009 16:23:23 +0200 + +ocaml-gavl (0.1.1-2) unstable; urgency=low + + * Added missing .a files to libgavl-ocaml-dev. + + -- Romain Beauxis Mon, 18 May 2009 23:27:37 +1100 + +ocaml-gavl (0.1.1-1) unstable; urgency=low + + * New upstream release, fixes license inconsistence. + + -- Romain Beauxis Mon, 30 Mar 2009 18:36:23 +0200 + +ocaml-gavl (0.1.0-1) unstable; urgency=low + + * Initial upload to unstable (Closes: #515808) + + -- Romain Beauxis Mon, 30 Mar 2009 16:16:32 +0200 --- ocaml-gavl-0.1.1.orig/debian/control +++ ocaml-gavl-0.1.1/debian/control @@ -0,0 +1,44 @@ +Source: ocaml-gavl +Section: devel +Priority: optional +Maintainer: Debian OCaml Maintainers +Uploaders: Samuel Mimram , Romain Beauxis +Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 7.0.1), ocaml-nox, + libgavl-dev, ocaml-findlib (>= 1.2.4), + pkg-config, dh-ocaml +Standards-Version: 3.8.1 +Homepage: http://savonet.sourceforge.net/ +Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-gavl.git +Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-gavl.git + +Package: libgavl-ocaml +Architecture: any +Section: ocaml +Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}, ${misc:Depends} +Description: OCaml interface to the gavl library + This package provied an interface to the gavl library for + OCaml programmers. + . + Gavl handles all the details of audio and video formats like colorspaces, + samplerates, multichannel configurations etc. It provides standardized + definitions for those formats as well as container structures for carrying + audio samples or video images inside an application. + . + This package contains only the shared runtime stub libraries. + +Package: libgavl-ocaml-dev +Architecture: any +Section: ocaml +Depends: ocaml-nox-${F:OCamlABI}, libgavl-dev, + libgavl-ocaml (= ${binary:Version}), ocaml-findlib, ${misc:Depends} +Description: OCaml interface to the gavl library + This package provied an interface to the gavl library for + OCaml programmers. + . + Gavl handles all the details of audio and video formats like colorspaces, + samplerates, multichannel configurations etc. It provides standardized + definitions for those formats as well as container structures for carrying + audio samples or video images inside an application. + . + This package contains all the development stuff you need to develop + OCaml programs which use ocaml-gavl. --- ocaml-gavl-0.1.1.orig/debian/rules +++ ocaml-gavl-0.1.1/debian/rules @@ -0,0 +1,21 @@ +#!/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/class/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$(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/libgavl-ocaml-dev:: + mkdir -p $(DESTDIR) + make doc + +clean:: + rm -rf Makefile src/Makefile src/META doc config.log config.status --- ocaml-gavl-0.1.1.orig/debian/libgavl-ocaml.install.in +++ ocaml-gavl-0.1.1/debian/libgavl-ocaml.install.in @@ -0,0 +1 @@ +@OCamlStdlibDir@/gavl/dllgavl_stubs.so @OCamlDllDir@ --- ocaml-gavl-0.1.1.orig/debian/control.in +++ ocaml-gavl-0.1.1/debian/control.in @@ -0,0 +1,44 @@ +Source: ocaml-gavl +Section: devel +Priority: optional +Maintainer: Debian OCaml Maintainers +Uploaders: Samuel Mimram , Romain Beauxis +Build-Depends: @cdbs@, + libgavl-dev, ocaml-findlib (>= 1.2.4), + pkg-config, dh-ocaml +Standards-Version: 3.8.1 +Homepage: http://savonet.sourceforge.net/ +Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-gavl.git +Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-gavl.git + +Package: libgavl-ocaml +Architecture: any +Section: ocaml +Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}, ${misc:Depends} +Description: OCaml interface to the gavl library + This package provied an interface to the gavl library for + OCaml programmers. + . + Gavl handles all the details of audio and video formats like colorspaces, + samplerates, multichannel configurations etc. It provides standardized + definitions for those formats as well as container structures for carrying + audio samples or video images inside an application. + . + This package contains only the shared runtime stub libraries. + +Package: libgavl-ocaml-dev +Architecture: any +Section: ocaml +Depends: ocaml-nox-${F:OCamlABI}, libgavl-dev, + libgavl-ocaml (= ${binary:Version}), ocaml-findlib, ${misc:Depends} +Description: OCaml interface to the gavl library + This package provied an interface to the gavl library for + OCaml programmers. + . + Gavl handles all the details of audio and video formats like colorspaces, + samplerates, multichannel configurations etc. It provides standardized + definitions for those formats as well as container structures for carrying + audio samples or video images inside an application. + . + This package contains all the development stuff you need to develop + OCaml programs which use ocaml-gavl. --- ocaml-gavl-0.1.1.orig/debian/compat +++ ocaml-gavl-0.1.1/debian/compat @@ -0,0 +1 @@ +7 --- ocaml-gavl-0.1.1.orig/debian/libgavl-ocaml-dev.install.in +++ ocaml-gavl-0.1.1/debian/libgavl-ocaml-dev.install.in @@ -0,0 +1,4 @@ +@OCamlStdlibDir@/gavl/META +@OCamlStdlibDir@/gavl/*.cm* +@OCamlStdlibDir@/gavl/*.ml* +@OCamlStdlibDir@/gavl/*.a --- ocaml-gavl-0.1.1.orig/debian/copyright +++ ocaml-gavl-0.1.1/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-gavl 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-gavl 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-gavl-0.1.1.orig/debian/libgavl-ocaml-dev.docs +++ ocaml-gavl-0.1.1/debian/libgavl-ocaml-dev.docs @@ -0,0 +1,2 @@ +README +doc/html --- ocaml-gavl-0.1.1.orig/debian/watch +++ ocaml-gavl-0.1.1/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/savonet/ocaml-gavl-(.+)\.tar\.gz