]> matita.cs.unibo.it Git - helm.git/commitdiff
ported to ocaml 3.09.2
authorStefano Zacchiroli <zack@upsilon.cc>
Wed, 17 May 2006 05:28:16 +0000 (05:28 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Wed, 17 May 2006 05:28:16 +0000 (05:28 +0000)
DEVEL/ocaml-http/Makefile
DEVEL/ocaml-http/debian/changelog
DEVEL/ocaml-http/debian/control
DEVEL/ocaml-http/debian/control.in
DEVEL/ocaml-http/debian/dirs

index 572a7f2584f050b328534219697c338a0c0f1e7b..b85d0532f8cb983aa504c34eb41d1a1385c2433d 100644 (file)
@@ -117,8 +117,7 @@ distreal: distdoc distclean depend
        do      \
                cp -r $$f $(DISTDIR)/;  \
        done
-       -find $(DISTDIR)/ -type d -name CVS -exec rm -rf {} \;
-       -find $(DISTDIR)/ -type f -name ".cvs*" -exec rm -f {} \;
+       -find $(DISTDIR)/ -type d -name .svn -exec rm -rf {} \;
        tar cvzf $(DISTDIR).tar.gz $(DISTDIR)/
 distrm:
        rm -rf $(DISTDIR)/
index a341c9f7fe35c11b674b88081f1c3b0d0593ff1f..1f35df27b69385d4ae41201825da595aa85251f2 100644 (file)
@@ -1,3 +1,11 @@
+ocaml-http (0.1.2-4) unstable; urgency=low
+
+  * Rebuilt against ocaml 3.09.2, bumped deps accordingly.
+  * debian/control
+    - Bumped Standards-Version to 3.7.2 (no changes needed)
+
+ -- Stefano Zacchiroli <zack@debian.org>  Wed, 17 May 2006 05:18:32 +0000
+
 ocaml-http (0.1.2-3) unstable; urgency=low
 
   * Rebuilt against OCaml 3.09.1, bumped deps accordingly.
index 1b42aa4e9457b12dad12d67008517562962bfabe..01ec128a8054f94d3acb6389f9002f0eca462636 100644 (file)
@@ -2,8 +2,8 @@ Source: ocaml-http
 Section: devel
 Priority: optional
 Maintainer: Stefano Zacchiroli <zack@debian.org>
-Build-Depends: debhelper (>> 4.0.0), ocaml-nox (>= 3.09.1), ocaml-findlib (>= 1.1), libpcre-ocaml-dev (>= 5.10.1-2), libocamlnet-ocaml-dev (>= 1.1-8), cdbs
-Standards-Version: 3.6.2
+Build-Depends: debhelper (>> 4.0.0), ocaml-nox (>= 3.09.2), ocaml-findlib (>= 1.1), libpcre-ocaml-dev (>= 5.10.1-2), libocamlnet-ocaml-dev (>= 1.1-8), cdbs
+Standards-Version: 3.7.2
 
 Package: libhttp-ocaml-dev
 Architecture: any
index 60b295bbf345b7b17d9978a8225d10eda7cbbc1f..75f2b8e3b681b9628db92aeb30085ebff6e305e7 100644 (file)
@@ -3,7 +3,7 @@ Section: devel
 Priority: optional
 Maintainer: Stefano Zacchiroli <zack@debian.org>
 Build-Depends: debhelper (>> 4.0.0), ocaml-nox (>= @OCamlABI@), ocaml-findlib (>= 1.1), libpcre-ocaml-dev (>= 5.10.1-2), libocamlnet-ocaml-dev (>= 1.1-8), cdbs
-Standards-Version: 3.6.2
+Standards-Version: 3.7.2
 
 Package: libhttp-ocaml-dev
 Architecture: any
index d85903676851dd755087de9d251320617fd771f8..1cb6875268d26f72531c8fe9e2ae06b447d96b79 100644 (file)
@@ -1 +1 @@
-/usr/lib/ocaml/3.09.1
+/usr/lib/ocaml/3.09.2