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
fee78265
Commit
fee78265
authored
Aug 03, 2015
by
Otto Kekäläinen
Browse files
Reproducible build improvement: Add LC_ALL=C to mysql.sym sort command
parent
0b9bbe00
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
fee78265
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
...
...
debian/rules
View file @
fee78265
...
@@ -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
...
...
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