Commit 87df0a3a authored by Otto Kekäläinen's avatar Otto Kekäläinen
Browse files

Switch 'nm -n' to 'nm --defined-only' to improve reproducible builds

parent b1bd9fcb
...@@ -12,6 +12,7 @@ mariadb-10.0 (10.0.20-3) unstable; urgency=medium ...@@ -12,6 +12,7 @@ mariadb-10.0 (10.0.20-3) unstable; urgency=medium
* Created libmariadbd and moved so file from libmariadbd-dev there * Created libmariadbd and moved so file from libmariadbd-dev there
* Recover mysql-upgrade dir/link handlig wrongly removed in f7caa041db * Recover mysql-upgrade dir/link handlig wrongly removed in f7caa041db
* Minor Lintian and documentation fixes * Minor Lintian and documentation fixes
* Switch 'nm -n' to 'nm --defined-only' to improve reproducible builds
[ Olaf van der Spek ] [ Olaf van der Spek ]
* Minor spell checking (Closes: #792123) * Minor spell checking (Closes: #792123)
......
...@@ -139,7 +139,7 @@ override_dh_auto_install: ...@@ -139,7 +139,7 @@ override_dh_auto_install:
# nm numeric soft is not enough, therefore extra sort in command # nm numeric soft is not enough, therefore extra sort in command
# to satisfy Debian reproducible build requirements # to satisfy Debian reproducible build requirements
nm -n $(BUILDDIR)/sql/mysqld | sort | gzip -n -9 > $(TMP)/usr/share/doc/mariadb-server-10.0/mysqld.sym.gz nm --defined-only $(BUILDDIR)/sql/mysqld | sort | gzip -n -9 > $(TMP)/usr/share/doc/mariadb-server-10.0/mysqld.sym.gz
# rename and install AppArmor profile # rename and install AppArmor profile
install -D -m 644 debian/apparmor-profile $(TMP)/etc/apparmor.d/usr.sbin.mysqld install -D -m 644 debian/apparmor-profile $(TMP)/etc/apparmor.d/usr.sbin.mysqld
......
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