netxms-dbdrv-mariadb added

This commit is contained in:
Alex Kirhenshtein 2018-07-14 22:15:32 +03:00
parent 61147fe713
commit f2c6b855d0
3 changed files with 24 additions and 2 deletions

23
control
View file

@ -15,6 +15,7 @@ Build-Depends:
libreadline-dev,
libsqlite3-dev,
libmysqlclient-dev | default-libmysqlclient-dev,
libmariadb-dev,
libcurl4-openssl-dev,
libpq-dev,
libldap2-dev,
@ -107,9 +108,11 @@ 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-mysql, netxms-dbdrv-oracle
Suggests: netxms-dbdrv-pgsql, netxms-dbdrv-mariadb, netmxs-dbdrv-mysql, netxms-dbdrv-oracle
Description: meta package
<insert long description, indented with spaces>
@ -175,6 +178,24 @@ Depends:
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

View file

@ -0,0 +1 @@
usr/lib/*/netxms/dbdrv/mariadb.ddr

2
rules
View file

@ -15,7 +15,7 @@ override_dh_shlibdeps:
override_dh_auto_configure:
dh_auto_configure -- --with-server --with-agent --with-client \
--with-sqlite --with-mysql --with-pgsql --with-odbc --with-oracle=/opt/instantclient_11_2 \
--with-sqlite --with-mysql --with-pgsql --with-odbc --with-oracle=/opt/instantclient_11_2 --with-mariadb \
--enable-unicode --with-jdk=/usr/lib/jvm/default-java --with-zeromq --with-vmgr --disable-mqtt \
--with-jemalloc