debian/0000755000000000000000000000000012256133707007174 5ustar debian/libusb-ocaml-dev.install.in0000644000000000000000000000023012143013430014272 0ustar usr/share/doc/libusb-ocaml-dev/html/api @OCamlStdlibDir@/usb/*.cmi @OCamlStdlibDir@/usb/*.mli @OCamlStdlibDir@/usb/*.a OPT: @OCamlStdlibDir@/usb/*.cmxa debian/copyright0000644000000000000000000000363312143013574011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Packaged-By: Stéphane Glondu Packaged-Date: Sat, 07 Nov 2009 16:16:21 +0100 Source: http://ocaml-usb.forge.ocamlcore.org/ Upstream-Contact: Jérémie Dimino Files: * Copyright: 2009-2013, Jérémie Dimino License: BSD-C3 Files: debian/* Copyright: 2009-2013, Stéphane Glondu License: BSD-C3 License: BSD-C3 All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Jeremie Dimino nor the names of his contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/libusb-ocaml-dev.docs0000644000000000000000000000000712143013430013151 0ustar README debian/changelog0000644000000000000000000000314312256133707011047 0ustar ocaml-usb (1.3.0-2build1) trusty; urgency=medium * Rebuild for ocaml-4.01. -- Matthias Klose Mon, 23 Dec 2013 22:23:03 +0000 ocaml-usb (1.3.0-2) unstable; urgency=low * Fix FTBFS on armel -- Stéphane Glondu Fri, 10 May 2013 20:09:30 +0200 ocaml-usb (1.3.0-1) unstable; urgency=low * New upstream release * Use format version 1.0 in debian/copyright * Bump Standards-Version to 3.9.4 * Bump debhelper compat level to 8 -- Stéphane Glondu Thu, 09 May 2013 23:40:59 +0200 ocaml-usb (1.2.0-2) unstable; urgency=low * Add patch to include stdint.h before libusb.h (fixes FTBFS on kfreebsd-*) -- Stéphane Glondu Sat, 02 Jul 2011 12:17:46 +0200 ocaml-usb (1.2.0-1) unstable; urgency=low * New upstream release - Bump required Lwt version to 2.3.0 (Closes: #628335) - Drop 0001-Move-the-cmxs-rule-to-Before_rules.patch * Make the -dev package depend on libusb-1.0-0-dev * Add patch to fix the initialization of libusb * Bump Standards-Version to 3.9.2 (no changes) -- Nicolas Dandrimont Sat, 28 May 2011 16:29:16 +0200 ocaml-usb (1.0-1) unstable; urgency=low * New upstream release - add 0001-Move-the-cmxs-rule-to-Before_rules.patch * Fix debian/watch * Bump Standards-Version to 3.8.4 (no changes) * Upload to unstable -- Stéphane Glondu Thu, 29 Apr 2010 07:40:13 +0200 ocaml-usb (1.0~rc1-1) experimental; urgency=low * Initial release (Closes: #552366) -- Stéphane Glondu Sat, 07 Nov 2009 18:58:45 +0100 debian/libusb-ocaml-dev.doc-base0000644000000000000000000000043712143013430013705 0ustar Document: ocaml-usb Title: OCaml-USB API documentation Author: Jérémie Dimino Abstract: OCaml-USB ocamldoc-generated API documentation Section: Programming/OCaml Format: HTML Index: /usr/share/doc/libusb-ocaml-dev/html/api/index.html Files: /usr/share/doc/libusb-ocaml-dev/html/api/* debian/compat0000644000000000000000000000000212143013635010362 0ustar 8 debian/control0000644000000000000000000000273312143013661010573 0ustar Source: ocaml-usb Priority: optional Maintainer: Debian OCaml Maintainers Uploaders: Stéphane Glondu , Nicolas Dandrimont Build-Depends: debhelper (>= 8), dh-ocaml (>= 0.9), ocaml-findlib, pkg-config, liblwt-ocaml-dev (>= 2.3.0), libusb-1.0-0-dev, ocaml-nox (>= 3.12.0~) Standards-Version: 3.9.4 Section: ocaml Homepage: http://ocaml-usb.forge.ocamlcore.org/ Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-usb.git Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-usb.git Package: libusb-ocaml-dev Architecture: any Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends}, libusb-1.0-0-dev Provides: ${ocaml:Provides} Recommends: ocaml-findlib Description: OCaml bindings to libusb-1.0 OCaml-USB is a binding to libusb-1.0, a userspace USB programming library. It uses Lwt to ease use of asynchronous IO features of libusb-1.0. . This package contains development files for OCaml-USB. Package: libusb-ocaml Architecture: any Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends} Replaces: libusb-ocaml-dev (<< 1.0) Breaks: libusb-ocaml-dev (<< 1.0) Provides: ${ocaml:Provides} Description: OCaml bindings to libusb-1.0 (runtime) OCaml-USB is a binding to libusb-1.0, a userspace USB programming library. It uses Lwt to ease use of asynchronous IO features of libusb-1.0. . This package contains the runtime libraries for OCaml-USB. debian/rules0000755000000000000000000000157712143013645010257 0ustar #!/usr/bin/make -f # -*- makefile -*- DESTDIR=$(CURDIR)/debian/tmp include /usr/share/ocaml/ocamlvars.mk export OCAML_DLL_DIR export OCAML_HAVE_OCAMLOPT export OCAMLFIND_DESTDIR=$(DESTDIR)/$(OCAML_STDLIB_DIR) export OCAMLFIND_LDCONF=ignore %: dh $@ --with ocaml .PHONY: override_dh_auto_configure override_dh_auto_configure: ocaml setup.ml -configure --prefix /usr --destdir '$(DESTDIR)' --docdir /usr/share/doc/libusb-ocaml-dev/html .PHONY: override_dh_auto_build override_dh_auto_build: ocaml setup.ml -build ocaml setup.ml -doc .PHONY: override_dh_auto_test override_dh_auto_test: ocaml setup.ml -test .PHONY: override_dh_auto_install override_dh_auto_install: mkdir -p '$(OCAMLFIND_DESTDIR)' ocaml setup.ml -install .PHONY: override_dh_install override_dh_install: dh_install --list-missing .PHONY: override_dh_auto_clean override_dh_auto_clean: ocaml setup.ml -distclean debian/source/0000755000000000000000000000000012143013430010455 5ustar debian/source/format0000644000000000000000000000001412143013430011663 0ustar 3.0 (quilt) debian/gbp.conf0000644000000000000000000000012612143013430010573 0ustar [DEFAULT] pristine-tar = True cleaner = debuild clean && dh_quilt_unpatch && dh_clean debian/libusb-ocaml.install.in0000644000000000000000000000017612143233710013534 0ustar @OCamlStdlibDir@/usb/*.so @OCamlDllDir@ @OCamlStdlibDir@/usb/META @OCamlStdlibDir@/usb/*.cma DYN: @OCamlStdlibDir@/usb/*.cmxs debian/watch0000644000000000000000000000037712143013430010215 0ustar version=3 opts="uversionmangle=s/rc/~rc/" \ http://forge.ocamlcore.org/frs/?group_id=98 .*/ocaml-usb-(.*)\.tar\.gz # Upstream darcs repository: # http://darcs.ocamlcore.org/repos/ocaml-usb # http://darcs.ocamlcore.org/cgi-bin/darcsweb.cgi?r=ocaml-usb