diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:33:08 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:33:08 +0000 |
commit | 7e05033f3904808cdd611a9c81c9b0ba30e73acd (patch) | |
tree | d31799a885d962cc183a52288c2eae01c682a31c /debian/control | |
parent | Merging upstream version 1:10.11.7. (diff) | |
download | mariadb-7e05033f3904808cdd611a9c81c9b0ba30e73acd.tar.xz mariadb-7e05033f3904808cdd611a9c81c9b0ba30e73acd.zip |
Adding debian version 1:10.11.7-1.debian/1%10.11.7-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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 |