[Pkg-ocaml-maint-commits] [SCM] ocamlbricks packaging branch, master, updated. c044f63455d81a59586722c8c4d7fbc8b440e259

Sylvain Le Gall gildor at debian.org
Mon Jun 16 22:09:55 UTC 2008


The following commit has been merged in the master branch:
commit c044f63455d81a59586722c8c4d7fbc8b440e259
Author: Sylvain Le Gall <gildor at debian.org>
Date:   Tue Jun 17 00:05:55 2008 +0200

    Update control file for DM and description
    
    Add required field to allow J. Roudiere upload the package itself in the
    future. Add myself as uploader. Fix description.

diff --git a/debian/control b/debian/control
index d88f31e..dffcdd2 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,12 @@ Source: ocamlbricks
 Section: libdevel
 Priority: optional
 Maintainer: Jonathan Roudiere <jonathan.roudiere at lipn.univ-paris13.fr>
+Uploaders: Sylvain Le Gall <gildor at debian.org>
+DM-Upload-Allowed: yes 
 Build-Depends: debhelper (>> 5.0.0), ocaml (>= 3.10.2), liblablgtk2-ocaml-dev (>= 2.6.0-7), bash (>= 3.1), dpatch
 Standards-Version: 3.7.3
+Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocamlbricks.git
+Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocamlbricks.git
 Homepage: http://darcs.marionnet.org/repos/ocamlbricks/
 
 Package: libocamlbricks-ocaml-dev
@@ -16,24 +20,24 @@ Description: Miscellaneous utility functions in OCaml for Marionnet
  Library OCaml which provide a set of needed and useful macros for developing.
  Modules and functionality are the follows :
  .
- Configuration_files: Allow to get information from configuration files
- Environments: Environments are useful for maintaining the state, intendend 
+ - Configuration_files: Allow to get information from configuration files
+ - 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
- Hashm[m]ap: 2 Module implementing polymorphic unbounded (multi) maps
- Hashset: Very simple module implementing a polymorphic unbounded sets
- Identifier: Build and manage unique (fresh) identifiers
- Ledgrid: Constants Some global constant definitions, for fine-tuning
- ListExtra: Additional features for the standard module List
- 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 
+ - FilenameExtra: Additional features for the standard module Filename
+ - Fix: Poor man fix point operators
+ - Hashm[m]ap: 2 Module implementing polymorphic unbounded (multi) maps
+ - Hashset: Very simple module implementing a polymorphic unbounded sets
+ - Identifier: Build and manage unique (fresh) identifiers
+ - Ledgrid: Constants Some global constant definitions, for fine-tuning
+ - ListExtra: Additional features for the standard module List
+ - 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 
  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 
+ - 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 

-- 
ocamlbricks packaging



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