[Pkg-ocaml-maint-commits] [SCM] ocaml-batteries packaging branch, build, updated. upstream/0.20081011-20-gcc1320f

Stefano Zacchiroli zack at upsilon.cc
Sun Oct 12 21:25:05 UTC 2008


The following commit has been merged in the build branch:
commit dbba31784a3c57bf51b6f9434d6bf5a5142c071e
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Sun Oct 12 23:15:47 2008 +0200

    fill short and long descriptions
    
    ready (?) for an upload to experimental

diff --git a/debian/changelog b/debian/changelog
index 84e361f..6d7c73f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-ocaml-batteries (0.20081011-1) UNRELEASED; urgency=low
+ocaml-batteries (0.20081011-1) experimental; urgency=low
 
   * Initial release (Closes: #501914)
 
- -- Stefano Zacchiroli <zack at debian.org>  Sun, 12 Oct 2008 14:33:28 +0200
+ -- Stefano Zacchiroli <zack at debian.org>  Sun, 12 Oct 2008 23:02:10 +0200
diff --git a/debian/control b/debian/control
index 3744e5a..9766deb 100644
--- a/debian/control
+++ b/debian/control
@@ -32,8 +32,22 @@ Depends:
  ${misc:Depends}
 Recommends: libbatteries-ocaml-doc
 Provides: libbatteries-camlp4-dev
-Description: OCaml batteries included - standard OCaml development platform
- OCaml batteries included - standard OCaml development platform
+Description: Batteries included: OCaml development platform - development files
+ Batteries included is a community-driven effort to standardize on an
+ uniform, documented, and comprehensive OCaml development platform.
+ .
+ Batteries included serves the following purposes:
+  * define a standard set of libraries which may be expected on every
+    compliant installation of OCaml
+  * organize these libraries into a hierarchy of modules, with one
+    source of documentation
+  * define a standard set of language extensions which may be expected
+    on every compliant installation of OCaml
+  * provide a consistent API for otherwise independent libraries.
+ .
+ This package contains the core part of batteries included: libraries
+ and language extensions for the OCaml language. Using this package
+ you can develop OCaml programs built on top of batteries included.
 
 Package: libbatteries-ocaml-doc
 Section: devel
@@ -45,8 +59,22 @@ Depends:
 Provides:
  libbatteries-camlp4-dev,
  ocaml-batteries-included
-Description: OCaml batteries included - standard OCaml development platform
- OCaml batteries included - standard OCaml development platform
+Description: Batteries included - OCaml development platform - documentation
+ Batteries included is a community-driven effort to standardize on an
+ uniform, documented, and comprehensive OCaml development platform.
+ .
+ Batteries included serves the following purposes:
+  * define a standard set of libraries which may be expected on every
+    compliant installation of OCaml
+  * organize these libraries into a hierarchy of modules, with one
+    source of documentation
+  * define a standard set of language extensions which may be expected
+    on every compliant installation of OCaml
+  * provide a consistent API for otherwise independent libraries.
+ .
+ This package contains the documentation for batteries included: HTML
+ API documentation, examples, and information about how to use
+ batteries included in your programs.
 
 Package: ocaml-batteries-included
 Section: devel
@@ -55,6 +83,18 @@ Depends:
  libbatteries-ocaml-dev,
  libbatteries-camlp4-dev,
  libbatteries-ocaml-doc
-Description: OCaml batteries included - standard OCaml development platform
- OCaml batteries included - standard OCaml development platform
-
+Description: Batteries included: OCaml development platform - meta-package
+ Batteries included is a community-driven effort to standardize on an
+ uniform, documented, and comprehensive OCaml development platform.
+ .
+ Batteries included serves the following purposes:
+  * define a standard set of libraries which may be expected on every
+    compliant installation of OCaml
+  * organize these libraries into a hierarchy of modules, with one
+    source of documentation
+  * define a standard set of language extensions which may be expected
+    on every compliant installation of OCaml
+  * provide a consistent API for otherwise independent libraries.
+ .
+ This meta-package is provided for convenience, to install all of
+ batteries included at once.

-- 
ocaml-batteries packaging



More information about the Pkg-ocaml-maint-commits mailing list