forked from netxms/packages-deb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontrol
200 lines (180 loc) · 5.9 KB
/
control
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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
Source: netxms
Priority: extra
Maintainer: Alex Kirhenshtein <alk@netxms.org>
Build-Depends:
debhelper (>= 9),
dh-autoreconf,
debconf,
lsb-release,
libssl-dev,
zlib1g-dev,
libexpat1-dev,
libsensors4-dev,
libjansson-dev,
libreadline-dev,
libsqlite3-dev,
libmysqlclient-dev,
libcurl4-openssl-dev,
libpq-dev,
libldap2-dev,
libaio1,
unixodbc-dev,
default-jdk,
libzmq3-dev,
libssh-dev,
libvirt-dev
Standards-Version: 4.9.3
Section: admin
Homepage: http://www.netxms.org/
Package: netxms-base
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: NetXMS core libraries
<insert long description, indented with spaces>
Package: netxms-base-dbg
Architecture: any
Section: debug
Priority: extra
Depends:
netxms-base (= ${binary:Version})
Description: debugging symbols for netxms-base
This package contains the debugging symbols for netxms-base
Package: netxms-agent
Architecture: any
Multi-Arch: same
Depends: netxms-base (= ${binary:Version}), netxms-dbdrv-sqlite3 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: NetXMS agent
<insert long description, indented with spaces>
Package: netxms-agent-dbg
Architecture: any
Section: debug
Priority: extra
Depends:
netxms-agent (= ${binary:Version}), netxms-base-dbg (= ${binary:Version})
Description: debugging symbols for netxms-agent
This package contains the debugging symbols for netxms-agent
Package: netxms-agent-java
Architecture: any
Multi-Arch: same
Depends: netxms-agent (= ${binary:Version}), default-jdk, ${shlibs:Depends}, ${misc:Depends}
Description: Java subagent for NetXMS agent
<insert long description, indented with spaces>
Package: netxms-agent-vmgr
Architecture: any
Multi-Arch: same
Depends: netxms-agent (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: NetXMS subagent for monitoring hypervisors
<insert long description, indented with spaces>
Package: netxms-client
Architecture: any
Multi-Arch: same
Depends: netxms-base (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: NetXMS command line client tools
<insert long description, indented with spaces>
Package: netxms-client-dbg
Architecture: any
Section: debug
Priority: extra
Depends:
netxms-base (= ${binary:Version}), netxms-base-dbg (= ${binary:Version})
Description: debugging symbols for netxms-client
This package contains the debugging symbols for netxms-client
Package: netxms-server
Architecture: any
Multi-Arch: same
Depends:
netxms-base (= ${binary:Version}),
netxms-dbdrv-sqlite3 (= ${binary:Version}) |
netxms-dbdrv-pgsql (= ${binary:Version}) |
netxms-dbdrv-mysql (= ${binary:Version}),
${shlibs:Depends}, ${misc:Depends}
Suggests: netxms-dbdrv-pgsql, netxms-dbdrv-mysql, netxms-dbdrv-oracle
Description: meta package
<insert long description, indented with spaces>
Package: netxms-server-dbg
Architecture: any
Section: debug
Priority: extra
Depends:
netxms-server (= ${binary:Version}), netxms-base-dbg (= ${binary:Version})
Description: debugging symbols for netxms-server
This package contains the debugging symbols for netxms-server
Package: netxms-dbdrv-sqlite3
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: netxms-base (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: SQLite3 driver for netxms-server
<insert long description, indented with spaces>
Package: netxms-dbdrv-sqlite3-dbg
Architecture: any
Section: debug
Priority: extra
Depends:
netxms-dbdrv-sqlite3 (= ${binary:Version}), netxms-base-dbg (= ${binary:Version})
Description: debugging symbols for netxms-dbdrv-sqlite3
This package contains the debugging symbols for netxms-dbdrv-sqlite3
Package: netxms-dbdrv-pgsql
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: netxms-base (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Suggests: postgresql
Description: PostgreSQL driver for netxms-server
<insert long description, indented with spaces>
Package: netxms-dbdrv-pgsql-dbg
Architecture: any
Section: debug
Priority: extra
Depends:
netxms-dbdrv-pgsql (= ${binary:Version}), netxms-base-dbg (= ${binary:Version})
Description: debugging symbols for netxms-dbdrv-pgsql
This package contains the debugging symbols for netxms-dbdrv-pgsql
Package: netxms-dbdrv-mysql
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: netxms-base (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Suggests: mysql-server
Description: MySQL driver for netxms-server
<insert long description, indented with spaces>
Package: netxms-dbdrv-mysql-dbg
Architecture: any
Section: debug
Priority: extra
Depends:
netxms-dbdrv-mysql (= ${binary:Version}), netxms-base-dbg (= ${binary:Version})
Description: debugging symbols for netxms-dbdrv-mysql
This package contains the debugging symbols for netxms-dbdrv-mysql
Package: netxms-dbdrv-odbc
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: netxms-base (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: unixODBC driver for netxms-server
<insert long description, indented with spaces>
Package: netxms-dbdrv-odbc-dbg
Architecture: any
Section: debug
Priority: extra
Depends:
netxms-dbdrv-odbc (= ${binary:Version}), netxms-base-dbg (= ${binary:Version})
Description: debugging symbols for netxms-dbdrv-odbc
This package contains the debugging symbols for netxms-dbdrv-odbc
Package: netxms-dbdrv-oracle
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: netxms-base (= ${binary:Version}), libaio1, ${shlibs:Depends}, ${misc:Depends}
Description: Oracle driver for netxms-server
<insert long description, indented with spaces>
Package: netxms-dbdrv-oracle-dbg
Architecture: any
Section: debug
Priority: extra
Depends:
netxms-dbdrv-oracle (= ${binary:Version}), netxms-base-dbg (= ${binary:Version})
Description: debugging symbols for netxms-dbdrv-oracle
This package contains the debugging symbols for netxms-dbdrv-oracle