~ubuntu-branches/ubuntu/lucid/erlang/lucid-updates

« back to all changes in this revision

Viewing changes to lib/inets/src/inets_app/inets.appup.src

  • Committer: Elliot Murphy
  • Date: 2009-12-22 02:56:21 UTC
  • mfrom: (3.3.5 sid)
  • Revision ID: elliot@elliotmurphy.com-20091222025621-qv3rja8gbpiabkbe
Tags: 1:13.b.3-dfsg-2ubuntu1
* 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:
18
18
 
19
19
{"%VSN%",
20
20
 [
 
21
  {"5.1.3",
 
22
   [
 
23
    {load_module, httpd_response, soft_purge, soft_purge, []},
 
24
    {update, ftp, {advanced, upgrade_from_pre_5_12}, 
 
25
     soft_purge, soft_purge, []}, 
 
26
    {update, httpc_handler, soft, soft_purge, soft_purge, []}
 
27
   ]
 
28
  }, 
21
29
  {"5.1.2",
22
30
   [
23
31
    {restart_application, inets}
25
33
  }     
26
34
 ],
27
35
 [      
 
36
  {"5.1.3",
 
37
   [
 
38
    {load_module, httpd_response, soft_purge, soft_purge, []},
 
39
    {update, ftp, {advanced, downgrade_to_pre_5_12}, 
 
40
     soft_purge, soft_purge, []}, 
 
41
    {update, httpc_handler, soft, soft_purge, soft_purge, []}
 
42
   ]
 
43
  }, 
28
44
  {"5.1.2",
29
45
   [
30
46
    {restart_application, inets}