mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 15:25:33 +02:00
Deb: delete runnable files we don't want to have in the test data package
This commit is contained in:
parent
bfda961c86
commit
02a6f61a8a
1 changed files with 5 additions and 0 deletions
5
debian/rules
vendored
5
debian/rules
vendored
|
|
@ -132,6 +132,11 @@ override_dh_auto_install:
|
|||
# make install
|
||||
cd $(BUILDDIR) && $(MAKE) install DESTDIR=$(TMP)
|
||||
|
||||
# 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.2/mysqld.sym.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue