--- ocaml-libvirt-0.6.1.2.orig/debian/changelog +++ ocaml-libvirt-0.6.1.2/debian/changelog @@ -0,0 +1,75 @@ +ocaml-libvirt (0.6.1.2-1build2) xenial; urgency=medium + + * No-change rebuild against ocaml 4.02. + + -- Łukasz 'sil2100' Zemczak Tue, 03 Nov 2015 12:30:26 -0600 + +ocaml-libvirt (0.6.1.2-1build1) trusty; urgency=medium + + * Rebuild for ocaml-4.01. + + -- Matthias Klose Mon, 23 Dec 2013 16:17:14 +0000 + +ocaml-libvirt (0.6.1.2-1) unstable; urgency=low + + * [e66c65e] Imported Upstream version 0.6.1.2 + * [730105b] Remove handling of obsolete mlvirsh and gettext support + * [1b5674d] Drop redo-patches target from debian/rules + * [f0e659c] Add myself as uploader and allow DM upload + * [3696ede] Remove unused patch system + * [3f9da9c] Bump Standards-Version to 3.9.3 + + -- Laurent Léonard Mon, 16 Apr 2012 02:50:15 +0200 + +ocaml-libvirt (0.6.1.0-2) unstable; urgency=low + + * Use dh_ocaml 0.9.1 features (dependencies, ocamldoc) + * Upgrade Standards-Version to 3.8.3 (no change) + + -- Sylvain Le Gall Tue, 08 Dec 2009 23:32:40 +0000 + +ocaml-libvirt (0.6.1.0-1) unstable; urgency=low + + * New Upstream Version + * Add build dependency on libgettext-ocaml-dev + * Upgrade standards-version to 3.8.2 (section ocaml) + * Tighten build-depends to ease OCaml 3.11.1 transition + + -- Sylvain Le Gall Mon, 06 Jul 2009 22:53:40 +0200 + +ocaml-libvirt (0.4.4.2-1) unstable; urgency=low + + * New Upstream Version + * Add debian/gbp.conf + * Add dh-ocaml build-dependency (rules/ocaml.mk) + * Upgrade debian/compat to 7 (use debian/clean) + * Add ${misc:Depends} to dependencies + + -- Sylvain Le Gall Sat, 07 Mar 2009 15:50:02 +0100 + +ocaml-libvirt (0.4.4.1-3) unstable; urgency=low + + * Remove libvirt-bin build dependency which is useless + + -- Sylvain Le Gall Sat, 20 Sep 2008 11:05:52 +0200 + +ocaml-libvirt (0.4.4.1-2) unstable; urgency=low + + * Add dependency to libvirt-dev (Closes: #496333) + * Fix removal of manpage in clean target + + -- Sylvain Le Gall Sun, 24 Aug 2008 17:51:26 +0200 + +ocaml-libvirt (0.4.4.1-1) unstable; urgency=low + + [ Guido Guenther ] + * Initial release (Closes: #488229) + + [ Sylvain Le Gall ] + * Add manpage for mlvirsh + * Ship *.mo file + * Add a watch file + * Update debian/copyright to + http://wiki.debian.org/Proposals/CopyrightFormat + + -- Sylvain Le Gall Mon, 07 Jul 2008 14:54:44 +0200 --- ocaml-libvirt-0.6.1.2.orig/debian/clean +++ ocaml-libvirt-0.6.1.2/debian/clean @@ -0,0 +1,7 @@ +META +config.h +config.log +config.status +libvirt/libvirt_version.ml +mlvirsh/mlvirsh_gettext.ml +debian/xml-man/en/mlvirsh.1 --- ocaml-libvirt-0.6.1.2.orig/debian/compat +++ ocaml-libvirt-0.6.1.2/debian/compat @@ -0,0 +1 @@ +7 --- ocaml-libvirt-0.6.1.2.orig/debian/control +++ ocaml-libvirt-0.6.1.2/debian/control @@ -0,0 +1,45 @@ +Source: ocaml-libvirt +Section: ocaml +Priority: extra +Maintainer: Debian Libvirt Maintainers +Uploaders: Guido Guenther , Sylvain Le Gall , Laurent Léonard +Build-Depends: cdbs, + debhelper (>= 7), + autotools-dev, + ocaml-nox (>= 3.11.1), + ocaml-findlib, + libvirt-dev, + dh-ocaml (>= 0.9.1) +Standards-Version: 3.9.3 +Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-libvirt.git +Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-libvirt.git +Homepage: http://libvirt.org/ocaml/ +DM-Upload-Allowed: yes + +Package: libvirt-ocaml +Architecture: any +Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends} +Provides: ${ocaml:Provides} +Description: OCaml bindings for libvirt + This library provides OCaml bindings for using libvirt. + . + Libvirt is a toolkit to interact with the virtualization capabilities + of recent versions of Linux (and other OSes). The library aims at providing + a long term stable C API for different virtualization mechanisms. It currently + supports QEMU, KVM, and XEN. + . + This package contains the shared library + +Package: libvirt-ocaml-dev +Architecture: any +Depends: ${ocaml:Depends}, libvirt-ocaml (= ${binary:Version}), libvirt-dev, ${misc:Depends} +Provides: ${ocaml:Provides} +Description: OCaml bindings for libvirt + This library provides OCaml bindings for using libvirt. + . + Libvirt is a toolkit to interact with the virtualization capabilities + of recent versions of Linux (and other OSes). The library aims at providing + a long term stable C API for different virtualization mechanisms. It currently + supports QEMU, KVM, and XEN. + . + This package contains the shared library --- ocaml-libvirt-0.6.1.2.orig/debian/copyright +++ ocaml-libvirt-0.6.1.2/debian/copyright @@ -0,0 +1,49 @@ +Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat +Packaged-By: Guido Guenther +Packaged-Date: Thu, 26 Jun 2008 09:42:18 +0200 +Upstream-author: Richard W.M. Jones +Original-Source-Location: http://libvirt.org/sources/ocaml/ + +Files: * +Copyright: © 2007 Richard W.M. Jones, Red Hat Inc. +License: LGPL-2.1+ + +On Debian GNU/Linux systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL-2.1'. + +Files: libvirt/* +Copyright: © 2007 Richard W.M. Jones, Red Hat Inc. +License: LGPL-2.1+ | other + +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 Red Hat, or a +modified version of the Library that is distributed under the +conditions defined in clause 2 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. + +On Debian GNU/Linux systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL-2.1'. + +Files: mlvirsh/* +Copyright: © 2007 Richard W.M. Jones, Red Hat Inc. +License: GPL-2+ + +On Debian GNU/Linux systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/GPL-2'. + +Files: debian/* +Copyright: © 2008 Guido Guenther + © 2008 Sylvain Le Gall +License: GPL + +On Debian GNU/Linux systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/GPL'. + --- ocaml-libvirt-0.6.1.2.orig/debian/docs +++ ocaml-libvirt-0.6.1.2/debian/docs @@ -0,0 +1,2 @@ +README +TODO.libvirt --- ocaml-libvirt-0.6.1.2.orig/debian/gbp.conf +++ ocaml-libvirt-0.6.1.2/debian/gbp.conf @@ -0,0 +1,2 @@ +[DEFAULT] +pristine-tar = True --- ocaml-libvirt-0.6.1.2.orig/debian/libvirt-ocaml-dev.dirs.in +++ ocaml-libvirt-0.6.1.2/debian/libvirt-ocaml-dev.dirs.in @@ -0,0 +1 @@ +@OCamlStdlibDir@ --- ocaml-libvirt-0.6.1.2.orig/debian/libvirt-ocaml-dev.ocamldoc +++ ocaml-libvirt-0.6.1.2/debian/libvirt-ocaml-dev.ocamldoc @@ -0,0 +1 @@ +# No flags --- ocaml-libvirt-0.6.1.2.orig/debian/libvirt-ocaml.dirs.in +++ ocaml-libvirt-0.6.1.2/debian/libvirt-ocaml.dirs.in @@ -0,0 +1,2 @@ +@OCamlDllDir@ +/usr/bin --- ocaml-libvirt-0.6.1.2.orig/debian/rules +++ ocaml-libvirt-0.6.1.2/debian/rules @@ -0,0 +1,45 @@ +#!/usr/bin/make -f +# debian/rules for ocaml-libvirt package +# Copyright (C) 2008 Guido Günther +# Copyright (C) 2008 Sylvain Le Gall +# +# This program 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, or (at +# your option) any later version. +# +# This program 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, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, +# MA 02110-1301, USA. + +include /usr/share/cdbs/1/rules/ocaml.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk + +DESTDIR_DEV=$(CURDIR)/debian/libvirt-ocaml-dev +DESTDIR=$(CURDIR)/debian/libvirt-ocaml + +DEB_MAKE_CLEAN_TARGET := clean +DEB_MAKE_BUILD_TARGET := all +ifeq ($(OCAML_HAVE_OCAMLOPT),yes) +DEB_MAKE_BUILD_TARGET += opt +DEB_MAKE_INSTALL_TARGET := install-opt +else +DEB_MAKE_INSTALL_TARGET := install-byte +endif +DEB_MAKE_INSTALL_TARGET += OCAMLFIND_DESTDIR="$(DESTDIR_DEV)/$(OCAML_STDLIB_DIR)" prefix="$(DESTDIR)/usr" + +clean:: + -$(RM) '$(CURDIR)/Make.rules' + -$(RM) '$(CURDIR)/Makefile' + -$(RM) '$(CURDIR)/libvirt/Makefile' + -$(RM) '$(CURDIR)/examples/Makefile' + +install/libvirt-ocaml-dev:: + mv $(DESTDIR_DEV)/$(OCAML_STDLIB_DIR)/libvirt/*.so $(DESTDIR)/$(OCAML_DLL_DIR)/ --- ocaml-libvirt-0.6.1.2.orig/debian/watch +++ ocaml-libvirt-0.6.1.2/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://libvirt.org/sources/ocaml/ocaml-libvirt-([0-9\.]*)\.tar\.gz