~ubuntu-branches/ubuntu/trusty/enigmail/trusty-updates

« back to all changes in this revision

Viewing changes to build/package/debian/control

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2011-06-07 14:35:53 UTC
  • mfrom: (0.12.1 upstream)
  • Revision ID: package-import@ubuntu.com-20110607143553-fbgqhhvh8g8h6j1y
Tags: 2:1.2~a2~cvs20110606t2200-0ubuntu1
* Update to latest trunk snapshot for Thunderbird beta compat

* Remove build/pgo/profileserver.py from debian/clean. The new build
  system has a target depending on this
  - update debian/clean
* Drop debian/patches/autoconf.diff, just generate this at build time
* Refresh debian/patches/build_system_dont_link_libxul.diff
* libipc seems to be renamed to libipc-pipe. Fix genxpi and chrome.manifest
  to fix this 
  - add debian/patches/ipc-pipe_rename.diff
  - update debian/patches/series
* The makefiles in extensions/enigmail/ipc have an incorrect DEPTH
  attribute. Fix this so that they can find the rest of the build system
  - add debian/patches/makefile_depth.diff
  - update debian/patches/series
* Drop debian/patches/makefile-in-empty-xpcom-fix.diff - fixed in the
  current version
* Don't register a class ID multiple times, as this breaks enigmail entirely
  - add debian/patches/dont_register_cids_multiple_times.diff
  - update debian/patches/series
* Look for the Thunderbird 5 SDK
  - update debian/rules
  - update debian/control
* Run autoconf2.13 at build time
  - update debian/rules
  - update debian/control
* Add useless mesa-common-dev build-dep, just to satisfy the build system.
  We should just patch this out entirely really, but that's for another upload
  - update debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Source: mozilla
2
 
Section: net
3
 
Priority: optional
4
 
Maintainer: Debian Mozilla maintainers <mozilla@packages.debian.org>
5
 
Standards-Version: 2.5.1
6
 
 
7
 
Package: mozilla
8
 
Architecture: any
9
 
Depends: ${shlibs:Depends}, libnspr3
10
 
Recommends: mime-support
11
 
Suggests: postscript-viewer, pdf-viewer, eeyes | imagemagick | netpbm | xli | xloadimage | xv, xanim | ucbmpeg-play, freeamp | amp | splay | maplay | mpg123 | xmms
12
 
Conflicts: mozilla-dmotif, mozilla-smotif
13
 
Replaces: mozilla-dmotif, mozilla-smotif
14
 
Provides: www-browser
15
 
Description: An Open Source WWW browser for X and GTK+
16
 
 Mozilla is a sophisticated graphical World-Wide-Web browser, with large
17
 
 number of various browser features like support for HTML 4.0, CSS 2,
18
 
 JavaScript and Java. Of course, besides the network option, it can also
19
 
 be used as a standalone HTML viewer.
20
 
 .
21
 
 Mozilla is based on part of the codebase of the well known "netscape"
22
 
 ("communicator" or "navigator") browser. It was opened up to the Open
23
 
 Source (TM) community by Netscape Communications under a new NPL licence.
24
 
 .
25
 
 See the website http://www.mozilla.org/ for more information on the
26
 
 development of mozilla.
27
 
 
28
 
Package: mozilla-mailnews
29
 
Architecture: any
30
 
Depends: mozilla (= ${Source-Version}), libnspr3
31
 
Recommends: mime-support
32
 
Suggests: mail-transport-agent
33
 
Provides: mail-reader, imap-client, news-reader
34
 
Description: An Open Source WWW browser for X and GTK+, mail and news files
35
 
 Mozilla is a sophisticated graphical World-Wide-Web browser, with large
36
 
 number of various browser features like support for HTML 4.0, CSS 2,
37
 
 JavaScript and Java. Of course, besides the network option, it can also
38
 
 be used as a standalone HTML viewer.
39
 
 .
40
 
 Mozilla is based on part of the codebase of the well known "netscape"
41
 
 ("communicator" or "navigator") browser. It was opened up to the Open
42
 
 Source (TM) community by Netscape Communications under a new NPL licence.
43
 
 .
44
 
 See the website http://www.mozilla.org/ for more information on the
45
 
 development of mozilla.
46
 
 
47
 
Package: mozilla-editor
48
 
Architecture: any
49
 
Depends: mozilla (= ${Source-Version}), libnspr3
50
 
Suggests: httpd
51
 
Description: An Open Source WWW browser for X and GTK+, editor files
52
 
 Mozilla is a sophisticated graphical World-Wide-Web browser, with large
53
 
 number of various browser features like support for HTML 4.0, CSS 2,
54
 
 JavaScript and Java. Of course, besides the network option, it can also
55
 
 be used as a standalone HTML viewer.
56
 
 .
57
 
 Mozilla is based on part of the codebase of the well known "netscape"
58
 
 ("communicator" or "navigator") browser. It was opened up to the Open
59
 
 Source (TM) community by Netscape Communications under a new NPL licence.
60
 
 .
61
 
 See the website http://www.mozilla.org/ for more information on the
62
 
 development of mozilla.
63
 
 
64
 
Package: libnspr3
65
 
Section: libs
66
 
Architecture: any
67
 
Depends: ${shlibs:Depends}
68
 
Conflicts: libnspr20, libnspr21
69
 
Replaces: libnspr20, libnspr21
70
 
Description: Netscape Portable Runtime library
71
 
 This library provides platform independent non-GUI operating system
72
 
 facilities including:
73
 
  * threads,
74
 
  * thread synchronisation,
75
 
  * normal file I/O and network I/O,
76
 
  * interval timing and calender time,
77
 
  * basic memory management (malloc and free),
78
 
  * shared library linking.
79
 
 .
80
 
 See http://www.mozilla.org/docs/refList/refNSPR/ for more information.
81
 
 
82
 
Package: libnspr3-dev
83
 
Section: libs
84
 
Architecture: any
85
 
Depends: libc6-dev, xlib6g-dev, libnspr3 (= ${Source-Version})
86
 
Conflicts: libnspr20-dev, libnspr21-dev
87
 
Replaces: libnspr20-dev, libnspr21-dev
88
 
Description: Netscape Portable Runtime library - development files
89
 
 NSPR provides platform independence for non-GUI operating system
90
 
 facilities including:
91
 
  * threads,
92
 
  * thread synchronisation,
93
 
  * normal file I/O and network I/O,
94
 
  * interval timing and calender time,
95
 
  * basic memory management (malloc and free),
96
 
  * shared library linking.
97
 
 .
98
 
 See http://www.mozilla.org/docs/refList/refNSPR/ for more information.
99
 
 .
100
 
 You need this package to get includes and static libraries for building
101
 
 programs linked to NSPR.