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
87df0a3a
Commit
87df0a3a
authored
Jul 25, 2015
by
Otto Kekäläinen
Browse files
Switch 'nm -n' to 'nm --defined-only' to improve reproducible builds
parent
b1bd9fcb
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
87df0a3a
...
@@ -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)
...
...
debian/rules
View file @
87df0a3a
...
@@ -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
...
...
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