summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <daniel@mariadb.org>2022-05-06 12:00:01 +1000
committerDaniel Black <daniel@mariadb.org>2022-05-06 15:02:32 +1000
commitc8bcb6e8092f2dd29fd223d43277d93c20e61c4e (patch)
treeb27dc094c7ccf09d99eb93552e95f8e9a72f9fe8
parente6df7a4c9fe7b161663c16ebf1ad21578897ce57 (diff)
downloadmariadb-git-c8bcb6e8092f2dd29fd223d43277d93c20e61c4e.tar.gz
Deb: dh_missing --fail-missing - columnstorebb-10.9-danielblack-deb-pkg-fix-pr2112
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.
-rw-r--r--debian/not-installed8
1 files 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