debian/0000755000000000000000000000000012247304731007171 5ustar debian/control0000644000000000000000000000250212174277511010577 0ustar Source: ocaml-ssl Section: ocaml Priority: optional Maintainer: Debian OCaml Maintainers Uploaders: Samuel Mimram , Stéphane Glondu Build-Depends: debhelper (>= 7.0.50~), libssl-dev (>= 0.9.6), ocaml-nox (>= 4), ocaml-findlib (>= 1.4), dh-ocaml (>= 0.9) Standards-Version: 3.9.2 Homepage: http://sourceforge.net/projects/savonet/files/ Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-ssl.git Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-ssl.git Package: libssl-ocaml Architecture: any Depends: ${ocaml:Depends}, ${misc:Depends}, ${shlibs:Depends} Provides: ${ocaml:Provides} Description: OCaml bindings for OpenSSL (runtime) OCaml library for communicating through SSL/TLS encrypted connections using the OpenSSL library. . This package contains only the shared runtime stub libraries. Package: libssl-ocaml-dev Architecture: any Depends: libssl-dev, ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends} Provides: ${ocaml:Provides} Recommends: ocaml-findlib Description: OCaml bindings for OpenSSL OCaml library for communicating through SSL/TLS encrypted connections using the OpenSSL library. . This package contains all the development stuff you need to use the ssl OCaml library in your programs. debian/README.source0000644000000000000000000000024612174277470011362 0ustar This package uses dpatch for patching the source. Please consider reading dpatch manpage. -- Stéphane Glondu , Mon, 5 Oct 2009 15:40:24 +0200 debian/source/0000755000000000000000000000000012174277470010501 5ustar debian/source/format0000644000000000000000000000001412174277470011707 0ustar 3.0 (quilt) debian/libssl-ocaml.install.in0000644000000000000000000000015712174277470013562 0ustar @OCamlStdlibDir@/ssl/dllssl_stubs.so @OCamlDllDir@ @OCamlStdlibDir@/ssl/dllssl_threads_stubs.so @OCamlDllDir@ debian/copyright0000644000000000000000000000351112174277470011134 0ustar Packaged-By: Samuel Mimram Packaged-Date: Tue, 2 Dec 2003 20:20:25 +0100 Original-Source-Location: http://sourceforge.net/projects/savonet/files/ Upstream-Author: The Savonet Team Files: * Copyright: © 2003-2005 by the Savonet Team License: LGPL-2.1+ | other The libssl-ocaml library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (LGPL) as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. The license text is contained in /usr/share/common-licenses/LGPL-2.1. This program is released under the LGPL version 2.1 with the additional exemption that compiling, linking, and/or using OpenSSL is allowed. As a special exception to the GNU Library General Public License, you may also 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, 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. The examples are under the GPL licence version 2.0. Files: debian/* Copyright: © 2003-2009 Samuel Mimram © 2009 Stéphane Glondu License: LGPL-2.1+ debian/watch0000644000000000000000000000007712174277470010236 0ustar version=3 http://sf.net/savonet/ocaml-ssl-([0-9\.]*)\.tar\.gz debian/compat0000644000000000000000000000000212174277470010377 0ustar 7 debian/libssl-ocaml-dev.doc-base0000644000000000000000000000042512174277470013736 0ustar Document: libssl-ocaml-dev Title: OCaml SSL Module Documentation Author: Samuel Mimram Abstract: Documentation of the OCaml SSL Module Section: Programming/OCaml Format: HTML Index: /usr/share/doc/libssl-ocaml-dev/html/index.html Files: /usr/share/doc/libssl-ocaml-dev/html/* debian/libssl-ocaml-dev.docs0000644000000000000000000000002012174277470013200 0ustar README doc/html debian/rules0000755000000000000000000000100512174277470010255 0ustar #!/usr/bin/make -f # -*- makefile -*- include /usr/share/ocaml/ocamlvars.mk # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 DESTDIR = $(CURDIR)/debian/tmp/$(OCAML_STDLIB_DIR) %: dh --with ocaml $@ .PHONY: override_dh_auto_clean override_dh_auto_clean: $(MAKE) clean .PHONY: override_dh_auto_build override_dh_auto_build: $(MAKE) $(MAKE) doc .PHONY: override_dh_auto_install override_dh_auto_install: mkdir -p $(DESTDIR) $(MAKE) install OCAMLFIND_DESTDIR=$(DESTDIR) OCAMLFIND_LDCONF=ignore debian/gbp.conf0000644000000000000000000000003612174277470010617 0ustar [DEFAULT] pristine-tar = True debian/libssl-ocaml-dev.install.in0000644000000000000000000000015112174277470014330 0ustar @OCamlStdlibDir@/ssl/META @OCamlStdlibDir@/ssl/*.a @OCamlStdlibDir@/ssl/*.cm* @OCamlStdlibDir@/ssl/*.ml* debian/clean0000644000000000000000000000005712174277470010210 0ustar config.log config.status src/META src/Makefile debian/libssl-ocaml-dev.examples0000644000000000000000000000001312174277470014070 0ustar examples/* debian/changelog0000644000000000000000000001154412247304016011044 0ustar ocaml-ssl (0.4.6-3) unstable; urgency=low * Upload to unstable -- Stéphane Glondu Tue, 03 Dec 2013 08:28:14 +0100 ocaml-ssl (0.4.6-2) experimental; urgency=low * Compile with OCaml >= 4 -- Stéphane Glondu Thu, 25 Jul 2013 21:41:08 +0200 ocaml-ssl (0.4.6-1) unstable; urgency=low * New upstream release - SSLv2 support dropped upstream, no more patches -- Stéphane Glondu Sat, 19 Nov 2011 15:30:29 +0100 ocaml-ssl (0.4.5-1) unstable; urgency=low * New upstream release -- Stéphane Glondu Mon, 18 Apr 2011 22:44:38 +0200 ocaml-ssl (0.4.4-3) unstable; urgency=low * Drop SSLv2 constructor from Ssl interface (follows fix to #622144) -- Stéphane Glondu Mon, 18 Apr 2011 11:14:38 +0200 ocaml-ssl (0.4.4-2) unstable; urgency=low * Drop SSLv2 support (Closes: #622144) * Switch source package format to 3.0 (quilt) * Remove Stefano from Uploaders * Bump Standards-Version to 3.9.2 (no changes) -- Stéphane Glondu Mon, 11 Apr 2011 23:17:43 +0200 ocaml-ssl (0.4.4-1) unstable; urgency=low [ Samuel Mimram ] * New upstream release. * Removed makefile patch, integrated upstream. * Switch to dh. * Remove dpatch support. [ Stéphane Glondu ] * Bump Standards-Version to 3.8.4 (no changes) -- Stéphane Glondu Tue, 02 Mar 2010 23:39:15 +0100 ocaml-ssl (0.4.3-3) unstable; urgency=low [ Sylvain Le Gall ] * Save doc/ directory before cleaning it [ Stéphane Glondu ] * Switch packaging to dh-ocaml 0.9 * Add README.source * Update copyright file * debian/control: - move to section ocaml - update my e-mail address - update Standards-Version to 3.8.3 -- Stéphane Glondu Mon, 05 Oct 2009 15:40:37 +0200 ocaml-ssl (0.4.3-2) unstable; urgency=low * Added makefile.dpatch in order not to link with unix and not to use deprecated -custom. -- Samuel Mimram Wed, 25 Feb 2009 18:00:33 +0100 ocaml-ssl (0.4.3-1) unstable; urgency=low * New Upstream Version. -- Samuel Mimram Wed, 25 Feb 2009 10:43:05 +0100 ocaml-ssl (0.4.2-5) experimental; urgency=low * Rebuild against OCaml 3.11 * debian/control - clean up obsolete build-dep on dpkg-dev - bump Standards-Version to 3.8.0 (no changes needed) - bumpd ocaml build-dep to ensure proper rebuild on experimental - add build-dep on dh-ocaml and cdbs - add missing ${misc:Depends} dependencies * debian/rules: switch packaging to CDBS * bump debhelper requirements to 7 (change build-dep and compat accordingly) * add myself as an Uploader -- Stefano Zacchiroli Sun, 01 Feb 2009 21:20:11 +0100 ocaml-ssl (0.4.2-4) unstable; urgency=low [ Stefano Zacchiroli ] * fix vcs-svn field to point just above the debian/ dir [ Ralf Treinen ] * Changed doc-base section to Programming/OCaml [ Stephane Glondu ] * Switching packaging to git * Fix GC-unsafe operations in C stubs (Closes: #500591) * Set Maintainer to d-o-m, and Uploaders to Sam and me -- Stephane Glondu Mon, 29 Sep 2008 19:44:18 +0200 ocaml-ssl (0.4.2-3) unstable; urgency=low * Upload to unstable. -- Samuel Mimram Sat, 08 Sep 2007 00:44:10 +0200 ocaml-ssl (0.4.2-2) experimental; urgency=low * Rebuild with OCaml 3.10. -- Samuel Mimram Fri, 13 Jul 2007 10:54:57 +0200 ocaml-ssl (0.4.2-1) unstable; urgency=low * New upstream release. -- Samuel Mimram Sun, 08 Apr 2007 19:02:54 +0200 ocaml-ssl (0.4.1-1) experimental; urgency=low * New upstream release. -- Samuel Mimram Fri, 16 Mar 2007 18:30:03 +0100 ocaml-ssl (0.4.0-1) unstable; urgency=low * New upstream release. * Made the package binNMU-safe. -- Samuel Mimram Mon, 20 Nov 2006 20:55:08 +0100 ocaml-ssl (0.3.1-5) unstable; urgency=low * Rebuild with OCaml 3.09.2. * Updated standards version to 3.7.2, no changes needed. -- Samuel Mimram Thu, 18 May 2006 16:45:41 +0000 ocaml-ssl (0.3.1-4) unstable; urgency=low * Rebuild with OCaml 3.09.1. -- Samuel Mimram Sat, 7 Jan 2006 18:25:07 +0100 ocaml-ssl (0.3.1-3) unstable; urgency=low * Rebuild with findlib > 1.1-3 (1.1-3 was buggy), closes: #342291. * Properly handling OCamlABI stuff. * Updated watch file. -- Samuel Mimram Fri, 9 Dec 2005 00:05:30 +0100 ocaml-ssl (0.3.1-2) unstable; urgency=low * Rebuild with OCaml 3.09.0. * No longer hardcoding OCaml's ABI in debian/* files. -- Samuel Mimram Sun, 13 Nov 2005 20:24:13 +0100 ocaml-ssl (0.3.1-1) unstable; urgency=low * Initial release, closes: #319287. -- Samuel Mimram Thu, 21 Jul 2005 01:03:40 +0200