Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Faustin Lammler
mariadb-10.1
Commits
8deb3972
Commit
8deb3972
authored
Oct 29, 2016
by
Otto Kekäläinen
Browse files
Delete unneeded runnable files from mariadb-test-data
parent
adc2cd0d
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
8deb3972
...
...
@@ -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
...
...
debian/rules
View file @
8deb3972
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment