* Restyled Http_daemon API so that correct invocations of them are
     statically typechecked
   * Added support for HEAD requests to Http_client
+  * debian/control
+    - bumped Standards-Version to 3.6.1.0
+  * debian/rules
+    - moved debhelper compatibility level to debian/compat
 
  -- Stefano Zacchiroli <zack@debian.org>  Tue, 16 Dec 2003 18:01:41 +0100
 
 
 Priority: optional
 Maintainer: Stefano Zacchiroli <zack@debian.org>
 Build-Depends: debhelper (>> 4.0.0), ocaml-3.07, ocaml-findlib, libpcre-ocaml-dev (>= 4.30.0), libocamlnet-ocaml-dev (>= 0.94), graphviz
-Standards-Version: 3.5.8
+Standards-Version: 3.6.1.0
 
 Package: libhttp-ocaml-dev
 Architecture: any
 
 
   OCaml HTTP - do it yourself (fully OCaml) HTTP daemon
 
-  Copyright (C) <2002> Stefano Zacchiroli <zack@cs.unibo.it>
+  Copyright (C) <2002-2004> Stefano Zacchiroli <zack@cs.unibo.it>
 
   OCaml HTTP is distributed under the term of the GNU General Public
   License, you can find a copy of the license in:
 
 #!/usr/bin/make -f
 
 #export DH_VERBOSE=1
-export DH_COMPAT=4
 
 TARGETDIR = $(CURDIR)/debian/libhttp-ocaml-dev
 OCAML_LIB_DIR = $(shell ocamlc -where)