7 lines
367 B
Text
7 lines
367 B
Text
# BastionGuard WebUI package dependency notes
|
|
# The WebUI CSS references only: assets/fonts/Cantarell-VF.otf
|
|
# Vendor the font into webui/assets/fonts before building the .deb.
|
|
# Database setup supports SQLite, MySQL/MariaDB and PostgreSQL.
|
|
|
|
Build-Depends: debhelper-compat (= 13), fonts-cantarell
|
|
Depends: ${misc:Depends}, php-pdo, php-sqlite3, php-mysql, php-pgsql
|