231 lines
7 KiB
Text
231 lines
7 KiB
Text
Source: netxms
|
|
Priority: extra
|
|
Maintainer: Alex Kirhenshtein <alk@netxms.org>
|
|
Build-Depends:
|
|
debhelper (>= 9),
|
|
dh-systemd,
|
|
dh-autoreconf,
|
|
debconf,
|
|
lsb-release,
|
|
libssl1.0-dev | libssl-dev,
|
|
zlib1g-dev,
|
|
libexpat1-dev,
|
|
libsensors4-dev,
|
|
libjansson-dev,
|
|
libreadline-dev,
|
|
libsqlite3-dev,
|
|
libmysqlclient-dev | default-libmysqlclient-dev,
|
|
libmariadb-dev,
|
|
libcurl4-openssl-dev,
|
|
libpq-dev,
|
|
libldap2-dev,
|
|
libaio1,
|
|
unixodbc-dev,
|
|
default-jdk,
|
|
libzmq3-dev,
|
|
libssh-dev,
|
|
libvirt-dev,
|
|
libssh-dev,
|
|
libjemalloc-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-mysql
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends: netxms-agent (= ${binary:Version}), netxms-dbdrv-mysql (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
|
|
Description: NetXMS subagent for monitoring MySQL
|
|
<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-mariadb (= ${binary:Version}) |
|
|
netxms-dbdrv-oracle (= ${binary:Version}) |
|
|
netxms-dbdrv-mysql (= ${binary:Version}),
|
|
${shlibs:Depends}, ${misc:Depends}
|
|
Suggests: netxms-dbdrv-pgsql, netxms-dbdrv-mariadb, netmxs-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-mariadb
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Pre-Depends: ${misc:Pre-Depends}
|
|
Depends: netxms-base (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
|
|
Suggests: mariadb-server
|
|
Description: MariaDB driver for netxms-server
|
|
<insert long description, indented with spaces>
|
|
|
|
Package: netxms-dbdrv-mariadb-dbg
|
|
Architecture: any
|
|
Section: debug
|
|
Priority: extra
|
|
Depends:
|
|
netxms-dbdrv-mariadb (= ${binary:Version}), netxms-base-dbg (= ${binary:Version})
|
|
Description: debugging symbols for netxms-dbdrv-mariadb
|
|
This package contains the debugging symbols for netxms-dbdrv-mariadb
|
|
|
|
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
|