Skip to content

Commit 4809bbd

Browse files
committed
MDEV-37776: connect engine Debian packaging shouldn't depend explictly on libxml2
The dependency on libxml2 will be populated by its shlibs:Depends directive. Thanks Simon Chopin for pointing out the error of our ways. ref: https://bugs.launchpad.net/ubuntu/+source/libxml2/+bug/2125555
1 parent b6fd9f1 commit 4809bbd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

debian/control

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -803,8 +803,7 @@ Description: Backup tool for MariaDB server
803803

804804
Package: mariadb-plugin-connect
805805
Architecture: any
806-
Depends: libxml2,
807-
mariadb-server (= ${server:Version}),
806+
Depends: mariadb-server (= ${server:Version}),
808807
unixodbc,
809808
${misc:Depends},
810809
${shlibs:Depends}

0 commit comments

Comments
 (0)