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

Reproducible build improvement: Add LC_ALL=C to mysql.sym sort command

parent 0b9bbe00
mariadb-10.0 (10.0.20-4) UNRELEASED; urgency=low mariadb-10.0 (10.0.20-4) UNRELEASED; urgency=low
* Created libmariadbd and moved .so file from libmariadbd-dev there * Created libmariadbd and moved .so file from libmariadbd-dev there
* Reproducible build improvement: Add LC_ALL=C to mysql.sym sort command
-- Otto Kekäläinen <otto@seravo.fi> Sun, 26 Jul 2015 22:49:15 +0300 -- Otto Kekäläinen <otto@seravo.fi> Sun, 26 Jul 2015 22:49:15 +0300
......
...@@ -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 --defined-only $(BUILDDIR)/sql/mysqld | sort | gzip -n -9 > $(TMP)/usr/share/doc/mariadb-server-10.0/mysqld.sym.gz nm --defined-only $(BUILDDIR)/sql/mysqld | LC_ALL=C 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