1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
|
# vim:noexpandtab:
Source: @MOZ_PKG_NAME@
Section: web
Priority: optional
Maintainer: Ubuntu Mozilla Team <ubuntu-mozillateam@lists.ubuntu.com>
Vcs-Bzr: https://code.launchpad.net/~mozillateam/firefox/firefox.disco
Build-Depends: cdbs,
locales,
debhelper (>= 9),
autotools-dev,
autoconf2.13,
zip,
libx11-dev,
libx11-xcb-dev,
libxt-dev,
libxext-dev,
libgtk2.0-dev (>= 2.14),
libgtk-3-dev (>= 3.4),
libglib2.0-dev (>= 2.18),
libpango1.0-dev (>= 1.14.0),
libfontconfig1-dev,
libfreetype6-dev (>= 2.0.1),
libstartup-notification0-dev,
libasound2-dev,
libcurl4-openssl-dev,
libdbus-glib-1-dev (>= 0.60),
lsb-release,
libiw-dev,
mesa-common-dev,
libnotify-dev (>= 0.4),
libxrender-dev,
libpulse-dev,
nasm (>= 2.13.02),
yasm (>= 1.1),
unzip,
dbus-x11,
xvfb,
python (>= 2.7),
libffi-dev (>= 3.0.9) [powerpc ppc64el s390x],
clang-9 | clang-8 | clang-6.0,
libclang-9-dev | libclang-8-dev | libclang-6.0-dev,
llvm-9-dev | llvm-8-dev | llvm-6.0-dev,
cargo (>= 0.38),
rustc (>= 1.37.0),
nodejs (>= 8.11)
Standards-Version: 3.9.1
Package: @MOZ_PKG_NAME@
Architecture: any
Depends: lsb-release,
${misc:Depends},
${shlibs:Depends}
Recommends: xul-ext-ubufox,
${support:Recommends},
libcanberra0,
libdbusmenu-glib4,
libdbusmenu-gtk3-4
Provides: www-browser,
iceweasel,
gnome-www-browser,
${app:Provides}
Suggests: fonts-lyx,
${support:Suggests}
Breaks: ${transitional:Breaks}
Replaces: ${transitional:Replaces}
Conflicts: ${app:Conflicts},
${transitional:Conflicts}
XB-Xul-AppId: {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
Description: Safe and easy web browser from Mozilla
Firefox delivers safe, easy web browsing. A familiar user interface,
enhanced security features including protection from online identity theft,
and integrated search let you get the most out of the web.
Package: @MOZ_PKG_NAME@-dbg
Architecture: any
Section: debug
Priority: extra
Depends: ${shlibs:Depends},
${misc:Depends},
@MOZ_PKG_NAME@ (= ${binary:Version})
Provides: ${app:Provides}
Conflicts: ${app:Conflicts},
Description: Safe and easy web browser from Mozilla - debug symbols
Firefox delivers safe, easy web browsing. A familiar user interface,
enhanced security features including protection from online identity theft,
and integrated search let you get the most out of the web.
.
This package contains the debugging symbols for the Firefox web
browser
Package: @MOZ_PKG_NAME@-dev
Architecture: any
Section: oldlibs
Priority: extra
Depends: ${misc:Depends}
Description: Safe and easy web browser from Mozilla - development files
This is a transitional package to ensure that upgrades work correctly.
It can be safely removed
Package: @MOZ_PKG_NAME@-mozsymbols
Architecture: amd64 i386 armel
Section: debug
Priority: extra
Depends: ${shlibs:Depends},
${misc:Depends},
Provides: ${app:Provides}
Conflicts: ${app:Conflicts}
Description: Safe and easy web browser from Mozilla - Breakpad symbols
Firefox delivers safe, easy web browsing. A familiar user interface,
enhanced security features including protection from online identity theft,
and integrated search let you get the most out of the web.
.
This package contains the Firefox symbols in a format expected by Mozilla's
Breakpad. Eventually this package should go away and the symbol upload be
implemented in soyuz (or other builders that build this package)
Package: @MOZ_PKG_NAME@-geckodriver
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
@MOZ_PKG_NAME@ (= ${binary:Version})
Description: Safe and easy web browser from Mozilla - geckodriver
Firefox delivers safe, easy web browsing. A familiar user interface,
enhanced security features including protection from online identity theft,
and integrated search let you get the most out of the web.
.
This package contains geckodriver, a proxy for using W3C WebDriver-compatible
clients (such as selenium) to interact with Gecko-based browsers. See
https://firefox-source-docs.mozilla.org/testing/geckodriver/ for details.
# Transitional packages below here
# Language packs below here
|