diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/debian/control b/debian/control index bce2a0ca..20cf4b80 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Otto Kekäläinen <otto@debian.org> Build-Depends: bison, cmake, cracklib-runtime <!nocheck>, - debhelper (>= 10), + debhelper-compat (= 13), dh-exec, gdb <!nocheck>, libboost-dev, @@ -444,7 +444,8 @@ Recommends: libhtml-template-perl, pv Pre-Depends: adduser (>= 3.40), debconf, - mariadb-common (>= ${source:Version}) + mariadb-common (>= ${source:Version}), + ${misc:Pre-Depends} Depends: galera-4 (>= 26.4), gawk, iproute2 [linux-any], @@ -534,8 +535,8 @@ Description: MariaDB database server binaries Package: mariadb-server-10.5 Architecture: any Depends: mariadb-server (>= 1:10.11), + ${misc:Depends}, ${shlibs:Depends} -Priority: optional Description: MariaDB database server binaries (transitional dummy package) MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query |