ocamlnet (1.1-13) unstable; urgency=low * debian/rules - use ocaml.mk * debian/control - bumped build dependency on ocaml-nox to >= 3.09.2-7, since we now use ocaml.mk -- Stefano Zacchiroli Sat, 4 Nov 2006 17:56:16 +0100 ocamlnet (1.1-12) unstable; urgency=low * debian/control - bumped dependencies on pcre-ocaml (closes: #387295) -- Stefano Zacchiroli Wed, 13 Sep 2006 17:20:39 +0200 ocamlnet (1.1-11) unstable; urgency=low * debian/rules - removed no longer needed workaround for cdbs + dpatch - avoid to create debian/control from debian/control.in on ocamlinit * debian/control.in - file removed; it is deprecated as per ocaml packaging policy 3.3 -- Stefano Zacchiroli Tue, 5 Sep 2006 21:57:19 +0200 ocamlnet (1.1-10) unstable; urgency=low * Upload to unstable. -- Stefano Zacchiroli Wed, 17 May 2006 02:31:38 +0000 ocamlnet (1.1-9) experimental; urgency=low * Rebuilt against OCaml 3.09.2, bumped deps accordingly. * Bumped Standards-Version to 3.7.2 (no changes needed). -- Stefano Zacchiroli Thu, 11 May 2006 23:32:40 +0000 ocamlnet (1.1-8) unstable; urgency=low * Rebuilt against OCaml 3.09.1, bumped deps accordingly. * debian/rules - clean up of some files not cleaned by upstream's Makefile (closes: #346278) * debian/libocamlnet-ocaml-dev.postinst - next attempt at proper cleaning of diversions in the old ocaml standard library directories -- Stefano Zacchiroli Sun, 8 Jan 2006 01:36:14 +0100 ocamlnet (1.1-7) unstable; urgency=low * ships runtime .so in libocamlnet-ocaml instead of libocamlnet-ocaml-dev -- Stefano Zacchiroli Sat, 26 Nov 2005 19:23:34 +0100 ocamlnet (1.1-6) unstable; urgency=low * rebuilt with ocaml 3.09 * debian/* - no longer hard coding of ocaml abi anywhere -- Stefano Zacchiroli Wed, 23 Nov 2005 09:42:01 +0000 ocamlnet (1.1-5) unstable; urgency=low * debian/rules - removed stdlib overrinding in "install" target, fixing FTBFS (closes: Bug#332283) - better cleanup on "clean" target, after "clean" the debianized source tree should now be identical to a freshly unpacked one * debian/control - versioned equeue dependency * debian/libocamlnet-ocaml-dev.preinst - uses /bin/bash as interpreter since bashisms are used -- Stefano Zacchiroli Sun, 9 Oct 2005 12:13:20 +0200 ocamlnet (1.1-4) unstable; urgency=low * ships upstream examples in /usr/share/doc/libocamlnet-ocaml-dev/examples/ (closes: Bug#323104) -- Stefano Zacchiroli Mon, 15 Aug 2005 14:45:37 +0200 ocamlnet (1.1-3) unstable; urgency=low * debian/patches/01_build - no longer attempt to create netdb data destdir in /usr/lib, fixes FTBFS (closes: Bug#320568) * debian/control - policy-compliant indentation in extended description -- Stefano Zacchiroli Fri, 29 Jul 2005 22:05:09 +0200 ocamlnet (1.1-2) unstable; urgency=low * debian/control - added build-dep on equeue, needed since ocamlnet 1.1 (closes: Bug#320472) - added dep from libocamlnet-ocaml to libpcre-ocaml, it was erroneously missing -- Stefano Zacchiroli Fri, 29 Jul 2005 21:48:51 +0200 ocamlnet (1.1-1) unstable; urgency=low * New upstream release - added Nethttpd, HTTP 1.1 daemon functionality library - added Smtp, SMTP client library * debian/control - "ported" description to latest features - bumped standards-version - bumped pcre dependencies to 5.10 * debian/copyright - added copyright info for Nethttpd (GPL license) * debian/patches/02_dont_install_gpl - avoid installing gpl license in /nethtppd/ -- Stefano Zacchiroli Fri, 29 Jul 2005 13:57:47 +0200 ocamlnet (1.0-3) unstable; urgency=low * fixed bug in preinst which inhibit clean up of old diversions -- Stefano Zacchiroli Thu, 21 Jul 2005 20:05:48 +0200 ocamlnet (1.0-2) unstable; urgency=low * libocamlnet-ocaml-dev.preinst - get rid of old diversions of cgi/META -- Stefano Zacchiroli Fri, 1 Jul 2005 17:40:01 +0200 ocamlnet (1.0-1) unstable; urgency=medium * New upstream release * Urgency set to medium (rational: bug fix/consolidation release) -- Stefano Zacchiroli Fri, 15 Apr 2005 08:47:01 +0200 ocamlnet (0.98.1-2) unstable; urgency=low * Rebuilt against ocaml 3.08.3 -- Stefano Zacchiroli Sat, 26 Mar 2005 00:47:01 +0100 ocamlnet (0.98.1-1) unstable; urgency=low * New upstream release -- Stefano Zacchiroli Tue, 1 Feb 2005 09:48:06 +0100 ocamlnet (0.98-4) unstable; urgency=low * debian/libocamlnet-ocaml-dev.doc-base.{intro,refman} - fixed typos in "Files:" lines, now point to the correct path (Closes: Bug#285663) -- Stefano Zacchiroli Tue, 21 Dec 2004 09:17:13 +0100 ocamlnet (0.98-3) unstable; urgency=low * rebuilt against ocaml 3.08.2 -- Stefano Zacchiroli Thu, 9 Dec 2004 15:52:33 +0100 ocamlnet (0.98-2) unstable; urgency=low * debian/control - added dependencies from libocamlnet-ocaml-dev to libocamlnet-ocaml This should fixes build failures (all) due to missing dllnetaccel_c.so -- Stefano Zacchiroli Mon, 27 Sep 2004 21:30:29 +0200 ocamlnet (0.98-1) unstable; urgency=low * New upstream release - changed I/O API to the standardized one discussed on the caml list. See http://ocaml-programming.de/rec/IO-Classes.html - several bugfixes and improvements, see upstream's CHANGES * dpatch-ified build process * debian/rules - invoke configure with -enable-compatcgi (cgi legacy module no longer built by default) - comsetic changes - added dpatch specific deps and targets - install upstream changelog CHANGES * debian/control - split a libocamlnet-ocaml package which contains the new .so shared object stub library - added dpatch Build-Dep - improved long description * debian/*.doc-base.* - installed and registered with doc-base both introductory and reference manuals -- Stefano Zacchiroli Thu, 9 Sep 2004 12:16:37 +0200 ocamlnet (0.97.1-1) unstable; urgency=low * New upstream release * rebuilt with ocaml 3.08 * debian/control - bumped ocaml deps to 3.08 - bumped standards-version to 3.6.1.1 - changed ocaml deps to ocaml-nox - bumped pcre deps to 5.08 * debian/dirs - ported to ocaml 3.08 -- Stefano Zacchiroli Mon, 26 Jul 2004 15:25:09 +0200 ocamlnet (0.97-4) unstable; urgency=low * Rebuilt with pcre 5.06 * debian/control - changed accordingly -- Stefano Zacchiroli Mon, 15 Mar 2004 19:23:50 +0100 ocamlnet (0.97-3) unstable; urgency=low * Reverted last patch to src/netstring/META.in, no longer needed with latest (patched) findlib * debian/control - bumped findlib dep to >= 1.0.3-1 -- Stefano Zacchiroli Fri, 30 Jan 2004 18:16:47 +0100 ocamlnet (0.97-2) unstable; urgency=low * src/netstring/META.in - bugfix: added requires on threads package when "mt" predicate is active -- Stefano Zacchiroli Thu, 22 Jan 2004 18:12:07 +0100 ocamlnet (0.97-1) unstable; urgency=low * New upstream release - bugfix release - experimental support for fastcgi * debian/control - bumped standards-version to 3.6.1.0 -- Stefano Zacchiroli Wed, 21 Jan 2004 10:28:53 +0100 ocamlnet (0.96-3) unstable; urgency=low * Rebuilt with ocaml 3.07 -- Stefano Zacchiroli Wed, 1 Oct 2003 13:33:34 +0200 ocamlnet (0.96-2) unstable; urgency=low * Rebuilt with ocaml 3.07beta2 -- Stefano Zacchiroli Mon, 22 Sep 2003 17:14:12 +0200 ocamlnet (0.96-1) unstable; urgency=low * New upstream release, notably: - almost rewritten Netconversion module (new version is really faster) - added "cursors" (pointer into encoded strings, character grained) - implemented a lot of string functions on top of cursors - full support for Japanese encoding EUC-JP - conversion tables are now loaded at runtime -- Stefano Zacchiroli Mon, 23 Jun 2003 17:34:01 +0200 ocamlnet (0.95-1) unstable; urgency=low * New upstream release * debian/control - bumped standards-version to 3.5.10 - bumped dependencies on libpcre-ocaml to 5.03 - changed section of -dev package to "libdevel" - added ${misc:Depends} * debian/rules - removed DH_COMPAT in favour of debian/compat -- Stefano Zacchiroli Tue, 17 Jun 2003 15:26:40 +0200 ocamlnet (0.94-4) unstable; urgency=low * Removed Provides:.*- * Changed dependencies on libpcre-ocaml-dev from virtual to real ones -- Stefano Zacchiroli Mon, 10 Mar 2003 12:59:36 +0100 ocamlnet (0.94-3) unstable; urgency=low * Libdir transition to /usr/lib/ocaml/3.06 * Changed depends and build depends to ocaml{,-base}-3.06-1 -- Stefano Zacchiroli Mon, 16 Dec 2002 12:54:23 +0100 ocamlnet (0.94-2) unstable; urgency=low * Changed Build-Deps and Deps from a generic libpcre-ocaml-dev to a "versioned" libpcre-ocaml-dev-4.30.0 * Added 'Provides: libocamlnet-ocaml-dev-' * Removed '-g' compilation flag * Bumped Standards-Version to 3.5.8 -- Stefano Zacchiroli Thu, 28 Nov 2002 23:22:24 +0100 ocamlnet (0.94-1) unstable; urgency=low * New upstream release * Added preliminary OcamlNet manual * Removed generated file src/netstring/netmappings_iso.ml from diff.gz * Better test over existence of ocamlopt compiler in debian/rules -- Stefano Zacchiroli Sat, 2 Nov 2002 18:54:58 +0100 ocamlnet (0.93-1) unstable; urgency=low * New upstream release * Rebuilt against ocaml 3.06 (Closes: Bug#158244) * Switched to debhelper 4 * Changed deps and build-deps to ocaml-3.06 * Removed mention of ocaml-netstring (ancient) and libnestring-ocaml-dev (that will be soon removed from the archive) from debian/control -- Stefano Zacchiroli Mon, 26 Aug 2002 16:01:08 +0200 ocamlnet (0.92-2) unstable; urgency=low * Added missing build dep on ocaml-findlib (Closes: Bug#146586) * Versioned build dep on libpcre-ocaml-dev to avoid build with buggy libpcre-ocaml-dev versions -- Stefano Zacchiroli Sat, 11 May 2002 11:32:39 +0200 ocamlnet (0.92-1) unstable; urgency=low * Initial Release. -- Stefano Zacchiroli Wed, 8 May 2002 00:27:44 +0200