[Pkg-ocaml-maint-commits] [approx] branch master updated (004c01f -> 72ac6fa)

Eric Cooper ecc at cmu.edu
Mon Dec 9 16:16:58 UTC 2013


This is an automated email from the git hooks/post-receive script.

ecc-guest pushed a change to branch master
in repository approx.

      from  004c01f   Remove Sylvain Le Gall from uploaders
       new  19e06c6   increase debhelper compat to 9
       new  3f560bf   update standards-version, drop dm-update-allowed
       new  603265c   drop build-dependency on libsyslog-ocaml-dev (provided by ocamlnet now)
       new  94e2dd4   add example approx.xinetd config
       new  c64a7a9   install systemd service files
       new  e54088b   add depends on bzip2 and xz-utils
       new  ea1ab75   Merge branch 'master' of ssh://git.debian.org/git/pkg-ocaml-maint/packages/approx
      adds  c414856   follow redirects for HEAD requests (closes: #695279)
      adds  6f5dda6   eliminate Not_found exception in gc (closes: #695639)
      adds  f8ec21e   remove unused exports
      adds  c37492b   use syslog interface from ocamlnet
      adds  d51f9bb   avoid conflict with Gc module in stdlib
      adds  bd045ac   include filename in decompress error message
      adds  7ee9bdf   download index if needed to apply pdiffs
      adds  6dc4be6   change from gz to bz2 (closes: #639540, #689444, #705890)
      adds  9895b0c   remove code for denying some index files
      adds  d148610   replace deprecated (or) with (||) (closes: #731703)
      adds  a0c5cd9   link with Str module for ocamlnet
      adds  41902f4   create tarball using git-archive
      adds  7a2d96c   add example xinetd config (closes: #720359)
      adds  323059f   add systemd service file (closes: #679991)
      adds  1a183fc   document use of /var/cache/approx/.curlrc file (closes: #719912)
      adds  ea743af   increment version number
       new  b0ff20f   Merge branch 'upstream'
       new  72ac6fa   changelog entry for version 5.4-1

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile               | 19 +++++++++--------
 _tags                  |  6 +++---
 approx.ml              | 27 ++++--------------------
 config.ml              |  9 ++++----
 debian/approx.examples |  1 +
 debian/approx.install  |  2 ++
 debian/changelog       | 17 +++++++++++++++
 debian/compat          |  2 +-
 debian/control         |  9 ++++----
 doc/FAQ                | 15 ++++++++++++-
 doc/README.concurrency |  2 +-
 doc/approx.xinetd      |  7 +++++++
 etc/approx.socket      | 10 +++++++++
 etc/approx at .service    |  8 +++++++
 gc.ml => gc_cache.ml   |  5 +++--
 log.ml                 | 37 +++++++++++++++++++++++++-------
 myocamlbuild.ml        |  4 ++--
 pdiff.ml               | 16 +++++++-------
 tests/_tags            |  8 +++----
 tests/syslog_test.ml   | 14 -------------
 util.ml                | 57 +++++++++++++++++++++++++++++---------------------
 util.mli               | 49 +++++--------------------------------------
 22 files changed, 173 insertions(+), 151 deletions(-)
 create mode 100644 debian/approx.examples
 create mode 100644 doc/approx.xinetd
 create mode 100644 etc/approx.socket
 create mode 100644 etc/approx at .service
 rename gc.ml => gc_cache.ml (98%)
 delete mode 100644 tests/syslog_test.ml

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/approx.git



More information about the Pkg-ocaml-maint-commits mailing list