summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorOtto Kekäläinen <otto@kekalainen.net>2020-03-26 19:22:57 +0200
committerOtto Kekäläinen <otto@kekalainen.net>2020-04-04 20:42:00 +0300
commit1589cf1cb3048984240f025ddc0c82fb311827fc (patch)
treec89f7ede29800fa4586c24a7523357818cf5c835 /debian/rules
parent91994b6be40bfeb2edcbd19210edb8b089b68e4e (diff)
downloadmariadb-git-1589cf1cb3048984240f025ddc0c82fb311827fc.tar.gz
Deb: Remove TokuDB from Debian packages while keeping it easy to revert
Related: - https://jira.mariadb.org/browse/MDEV-19780 - https://jira.mariadb.org/browse/MDEV-21944
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules5
1 files changed, 0 insertions, 5 deletions
diff --git a/debian/rules b/debian/rules
index d1514215f6b..d8ab4c5185b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -125,11 +125,6 @@ endif
# If mariadb-test package is removed, also remove most of it's files
grep --quiet "Package: mariadb-test" debian/control || rm -rf $(TMP)/usr/share/mysql/mysql-test
- # Delete runnable files we don't want to have in the test data package.
- # This avoids triggering multiple Lintian errors.
- rm -rf $(TMP)/usr/share/mysql/mysql-test/plugin/tokudb/tokudb/*.py
- rm -rf $(TMP)/usr/share/mysql/mysql-test/plugin/tokudb/tokudb/t/*.py
-
# nm numeric soft is not enough, therefore extra sort in command
# to satisfy Debian reproducible build requirements
nm --defined-only $(BUILDDIR)/sql/mysqld | LC_ALL=C sort | gzip -n -9 > $(TMP)/usr/share/doc/mariadb-server-10.5/mysqld.sym.gz