Differences between revisions 53 and 55 (spanning 2 versions)
Revision 53 as of 2012-01-19 10:13:17
Size: 5916
Comment: more details in git workflow
Revision 55 as of 2015-05-02 14:19:01
Size: 5229
Editor: ?Sylvain Le Gall
Comment:
Deletions are marked like this. Additions are marked like this.
Line 23: Line 23:
 * ''Sylvain Le Gall (gildor)'' is an alioth project admin, contributes/uploads team packages,
Line 31: Line 30:
 * ''Sylvain Le Gall (gildor)'' was an alioth project admin, contributed/uploaded team packages,
Line 72: Line 72:

Packages were previously in a [[http://svn.debian.org/wsvn/pkg-ocaml-maint/|SubVersioN repository]]. This repository is organized as follows:

 * [[http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/?rev=0&sc=0|packages]]: debian patches and tarballs for collaboratively maintained packages
 * [[http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/projects/?rev=0&sc=0|projects]]: development projects related to OCaml hosted by the Task Force
 * [[http://svn.debian.org/wsvn/pkg-ocaml-maint/tags/?rev=0&sc=0|tags]]: subversion tags
 * [[http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/tools/?rev=0&sc=0|tools]]: packaging related tools we developed in order to ease our work

Debian OCaml Task Force

A collaborative effort to maintain Debian packages related to the OCaml programming language

Infrastructure

Interacting with the team

  • Email contact: <debian-ocaml-maint@lists.debian.org>

  • Public IRC channel: #debian-ocaml on irc.debian.org (OFTC)

  • Joining: wanna join us? you are more than welcome! please send an introductory mail to our email contact above, and then request to join the Alioth Project using the legacy GForge mechanism

Usual roles

Current members:

  • Stéphane Glondu (glondu, sgnb) is an alioth project admin, contributes to team packages and team-wide packaging tools and information pages,

  • Mehdi Dogguy (mehdi) is an alioth project admin, contributes to team packages and team-wide packaging tools and information pages,

  • Nicolas Dandrimont (olasd) contributes to team packages,

  • ...
  • add yourself here if you are a contributor of this team

Former active members (emeritus):

  • Sylvain Le Gall (gildor) was an alioth project admin, contributed/uploaded team packages,

  • Stefano Zacchiroli (zack) was a leading member, an alioth project admin, contributed/uploads team packages, took care team-wide packaging tools and information pages,

  • Samuel Mimram (smimram) was an alioth project admin, and contributed/uploaded team packages, took care of team-wide packaging tools and information pages,

All team members are listed in the developer info box on the alioth project page.

Task description

The Debian OCaml Maintainers Task Force is up to package OCaml-related programs and libraries in Debian, to make as easy as possible the usage of such pieces of software.

Our usual activities include both routine packaging and maintenance of OCaml-related software and formalization in our policy of best practice for the OCaml packaging in Debian.

Get involved / future work

More stuff

Resources

OCaml-related packages in Debian distribution are quite a lot, here you can find some resources to monitor them:

Policy

We wrote a policy establishing best practices for packaging OCaml-related software in Debian. It is available both in HTML and plain text formats. It can also be found in the `ocaml-base-nox` package on your filesystem.

Version Control System

Most of our packages are maintained using Git, more specifically with git-buildpackage (for building), git-import-orig+pristine-tar (for upstream tarballs) and git-import-dsc (to acknowledge NMUs). Our repositories are available on Alioth (pkg-ocaml-maint group). You can browse online our repositories, or check one out using the dom-git-checkout script (from the dh-ocaml package).