Commit 8deb3972 authored by Otto Kekäläinen's avatar Otto Kekäläinen
Browse files

Delete unneeded runnable files from mariadb-test-data

parent adc2cd0d
......@@ -16,6 +16,8 @@ mariadb-10.0 (10.0.28-1) unstable; urgency=low
- CVE-2016-5584
- CVE-2016-3492
* Drop 4 patches that have been applied upstream.
* Delete runnable files from mariadb-test-data as they were only
needed at build time to generate tests.
-- Otto Kekäläinen <otto@debian.org> Fri, 28 Oct 2016 22:51:14 +0300
......
......@@ -127,6 +127,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.0/mysqld.sym.gz
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment