[Pkg-ocaml-maint-commits] [SCM] opam packaging branch, master, updated. upstream/0.9.0+deb1-17-g2f49b0c

Mehdi Dogguy mehdi at debian.org
Sat Apr 6 13:38:53 UTC 2013


The following commit has been merged in the master branch:
commit 2f49b0c883acff85e55a48fc99e60bb7fb9e45e3
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Sat Apr 6 14:48:21 2013 +0200

    Fix possible-unindented-list-in-extended-description

diff --git a/debian/control b/debian/control
index b521e82..5f7e220 100644
--- a/debian/control
+++ b/debian/control
@@ -42,20 +42,20 @@ Recommends:
 Description: package manager for OCaml
  OPAM stands for OCaml PAckage Manager. It aims to suit to a vast number
  of users and use cases, and has unique features:
- * Powerful handling of dependencies: versions constraints, optional
-   dependencies, conflicts, etc.
- * Multiple repositories backends: HTTP, rsync, git
- * Ease to create packages and repositories
- * Ability to switch between different compiler versions
+  * Powerful handling of dependencies: versions constraints, optional
+    dependencies, conflicts, etc.
+  * Multiple repositories backends: HTTP, rsync, git
+  * Ease to create packages and repositories
+  * Ability to switch between different compiler versions
  .
  Typically, OPAM will probably make your life easier if you recognize
  yourself in at least one of these profiles:
- * You use multiple versions of the OCaml compiler, or you hack the compiler
-   yourself and needs to frequently switch between compiler versions.
- * You use or develop software that needs a specific and/or modified version
-   of the OCaml compiler to be installed.
- * You use or develop software that depends on a specific version of an OCaml
-   library, or you just want to install a specific version of a package, not
-   just the latest one.
- * You want to create your own packages yourself, put them on your own
-   repository, with minimal effort.
+  * You use multiple versions of the OCaml compiler, or you hack the compiler
+    yourself and needs to frequently switch between compiler versions.
+  * You use or develop software that needs a specific and/or modified version
+    of the OCaml compiler to be installed.
+  * You use or develop software that depends on a specific version of an OCaml
+    library, or you just want to install a specific version of a package, not
+    just the latest one.
+  * You want to create your own packages yourself, put them on your own
+    repository, with minimal effort.

-- 
opam packaging



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