~rdoering/ubuntu/lucid/erlang/fix-535090

« back to all changes in this revision

Viewing changes to lib/megaco/doc/src/part.xml

  • Committer: Elliot Murphy
  • Date: 2009-12-22 02:56:21 UTC
  • mfrom: (3.3.5 sid)
  • Revision ID: elliot@elliotmurphy.com-20091222025621-qv3rja8gbpiabkbe
* Merge with Debian testing; remaining Ubuntu changes:
  - Drop libwxgtk2.8-dev build dependency. Wx isn't in main, and not
    supposed to. (LP #438365)
  - Drop erlang-wx binary.
  - Drop erlang-wx dependency from -megaco, -common-test, and -reltool, they
    do not really need wx. Also drop it from -debugger; the GUI needs wx,
    but it apparently has CLI bits as well, and is also needed by -megaco,
    so let's keep the package for now.
* Fixed dialyzer(1) manpage which was placed into section 3 and conflicted
  with dialyzer(3erl).
* New upstream release (it adds a new binary package erlang-erl-docgen).
* Refreshed patches, removed most of emacs.patch which is applied upstream.
* Linked run_test binary from erlang-common-test package to /usr/bin.
* Fixed VCS headers in debian/control.
* Moved from prebuilt manpages to generated from sources. This adds
  erlang-manpages binary package and xsltproc build dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="latin1" ?>
2
2
<!DOCTYPE part SYSTEM "part.dtd">
3
3
 
4
 
<part>
 
4
<part xmlns:xi="http://www.w3.org/2001/XInclude">
5
5
  <header>
6
6
    <copyright>
7
7
      <year>2000</year><year>2009</year>
21
21
    
22
22
    </legalnotice>
23
23
 
24
 
    <title>Megaco Users Guide</title>
 
24
    <title>Megaco/H.248 Users Guide</title>
25
25
    <prepared>Lars Thors&eacute;n, H&aring;kan Mattsson, Micael Karlberg</prepared>
26
26
    <docno></docno>
27
27
    <date>2007-06-15</date>
32
32
    <p>The Megaco application is a framework for building
33
33
      applications on top of the Megaco/H.248 protocol. </p>
34
34
  </description>
35
 
  <include file="megaco_intro"></include>
36
 
  <include file="megaco_architecture"></include>
37
 
  <include file="megaco_run"></include>
38
 
  <include file="megaco_encode"></include>
39
 
  <include file="megaco_transport_mechanisms"></include>
40
 
  <include file="megaco_examples"></include>
41
 
  <include file="megaco_mib"></include>
42
 
  <include file="megaco_performance"></include>
43
 
  <include file="megaco_debug"></include>
 
35
  <xi:include href="megaco_intro.xml"/>
 
36
  <xi:include href="megaco_architecture.xml"/>
 
37
  <xi:include href="megaco_run.xml"/>
 
38
  <xi:include href="megaco_encode.xml"/>
 
39
  <xi:include href="megaco_transport_mechanisms.xml"/>
 
40
  <xi:include href="megaco_examples.xml"/>
 
41
  <xi:include href="megaco_mib.xml"/>
 
42
  <xi:include href="megaco_performance.xml"/>
 
43
  <xi:include href="megaco_debug.xml"/>
44
44
</part>
45
45