~ubuntu-branches/ubuntu/raring/dh-ocaml/raring-proposed

« back to all changes in this revision

Viewing changes to policy/reference-faq.xml

  • Committer: Bazaar Package Importer
  • Author(s): Ralf Treinen, Stéphane Glondu, Ralf Treinen
  • Date: 2010-09-06 20:30:15 UTC
  • mfrom: (1.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100906203015-5o9irkfc3yl26tg0
Tags: 0.9.6
[ Stéphane Glondu ]
* debian/control:
  - add git-core to Suggests
  - bump Standards-Version to 3.9.1 (no changes)
* tools/:
  - dom-new-git-repo: explicitly use sh when executing remote commands
    via ssh (Closes: #588371)
  - dom-git-checkout: check for existence of upstream/pristine-tar
    remote branches before creating local ones (Closes: #591555)

[ Ralf Treinen ]
* policy/: continue work started by Sylvain Le Gall on splitting the 
  document into policy and reference (thanks, Sylvain!):
  - current value of ocaml version no longer mentionend in policy
  - fix location of library directory (closes: #591556)
  - refactor sections, many small changes all over the document
  - streamline discussion on bytecode vs native code
  - compiling with -custom is deprecated (closes: #500286)
  - reference: add section on dh
  - findlib integration: META files always go in the directory of the
    library, debian-specific ones should have a comment.
* Makefile: generate the reference document
* update authors in doc-base registration for the policy
* add doc-base registration for the reference.
* Added myself to uploaders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
 
3
 "/usr/share/sgml/docbook/dtd/xml/4.4/docbookx.dtd" [
 
4
<!ENTITY % included SYSTEM "included.ent">
 
5
%included;
 
6
]>
 
7
<chapter>
 
8
  <title>Common use-cases</title>
 
9
 
 
10
  <para>Build checklist</para>
 
11
  <para>Build without ocamlopt</para>
 
12
 
 
13
  <para>Howto install using ocamlfind</para>
 
14
 
 
15
  <para>dh-ocaml stuff: howto use, what he can guess</para>
 
16
 
 
17
  <para>need to depend on -dev package outside ocaml package</para>
 
18
 
 
19
</chapter>
 
20