From b9b45789c66f82caa71363fb34487d0adaf4497c Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Mon, 24 May 2004 12:22:17 +0000 Subject: [PATCH] debian snapshot (towards a release) --- helm/DEVEL/ocaml-http/debian/changelog | 4 ++++ helm/DEVEL/ocaml-http/debian/compat | 1 + helm/DEVEL/ocaml-http/debian/control | 2 +- helm/DEVEL/ocaml-http/debian/copyright | 2 +- helm/DEVEL/ocaml-http/debian/rules | 1 - 5 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 helm/DEVEL/ocaml-http/debian/compat diff --git a/helm/DEVEL/ocaml-http/debian/changelog b/helm/DEVEL/ocaml-http/debian/changelog index 761620133..8d7e98ad5 100644 --- a/helm/DEVEL/ocaml-http/debian/changelog +++ b/helm/DEVEL/ocaml-http/debian/changelog @@ -4,6 +4,10 @@ ocaml-http (0.0.9) unstable; urgency=low * 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 Tue, 16 Dec 2003 18:01:41 +0100 diff --git a/helm/DEVEL/ocaml-http/debian/compat b/helm/DEVEL/ocaml-http/debian/compat new file mode 100644 index 000000000..b8626c4cf --- /dev/null +++ b/helm/DEVEL/ocaml-http/debian/compat @@ -0,0 +1 @@ +4 diff --git a/helm/DEVEL/ocaml-http/debian/control b/helm/DEVEL/ocaml-http/debian/control index 23698721a..0c021f1ff 100644 --- a/helm/DEVEL/ocaml-http/debian/control +++ b/helm/DEVEL/ocaml-http/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: optional Maintainer: Stefano Zacchiroli 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 diff --git a/helm/DEVEL/ocaml-http/debian/copyright b/helm/DEVEL/ocaml-http/debian/copyright index efabd64a9..0771df334 100644 --- a/helm/DEVEL/ocaml-http/debian/copyright +++ b/helm/DEVEL/ocaml-http/debian/copyright @@ -4,7 +4,7 @@ Copyright: OCaml HTTP - do it yourself (fully OCaml) HTTP daemon - Copyright (C) <2002> Stefano Zacchiroli + Copyright (C) <2002-2004> Stefano Zacchiroli OCaml HTTP is distributed under the term of the GNU General Public License, you can find a copy of the license in: diff --git a/helm/DEVEL/ocaml-http/debian/rules b/helm/DEVEL/ocaml-http/debian/rules index 498a5540e..d7f5ed8a2 100755 --- a/helm/DEVEL/ocaml-http/debian/rules +++ b/helm/DEVEL/ocaml-http/debian/rules @@ -1,7 +1,6 @@ #!/usr/bin/make -f #export DH_VERBOSE=1 -export DH_COMPAT=4 TARGETDIR = $(CURDIR)/debian/libhttp-ocaml-dev OCAML_LIB_DIR = $(shell ocamlc -where) -- 2.39.2