From c8bcb6e8092f2dd29fd223d43277d93c20e61c4e Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Fri, 6 May 2022 12:00:01 +1000 Subject: Deb: dh_missing --fail-missing - columnstore Per man dh_missing, not-installed will exand wildcards since debhelper 11.1. Since Stretch is on 10.2.5, this won't happen. As columnstore is still only x86_64 we can use that in the file. --- debian/not-installed | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/not-installed b/debian/not-installed index 1092996c9bb..c4718e826a7 100644 --- a/debian/not-installed +++ b/debian/not-installed @@ -15,10 +15,10 @@ usr/bin/mariadb-embedded # Shipping the embedded server in distro packaging does usr/bin/mysql_config # Debian packaging has mysql_config as symlink to mariadb_config usr/bin/mysql_embedded # Symlink to mariadb-embeded which is intentionally not included usr/bin/sst_dump # Use the one from rocksdb-tools package -usr/lib/*/libdbbc.a # ColumnStore header file -usr/lib/*/libidbboot.a # ColumnStore header file -usr/lib/*/libprocessor.a # ColumnStore header file -usr/lib/*/libwe_xml.a # ColumnStore header file +usr/lib/x86_64-linux-gnu/libdbbc.a # ColumnStore header file +usr/lib/x86_64-linux-gnu/libidbboot.a # ColumnStore header file +usr/lib/x86_64-linux-gnu/libprocessor.a # ColumnStore header file +usr/lib/x86_64-linux-gnu/libwe_xml.a # ColumnStore header file usr/bin/test-connect-t usr/bin/wsrep_sst_backup usr/lib/mysql/plugin/type_test.so -- cgit v1.2.1