]> matita.cs.unibo.it Git - helm.git/commitdiff
debian snapshot (towards a release)
authorStefano Zacchiroli <zack@upsilon.cc>
Mon, 24 May 2004 12:22:17 +0000 (12:22 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Mon, 24 May 2004 12:22:17 +0000 (12:22 +0000)
helm/DEVEL/ocaml-http/debian/changelog
helm/DEVEL/ocaml-http/debian/compat [new file with mode: 0644]
helm/DEVEL/ocaml-http/debian/control
helm/DEVEL/ocaml-http/debian/copyright
helm/DEVEL/ocaml-http/debian/rules

index 76162013313a84949537c9dce1b081d7af4e7993..8d7e98ad580d2a91bc2fe0a84e47a9205ecc50bd 100644 (file)
@@ -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 <zack@debian.org>  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 (file)
index 0000000..b8626c4
--- /dev/null
@@ -0,0 +1 @@
+4
index 23698721add1424985e2e3aadef0e8df83cdf471..0c021f1fffdccf1af4dbf2a750178b6f09e77364 100644 (file)
@@ -3,7 +3,7 @@ Section: devel
 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
index efabd64a973c045acc76ab736d2621f6cc295eb9..0771df334f14ec4da6393a0b73171cd5840b354a 100644 (file)
@@ -4,7 +4,7 @@ Copyright:
 
   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:
index 498a5540e8589ad500c36048827361d959efbb6b..d7f5ed8a2d61e0af9902adf6ab93ad184a7cafc1 100755 (executable)
@@ -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)