From 29d14d815cbb6251ef59488cb9fca097c06bd42e Mon Sep 17 00:00:00 2001 From: Andy Caldwell Date: Fri, 23 Oct 2020 16:44:10 +0100 Subject: [PATCH] Swap multiarch-support for a defensive dependency on libc6 --- packaging/debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/debian/control b/packaging/debian/control index 24432c21f..bf28c0128 100644 --- a/packaging/debian/control +++ b/packaging/debian/control @@ -13,7 +13,7 @@ Vcs-Browser: https://github.com/datastax/cpp-driver Package: cassandra-cpp-driver Section: libs Architecture: any -Pre-Depends: multiarch-support, ${misc:Pre-Depends} +Pre-Depends: libc6 (>= 2.3.6-2), ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Description: C/C++ client driver for Apache Cassandra and DataStax Products - runtime library A modern, feature-rich, and highly tunable C/C++ client library for Apache