Source: headache
Section: devel
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org> 
Uploaders:
 Ralf Treinen <treinen@debian.org>,
 Mehdi Dogguy <mehdi@debian.org>,
 Sylvain Le Gall <gildor@debian.org>
Build-Depends-Indep: po-debconf,
 xsltproc, libxml2-utils, docbook-xsl, docbook-xml
Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5),
 ocaml-nox (>= 3.10.0-8), dh-ocaml (>= 0.9), libextlib-ocaml-dev
Standards-Version: 3.9.2
Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/headache.git
Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/headache.git
Homepage: http://cristal.inria.fr/~simonet/soft/

Package: headache
Architecture: all
Depends: ocaml-base-nox-${F:OCamlABI}, libextlib-ocaml, ${misc:Depends}
Description: Tool to manage license notes of source files
 This tool help you add/remove the license note you can 
 find at the beginning of most source files. 
 .
 Features of headache:
  - generate header as comment in your source code.
  - recognize different format of comment depending
    of the file extension ( currently Makefile/Ocaml
    code/C code ).
  - support configuration file to extend the recognize
    file extension.
  - allow to create a bounding box of comment around
    your license.

