~ubuntu-branches/ubuntu/maverick/cameleon/maverick

« back to all changes in this revision

Viewing changes to src/cameleon/cam_installation.mli

  • Committer: Bazaar Package Importer
  • Author(s): Sylvain Le Gall
  • Date: 2007-09-20 23:47:51 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070920234751-ga1cziaetxqo0nrd
Tags: 1.9.18.svn20070918-1
* New upstream release (Closes: #428835),
* Upgrade debian/watch version to 3,
* Upgrade debhelper debian/compat to 5,
* Replace dependency Source-Version by binary:Version,
* Use CDBS for debian/rules,
* Add debian/cameleon.desktop debian/ocaml-dbforge.desktop
  debian/ocaml-report.desktop debian/ocamlcvs.desktop,
* Use @OCamlTeam@ for Uploaders field in debian/control.in,
* Add versioned Build-Depends on dpkg-dev (>= 1.13.19),
* Merge packages ocamlcvs, ocaml-report, ocaml-dbforge... into
  cameleon package, only 3 packages remaining: cameleon, cameleon-doc,
  libcameleon-ocaml-dev, this is really more simple,
* Use docbook-manpage.mk + po4a.mk for manpage (+i18n),
* Rewrite package description (Closes: #387140),
* Change email address to gildor@debian.org everywhere
* Use DTD from docbook-xml package and not from docbook package
* Reduce debian/changelog to 80 columns
* Build for ocaml 3.10.0, add camlp4 dependency (Closes: #442230)
* Change menu section
* Add missing manpages
* Move documentation to OCaml standard api reference
* Upstream now generates .cmx files (Closes: #389824)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
(*********************************************************************************)
2
2
(*                Cameleon                                                       *)
3
3
(*                                                                               *)
4
 
(*    Copyright (C) 2005 Institut National de Recherche en Informatique et       *)
5
 
(*    en Automatique. All rights reserved.                                       *)
 
4
(*    Copyright (C) 2005,2006 Institut National de Recherche en Informatique     *)
 
5
(*    et en Automatique. All rights reserved.                                    *)
6
6
(*                                                                               *)
7
7
(*    This program is free software; you can redistribute it and/or modify       *)
8
8
(*    it under the terms of the GNU Library General Public License as            *)
41
41
 
42
42
val glade_file : string
43
43
 
 
44
val lablgtk2_dir : string
 
45
 
 
46
val pcre_dir : string
 
47
 
 
48
val languages_specs_dir : string
 
49
 
44
50
(** Software name *)
45
51
val software : string
46
52
 
51
57
 
52
58
val dbforge_gui : string
53
59
val report_gui : string
 
60
 
 
61
(** {2 Some useful values for user configuration} *)
 
62
 
 
63
(** The user homedir *)
 
64
val home : string
 
65
 
 
66
(** The cameleon rc directory of the user *)
 
67
val rc_dir : string