2009
ocamlnet (2.2.9-7) unstable; urgency=low
[ Stefano Zacchiroli ] * debian/copyright: point to GPL-2 under /usr/share/common-licenses/ [ Stephane Glondu ] * Switch packaging to dh-ocaml 0.9 (Closes: #549849) * Add README.source * debian/control: - add myself to Uploaders - move to section ocaml - update Standards-Version to 3.8.3 * Add Lintian override for RPATH in mod_netcgi_apache.so
-- Stéphane Glondu <glondu@debian.org> Tue, 06 Oct 2009 16:35:12 +0200
ocamlnet (2.2.9-6) unstable; urgency=low
* uploading to unstable
* debian/*.in: avoid using @OCamlABI@ for dir path and explicit
"stublibs/"
* debian/rules:
- use ocamldoc-apiref-config from /usr/share/ocaml/
- use ocaml.mk as a CDBS "rules" rather than a CDBS "class"
* debian/control:
- bump dependency on dh-ocaml to >= 0.4, to avoid buggy clean
- drop obsolete versioned build-deps
- switch build dep from camlp5 to camlp4, now we built against that
- tigthen build-deps on ocaml libs to induce dep-waits
* debian/*.install.in: avoid specifying debian/tmp/ (is default now)
* debian/patches/*
- add patch camlp4-workarounds (thanks Fedora!) to avoid stumbling
upon a camlp4 regression
- disable patches to build against camlp5: build_w_camlp5,
camlp5_5_alias_pat. Now ocamlnet can be built using camlp4
- add patch enable_struct_ucred to make 'struct ucred' from
<sys/socket.h> visible (requires GNU extensions) (Closes: #517319)
-- Stefano Zacchiroli <zack@debian.org> Sat, 28 Feb 2009 11:38:08 +0100
ocamlnet (2.2.9-5) experimental; urgency=low
[ Stefano Zacchiroli ]
* rebuild against OCaml 3.11: stricten build-dep for experimental build,
and add build-dep on dh-ocaml (which now ships the CDBS class)
* debian/control: remove transitional dummy packages no longer needed with
Lenny+1; list of removed packages: libequeue-ocaml{,-dev},
libnetclient-ocaml-dev, librpc-ocaml-dev, libequeue-gtk2-ocaml-dev
* bump debhelper compatibility to 7 (build-dep and debian/compat)
* relax build-dep on apache2-prefork-dev by forcing the apache major number
to 2 instead of letting ./configure query it invoking /usr/sbin/apache2
* remove debian/patches/00dpatch.conf, we no longer have a debian-only
layout
[ Stephane Glondu ]
* Do not build rpc-auth-local on hurd-i386 (fixes FTBFS)
-- Stefano Zacchiroli <zack@debian.org> Tue, 10 Feb 2009 11:10:21 +0100
2008
ocamlnet (2.2.9-4) unstable; urgency=low
* add rpath pointing at `ocamlc -where` to the Apache module shipped by
libapache2-mod-ocamlnet, so that libcamlrun_shared.so can be found
(Closes: #503616)
* fix wrong path in /etc/apache2/mods-available/netcgi_apache.load, which
inhibited proper loading of netcgi .cma library
(also needed to fix #503616)
* switch Vcs-* fields to the current GIT repository
-- Stefano Zacchiroli <zack@debian.org> Wed, 29 Oct 2008 00:09:07 +0100
ocamlnet (2.2.9-3) unstable; urgency=medium
[ Stephane Glondu ]
* Update Homepage, fix watch file.
[ Stefano Zacchiroli ]
* add missing dep from ocamlnet-dev to cryptgps
* move doc-base file corresponding to ocamldoc API reference (back) to
libocamlnet-ocaml-doc; add Replaces as needed in debian/control
(Closes: #462878)
* bump Standards-Version to 3.8.0 (no changes needed)
-- Stefano Zacchiroli <zack@debian.org> Sat, 19 Jul 2008 18:55:19 +0200
ocamlnet (2.2.9-2) unstable; urgency=medium
[ Stefano Zacchiroli ]
* fix vcs-svn field to point just above the debian/ dir
* close an old TODO item in debian/TODO
* bump urgency for the OCaml 3.10.1 transition
* debian/rules: fix the kfreebsd fix (avoid failing bogusly when we are not
on a BSD arch)
[ Stephane Glondu ]
* Add patch configure_kfreebsd.dpatch to make configure script recognize
GNU/kFreeBSD as FreeBSD and fix compatibility with kFreeBSD port
(rpc-auth-local not available). (Closes: #462291)
* Add patch fix_ssl_bindings.dpatch to fix faulty ssl bindings,
(Closes: #450903).
-- Stefano Zacchiroli <zack@debian.org> Mon, 03 Mar 2008 09:00:15 +0100
2007
ocamlnet (2.2.9-1) unstable; urgency=low
* new upstream release (bugfix-only release)
* promote Homepage to a real debian/control field
* add patch camlrun_shared to link against libcamlrun_shared, so that the
apache module becomes PIC. Fix FTBFSs on most non-i386 archs
(closes: #443150, #444360)
* add patch camlp5_5_alias_pat to ensure buildability against camlp5 5.00
(hoping it can be removed soon ...)
* bump versioned build-dep on ocaml-nox to 3.10.0-9 (the first version
shipping libcamlrun_shared)
* update standards-version, no changes needed
* setting me as an uploader and d-o-m as the maintainer
* use ocamldoc-api-ref-config to generate the doc-base entry in debian/rules
-- Stefano Zacchiroli <zack@debian.org> Sat, 29 Dec 2007 22:19:21 +0100
ocamlnet (2.2.8.1-3) experimental; urgency=low
* change the split of the netcgi2 Apache connector: the OCaml development
libraries are now in libocamlnet-ocaml-dev while the Apache module is
alone in libapache2-mod-ocamlnet. This way one can develop applications
for the connector without having to install Apache
* debian/patches/
- add patch no_apache_info to inhibit installation of *apache.info file in
libapache2-mod-ocamlent, not needed for Apache 2
-- Stefano Zacchiroli <zack@debian.org> Sun, 09 Sep 2007 09:57:42 +0200
ocamlnet (2.2.8.1-2) experimental; urgency=low
* build the apache connector (closes: #430970) * ship a new binary package: "libapache2-mod-ocamlnet" containing the modules to access the Apache API and the Apache module mod_netcgi_apache that bridges Apache with OCamlnet * debian/control - add build deps on apache2-mpm-worker and apache2-prefork-dev to build the Apache connector * debian/etc/ - new dir containing the configuration snippets for the mod_netcgi_apache
-- Stefano Zacchiroli <zack@debian.org> Sat, 08 Sep 2007 17:47:44 +0200
ocamlnet (2.2.8.1-1) unstable; urgency=low
* new upstream release
* debian/control
- bump camlp5 version to the latest available (to ensure some syntax quirk
work properly)
* debian/patches/
- refresh build_w_camlp5 patch: some old changes are no longer needed with
the current version of camlp5, some new code require patches
* libocamlnet-ocaml-dev.{postinst,preinst,postrm}
- remove files, since the diversion of cgi/META is useless since long time
and also the backward fixing of spurious diversions is no longer needed
for upgrades from Etch
* debian/rules
- install reference manual so that it matches the naming convention for
ocamldoc api references for OCaml packages; generate dynamically
debian/*.doc-base entries filling the CDBS template for that
-- Stefano Zacchiroli <zack@debian.org> Sat, 08 Sep 2007 14:47:18 +0200
ocamlnet (2.2.7-2) experimental; urgency=low
* rebuild with OCaml 3.10
* debian/control
- fix Sections, since the override is right: libequeue{-gtk2,}-ocaml-dev,
libnetclient-ocaml-dev, and librpc-ocaml-dev belong to libdevel;
libequeue-ocaml belongs to libs
- add build-dep on camlp5, the legacy camlp4
- s/Source-Version/binary:Version/
* debian/patches/
- add patch build_w_camlp5, which enables building against legacy camlp5
- remove patch no_debugging_info, we agree upon compiling with debugging
info OCaml libraries
-- Stefano Zacchiroli <zack@debian.org> Mon, 16 Jul 2007 12:32:11 +0000
ocamlnet (2.2.7-1) unstable; urgency=low
* New upstream release
* Uploading ocamlnet 2.2.x to unstable
* debian/rules
- removed -enable-modcaml, no longer supported upstream
-- Stefano Zacchiroli <zack@debian.org> Wed, 11 Apr 2007 21:09:18 +0200
ocamlnet (2.2.4-1) experimental; urgency=low
* New upstream release
- better clean up, now "make distclean" (now invoked by debian/rules)
restore the build area in the initial state just after unpacking
* debian/rules
- invoke "distclean" upstream target upon clean
* debian/control
- added missing (automatic) shlibdeps for libocamlnet-ocaml-bin
-- Stefano Zacchiroli <zack@debian.org> Mon, 8 Jan 2007 00:02:41 +0100
2006
ocamlnet (2.2.3-1) experimental; urgency=low
* New upstream release
- now includes the former equeue, netclient, and rpc libraries (packages:
libequeue-ocaml{,-dev}, libnetclient-ocaml-dev, librpc-ocaml-dev)
* debian/control
- reshaped package organization following upstream suggestion on package
split: libocamlnet-ocaml{,-dev} for core libraries, -gtk2-ocaml-dev for
GTK-related libs, -ssl-ocaml{,-dev} for SSL-related libs,
libnethttpd-ocaml-dev for nethttpd (recommended by libocamlnet-ocaml-dev
to avoid nethttpd disappear upon upgrade), -doc for the HTML manual and
examples, -bin for tools (netplex-admin and ocamlrpcgen)
- build-deps: removed equeue (now integrated), bumped debhelper to >= 5,
added lablgtk2 (equeue's build-dep), ocaml-ssl, labltk, cryptgps (new
build-deps)
- deps: removed deps on equeue (now integrated), added transitional
relationships and (several!) dummy packages
* debian/patches
- removed patch 01_build (no longer needed)
- added patches: no_debugging_info (avoid compiling with -g),
missing_shebangs (for example shell scripts wo shebang lines),
mkdir_destdir (for creating destdir before invoking install target)
- updated to cope with new upstream: patch dont_install_gpl
* debian/*doc-base
- updated to point to the (now comprehensive) ocamlnet 2 reference manual
* debian/compat
- bumped to compatibility level 5
* debian/watch
- added watch file
-- Stefano Zacchiroli <zack@debian.org> Mon, 4 Dec 2006 18:59:05 +0100
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 <zack@debian.org> 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 <zack@debian.org> 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 <zack@debian.org> Tue, 5 Sep 2006 21:57:19 +0200
ocamlnet (1.1-10) unstable; urgency=low
* Upload to unstable.
-- Stefano Zacchiroli <zack@debian.org> 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 <zack@debian.org> 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 <zack@debian.org> Sun, 8 Jan 2006 01:36:14 +0100
2005
ocamlnet (1.1-7) unstable; urgency=low
* ships runtime .so in libocamlnet-ocaml instead of libocamlnet-ocaml-dev
-- Stefano Zacchiroli <zack@debian.org> 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 <zack@debian.org> 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 <zack@debian.org> 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 <zack@debian.org> 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 <zack@debian.org> 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 <zack@debian.org> 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 <ocaml_lib_dir>/nethtppd/
-- Stefano Zacchiroli <zack@debian.org> 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 <zack@debian.org> 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 <zack@debian.org> 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 <zack@debian.org> Fri, 15 Apr 2005 08:47:01 +0200
ocamlnet (0.98.1-2) unstable; urgency=low
* Rebuilt against ocaml 3.08.3
-- Stefano Zacchiroli <zack@debian.org> Sat, 26 Mar 2005 00:47:01 +0100
ocamlnet (0.98.1-1) unstable; urgency=low
* New upstream release
-- Stefano Zacchiroli <zack@debian.org> Tue, 1 Feb 2005 09:48:06 +0100
2004
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 <zack@debian.org> Tue, 21 Dec 2004 09:17:13 +0100
ocamlnet (0.98-3) unstable; urgency=low
* rebuilt against ocaml 3.08.2
-- Stefano Zacchiroli <zack@debian.org> 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 <zack@debian.org> 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 <zack@debian.org> 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 <zack@debian.org> 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 <zack@debian.org> 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 <zack@debian.org> 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 <zack@debian.org> 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 <zack@debian.org> Wed, 21 Jan 2004 10:28:53 +0100
2003
ocamlnet (0.96-3) unstable; urgency=low
* Rebuilt with ocaml 3.07
-- Stefano Zacchiroli <zack@debian.org> Wed, 1 Oct 2003 13:33:34 +0200
ocamlnet (0.96-2) unstable; urgency=low
* Rebuilt with ocaml 3.07beta2
-- Stefano Zacchiroli <zack@debian.org> 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 <zack@debian.org> 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 <zack@debian.org> Tue, 17 Jun 2003 15:26:40 +0200
ocamlnet (0.94-4) unstable; urgency=low
* Removed Provides:.*-<version> * Changed dependencies on libpcre-ocaml-dev from virtual to real ones
-- Stefano Zacchiroli <zack@debian.org> Mon, 10 Mar 2003 12:59:36 +0100
2002
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 <zack@debian.org> 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-<version>'
* Removed '-g' compilation flag
* Bumped Standards-Version to 3.5.8
-- Stefano Zacchiroli <zack@debian.org> 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 <zack@debian.org> 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 <zack@debian.org> 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 <zack@debian.org> Sat, 11 May 2002 11:32:39 +0200
ocamlnet (0.92-1) unstable; urgency=low
* Initial Release.
-- Stefano Zacchiroli <zack@debian.org> Wed, 8 May 2002 00:27:44 +0200