summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Nussbaum <lucas@debian.org>2017-10-30 13:53:28 +0100
committerLucas Nussbaum <lucas@debian.org>2017-10-30 13:53:28 +0100
commit6c138bf6cf0a733043ecd9c5dd2c4912d359d032 (patch)
treef397bb3aaab4da70b1bb4dfb43c614a81202b306
parentcaaf38d81bdd0fa6ba36653b835a2f705d296019 (diff)
Run wrap-and-sort -a
-rw-r--r--debian/control11
1 files changed, 7 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index c26b6a1..c9d2d49 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,10 @@ Homepage: https://launchpad.net/ocamlbricks
Package: libocamlbricks-ocaml-dev
Architecture: any
-Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends}, liblablgtk2-ocaml-dev (>= 2.12.0-2)
+Depends: liblablgtk2-ocaml-dev (>= 2.12.0-2),
+ ${misc:Depends},
+ ${ocaml:Depends},
+ ${shlibs:Depends}
Provides: ${ocaml:Provides}
Replaces: ocamlbricks (<< 0.50.1)
Breaks: marionnet (<< 0.90.6+bzr506)
@@ -30,7 +33,7 @@ Description: Miscellaneous utility functions in OCaml for Marionnet
Modules and functionality are the following :
.
- Configuration_files: Allow to get information from configuration files
- - Environments: Environments are useful for maintaining the state, intendend
+ - Environments: Environments are useful for maintaining the state, intendend
as a set of bindings, of a user interaction with a GUI
- FilenameExtra: Additional features for the standard module Filename
- Fix: Poor man fix point operators
@@ -42,11 +45,11 @@ Description: Miscellaneous utility functions in OCaml for Marionnet
- Memo: Module for building memoised functions
- Oomarshal: Object-oriented marshalling support
- PreludeExtra: "Additional features" for the standard module Pervasives
- - Shell: A collection of (mainly quick and easy) wrappers for the most
+ - Shell: A collection of (mainly quick and easy) wrappers for the most
famous Unix tools and generic unix commands or scripts
- StrExtra: Additional features for the standard library Str
- Sugar: Basic shortcuts and syntactic sugar
- SysExtra: Additional features for the standard module Sys
- UnixExtra: Additional features for the standard library Unix
- Widget: Some generic tools for building GUIs
- - Wrapper: Handling shell scripts in OCaml
+ - Wrapper: Handling shell scripts in OCaml