[Pkg-ocaml-maint-commits] r1614 -
trunk/packages/ocaml-fileutils/trunk/debian
Ralf Treinen
treinen at costa.debian.org
Tue Aug 16 08:22:22 UTC 2005
Author: treinen
Date: 2005-08-16 08:22:21 +0000 (Tue, 16 Aug 2005)
New Revision: 1614
Modified:
trunk/packages/ocaml-fileutils/trunk/debian/changelog
trunk/packages/ocaml-fileutils/trunk/debian/control
Log:
Standards-version 3.6.2, improve long description
Modified: trunk/packages/ocaml-fileutils/trunk/debian/changelog
===================================================================
--- trunk/packages/ocaml-fileutils/trunk/debian/changelog 2005-08-15 18:10:41 UTC (rev 1613)
+++ trunk/packages/ocaml-fileutils/trunk/debian/changelog 2005-08-16 08:22:21 UTC (rev 1614)
@@ -1,8 +1,12 @@
ocaml-fileutils (0.3.0-5) unstable; urgency=low
- * Generate fileUtil.mli and filePath.mli (Closes: #302438)
+ * Sylvain:
+ - Generate fileUtil.mli and filePath.mli (Closes: #302438)
+ * Ralf:
+ - Standards-Version 3.6.2 (no change).
+ - Some improvements on the long package description.
- -- Sylvain Le Gall <sylvain.le-gall at polytechnique.org> Wed, 20 Jul 2005 23:47:31 +0200
+ -- Sylvain Le Gall <sylvain.le-gall at polytechnique.org> Tue, 16 Aug 2005 10:16:51 +0200
ocaml-fileutils (0.3.0-4) unstable; urgency=medium
Modified: trunk/packages/ocaml-fileutils/trunk/debian/control
===================================================================
--- trunk/packages/ocaml-fileutils/trunk/debian/control 2005-08-15 18:10:41 UTC (rev 1613)
+++ trunk/packages/ocaml-fileutils/trunk/debian/control 2005-08-16 08:22:21 UTC (rev 1614)
@@ -3,21 +3,22 @@
Priority: optional
Maintainer: Sylvain Le Gall <sylvain.le-gall at polytechnique.org>
Build-Depends: ocaml-nox-3.08.3, debhelper (>> 4.0.0), ocaml-findlib, dpatch
-Standards-Version: 3.6.1.0
+Standards-Version: 3.6.2
Package: libfileutils-ocaml-dev
Architecture: any
Depends: ocaml-nox-3.08.3
Description: File manipulation for OCaml
- This library is a group of some file oriented function for Ocaml.
- His aim is to enhance to basic functionality provided by the
+ This library provides some functions which operate on the file system
+ for the Objective Caml (OCaml) programming language.
+ The aim is to enhance the basic functionality provided by the
Ocaml Standard Filename library.
- It provides function for manipulating filename :
+ It provides functions for manipulating filenames:
- make_relative : make a filename relative to a root
- make_absolute : make an absolute filename
- reduce : remove any a/./b a/../b
.
- It also provides functions for manipulating files, in pure OCaml :
+ It also provides functions, written in pure OCaml, for manipulating files:
- mv
- cp
- mkdir
More information about the Pkg-ocaml-maint-commits
mailing list