[Pkg-ocaml-maint-commits] r3865 - in /trunk/projects/approx/trunk: Makefile config.ml debian/NEWS debian/control debian/copyright default_config.ml default_config.mli doc/approx.8 doc/approx.conf.5 fsck.ml gc.ml server.mli url.ml util.mli

ecc-guest at users.alioth.debian.org ecc-guest at users.alioth.debian.org
Fri Jun 22 17:24:15 UTC 2007


Author: ecc-guest
Date: Fri Jun 22 17:24:14 2007
New Revision: 3865

URL: http://svn.debian.org/wsvn/?sc=1&rev=3865
Log:
add note about lack of pdiff support to man page

cleanup copyright dates

remove unused fsck program

Removed:
    trunk/projects/approx/trunk/fsck.ml
Modified:
    trunk/projects/approx/trunk/Makefile
    trunk/projects/approx/trunk/config.ml
    trunk/projects/approx/trunk/debian/NEWS
    trunk/projects/approx/trunk/debian/control
    trunk/projects/approx/trunk/debian/copyright
    trunk/projects/approx/trunk/default_config.ml
    trunk/projects/approx/trunk/default_config.mli
    trunk/projects/approx/trunk/doc/approx.8
    trunk/projects/approx/trunk/doc/approx.conf.5
    trunk/projects/approx/trunk/gc.ml
    trunk/projects/approx/trunk/server.mli
    trunk/projects/approx/trunk/url.ml
    trunk/projects/approx/trunk/util.mli

Modified: trunk/projects/approx/trunk/Makefile
URL: http://svn.debian.org/wsvn/trunk/projects/approx/trunk/Makefile?rev=3865&op=diff
==============================================================================
--- trunk/projects/approx/trunk/Makefile (original)
+++ trunk/projects/approx/trunk/Makefile Fri Jun 22 17:24:14 2007
@@ -27,16 +27,8 @@
 endef
 export PROJ_gc
 
-define PROJ_fsck
-    SOURCES = util.ml config.ml default_config.ml control_file.ml release.ml fsck.ml
-    INCDIRS = +pcre +sha
-    LIBS = unix pcre sha
-    RESULT = fsck_approx
-endef
-export PROJ_fsck
-
 ifndef SUBPROJS
-    export SUBPROJS = server gc fsck
+    export SUBPROJS = server gc
 endif
 
 all: native-code

Modified: trunk/projects/approx/trunk/config.ml
URL: http://svn.debian.org/wsvn/trunk/projects/approx/trunk/config.ml?rev=3865&op=diff
==============================================================================
--- trunk/projects/approx/trunk/config.ml (original)
+++ trunk/projects/approx/trunk/config.ml Fri Jun 22 17:24:14 2007
@@ -1,5 +1,5 @@
 (* approx: proxy server for Debian archive files
-   Copyright (C) 2006  Eric C. Cooper <ecc at cmu.edu>
+   Copyright (C) 2007  Eric C. Cooper <ecc at cmu.edu>
    Released under the GNU General Public License *)
 
 open Util

Modified: trunk/projects/approx/trunk/debian/NEWS
URL: http://svn.debian.org/wsvn/trunk/projects/approx/trunk/debian/NEWS?rev=3865&op=diff
==============================================================================
--- trunk/projects/approx/trunk/debian/NEWS (original)
+++ trunk/projects/approx/trunk/debian/NEWS Fri Jun 22 17:24:14 2007
@@ -3,7 +3,7 @@
   Configuration parameters in /etc/approx/approx.conf should now begin
   with '$' to distinguish them from repository names.  The old style is
   still accepted with a warning message.
-  
+
   Several parameters have been added: $user, $group, $syslog, $verbose.
   See the approx.conf man page for details.
 
@@ -16,9 +16,9 @@
 
   A new configuration variable, interface, forces approx to listen for
   connections on a specific network interface only.
-  
+
   The approx server can now listen on privileged ports such as port 80.
-  
+
   File: URIs are now supported in the approx.conf file.
 
  -- Eric Cooper <ecc at cmu.edu>  Mon, 24 Apr 2006 16:09:22 -0400

Modified: trunk/projects/approx/trunk/debian/control
URL: http://svn.debian.org/wsvn/trunk/projects/approx/trunk/debian/control?rev=3865&op=diff
==============================================================================
--- trunk/projects/approx/trunk/debian/control (original)
+++ trunk/projects/approx/trunk/debian/control Fri Jun 22 17:24:14 2007
@@ -2,7 +2,7 @@
 Section: admin
 Priority: optional
 Maintainer: Eric Cooper <ecc at cmu.edu>
-Uploaders: Sven Luther <luther at debian.org>, Stefano Zacchiroli <zack at debian.org>
+Uploaders: Sylvain Le Gall <gildor at debian.org>
 Build-Depends: debhelper (>= 5.0), cdbs, ocamlmakefile, ocaml-nox (>= 3.09), ocaml-best-compilers, libnethttpd-ocaml-dev (>= 2.2), libpcre-ocaml-dev (>= 5.11), libsha-ocaml-dev (>= 1.3), libsyslog-ocaml-dev (>= 1.3)
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/projects/approx
@@ -31,3 +31,5 @@
  .
  Approx is intended to be robust, simple, and efficient.
  It is written in OCaml (Objective Caml).
+ .
+  Homepage: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/projects/approx/

Modified: trunk/projects/approx/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/projects/approx/trunk/debian/copyright?rev=3865&op=diff
==============================================================================
--- trunk/projects/approx/trunk/debian/copyright (original)
+++ trunk/projects/approx/trunk/debian/copyright Fri Jun 22 17:24:14 2007
@@ -1,5 +1,6 @@
 approx: proxy server for Debian archive files
-Copyright (C) 2006  Eric C. Cooper <ecc at cmu.edu>
+Copyright (C) 2007  Eric C. Cooper <ecc at cmu.edu>
+Homepage: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/projects/approx/
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by

Modified: trunk/projects/approx/trunk/default_config.ml
URL: http://svn.debian.org/wsvn/trunk/projects/approx/trunk/default_config.ml?rev=3865&op=diff
==============================================================================
--- trunk/projects/approx/trunk/default_config.ml (original)
+++ trunk/projects/approx/trunk/default_config.ml Fri Jun 22 17:24:14 2007
@@ -1,5 +1,5 @@
 (* approx: proxy server for Debian archive files
-   Copyright (C) 2006  Eric C. Cooper <ecc at cmu.edu>
+   Copyright (C) 2007  Eric C. Cooper <ecc at cmu.edu>
    Released under the GNU General Public License *)
 
 open Config

Modified: trunk/projects/approx/trunk/default_config.mli
URL: http://svn.debian.org/wsvn/trunk/projects/approx/trunk/default_config.mli?rev=3865&op=diff
==============================================================================
--- trunk/projects/approx/trunk/default_config.mli (original)
+++ trunk/projects/approx/trunk/default_config.mli Fri Jun 22 17:24:14 2007
@@ -1,5 +1,5 @@
 (* approx: proxy server for Debian archive files
-   Copyright (C) 2006  Eric C. Cooper <ecc at cmu.edu>
+   Copyright (C) 2007  Eric C. Cooper <ecc at cmu.edu>
    Released under the GNU General Public License *)
 
 val config_file : string

Modified: trunk/projects/approx/trunk/doc/approx.8
URL: http://svn.debian.org/wsvn/trunk/projects/approx/trunk/doc/approx.8?rev=3865&op=diff
==============================================================================
--- trunk/projects/approx/trunk/doc/approx.8 (original)
+++ trunk/projects/approx/trunk/doc/approx.8 Fri Jun 22 17:24:14 2007
@@ -1,8 +1,8 @@
 .\" approx: proxy server for Debian archive files
-.\" Copyright (C) 2005  Eric C. Cooper <ecc at cmu.edu>
+.\" Copyright (C) 2007  Eric C. Cooper <ecc at cmu.edu>
 .\" Released under the GNU General Public License
 .\" -*- nroff -*-
-.TH APPROX 8 "October 2006"
+.TH APPROX 8 "June 2007"
 .\" Please adjust this date whenever revising the manpage.
 
 .SH NAME
@@ -115,6 +115,12 @@
 .br
 Cache directory for archive files.
 
+.SH BUGS
+.B approx
+does not yet support "pdiff" files; instead, it denies
+requests for them, thereby forcing clients to fall back to a
+full download of the corresponding index file.
+
 .SH SEE ALSO
 .IR approx.conf (5),
 .BR gc_approx (8),

Modified: trunk/projects/approx/trunk/doc/approx.conf.5
URL: http://svn.debian.org/wsvn/trunk/projects/approx/trunk/doc/approx.conf.5?rev=3865&op=diff
==============================================================================
--- trunk/projects/approx/trunk/doc/approx.conf.5 (original)
+++ trunk/projects/approx/trunk/doc/approx.conf.5 Fri Jun 22 17:24:14 2007
@@ -1,8 +1,8 @@
 .\" approx: proxy server for Debian archive files
-.\" Copyright (C) 2006  Eric C. Cooper <ecc at cmu.edu>
+.\" Copyright (C) 2007  Eric C. Cooper <ecc at cmu.edu>
 .\" Released under the GNU General Public License
 .\" -*- nroff -*-
-.TH APPROX.CONF 5 "October 2006"
+.TH APPROX.CONF 5 "June 2007"
 .\" Please adjust this date whenever revising the manpage.
 
 .SH NAME

Modified: trunk/projects/approx/trunk/gc.ml
URL: http://svn.debian.org/wsvn/trunk/projects/approx/trunk/gc.ml?rev=3865&op=diff
==============================================================================
--- trunk/projects/approx/trunk/gc.ml (original)
+++ trunk/projects/approx/trunk/gc.ml Fri Jun 22 17:24:14 2007
@@ -1,5 +1,5 @@
 (* approx: proxy server for Debian archive files
-   Copyright (C) 2006  Eric C. Cooper <ecc at cmu.edu>
+   Copyright (C) 2007  Eric C. Cooper <ecc at cmu.edu>
    Released under the GNU General Public License *)
 
 (* Garbage-collect the approx cache using a mark-sweep algorithm.

Modified: trunk/projects/approx/trunk/server.mli
URL: http://svn.debian.org/wsvn/trunk/projects/approx/trunk/server.mli?rev=3865&op=diff
==============================================================================
--- trunk/projects/approx/trunk/server.mli (original)
+++ trunk/projects/approx/trunk/server.mli Fri Jun 22 17:24:14 2007
@@ -1,5 +1,5 @@
 (* approx: proxy server for Debian archive files
-   Copyright (C) 2006  Eric C. Cooper <ecc at cmu.edu>
+   Copyright (C) 2007  Eric C. Cooper <ecc at cmu.edu>
    Released under the GNU General Public License *)
 
 val main : user:string -> group:string -> interface:string -> int -> 'a Nethttpd_types.http_service -> unit

Modified: trunk/projects/approx/trunk/url.ml
URL: http://svn.debian.org/wsvn/trunk/projects/approx/trunk/url.ml?rev=3865&op=diff
==============================================================================
--- trunk/projects/approx/trunk/url.ml (original)
+++ trunk/projects/approx/trunk/url.ml Fri Jun 22 17:24:14 2007
@@ -1,5 +1,5 @@
 (* approx: proxy server for Debian archive files
-   Copyright (C) 2006  Eric C. Cooper <ecc at cmu.edu>
+   Copyright (C) 2007  Eric C. Cooper <ecc at cmu.edu>
    Released under the GNU General Public License *)
 
 open Printf

Modified: trunk/projects/approx/trunk/util.mli
URL: http://svn.debian.org/wsvn/trunk/projects/approx/trunk/util.mli?rev=3865&op=diff
==============================================================================
--- trunk/projects/approx/trunk/util.mli (original)
+++ trunk/projects/approx/trunk/util.mli Fri Jun 22 17:24:14 2007
@@ -1,5 +1,5 @@
 (* approx: proxy server for Debian archive files
-   Copyright (C) 2006  Eric C. Cooper <ecc at cmu.edu>
+   Copyright (C) 2007  Eric C. Cooper <ecc at cmu.edu>
    Released under the GNU General Public License *)
 
 (* Extract substring s.[from] .. s.[until-1] *)




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