From: Stefano Zacchiroli Date: Wed, 17 May 2006 05:28:16 +0000 (+0000) Subject: ported to ocaml 3.09.2 X-Git-Tag: 0.4.95@7852~1456 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=80ed96c6f886c20ea6659cf285c6785cc32d756b;p=helm.git ported to ocaml 3.09.2 --- diff --git a/DEVEL/ocaml-http/Makefile b/DEVEL/ocaml-http/Makefile index 572a7f258..b85d0532f 100644 --- a/DEVEL/ocaml-http/Makefile +++ b/DEVEL/ocaml-http/Makefile @@ -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)/ diff --git a/DEVEL/ocaml-http/debian/changelog b/DEVEL/ocaml-http/debian/changelog index a341c9f7f..1f35df27b 100644 --- a/DEVEL/ocaml-http/debian/changelog +++ b/DEVEL/ocaml-http/debian/changelog @@ -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 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. diff --git a/DEVEL/ocaml-http/debian/control b/DEVEL/ocaml-http/debian/control index 1b42aa4e9..01ec128a8 100644 --- a/DEVEL/ocaml-http/debian/control +++ b/DEVEL/ocaml-http/debian/control @@ -2,8 +2,8 @@ Source: ocaml-http Section: devel Priority: optional Maintainer: Stefano Zacchiroli -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 diff --git a/DEVEL/ocaml-http/debian/control.in b/DEVEL/ocaml-http/debian/control.in index 60b295bbf..75f2b8e3b 100644 --- a/DEVEL/ocaml-http/debian/control.in +++ b/DEVEL/ocaml-http/debian/control.in @@ -3,7 +3,7 @@ Section: devel Priority: optional Maintainer: Stefano Zacchiroli 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 diff --git a/DEVEL/ocaml-http/debian/dirs b/DEVEL/ocaml-http/debian/dirs index d85903676..1cb687526 100644 --- a/DEVEL/ocaml-http/debian/dirs +++ b/DEVEL/ocaml-http/debian/dirs @@ -1 +1 @@ -/usr/lib/ocaml/3.09.1 +/usr/lib/ocaml/3.09.2