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
222b9164
Commit
222b9164
authored
Jul 06, 2018
by
Otto Kekäläinen
Browse files
Delete unnecessary systemd files introduced by upstream
parent
3579ce90
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian/rules
View file @
222b9164
...
...
@@ -144,6 +144,12 @@ endif
rm -f $(TMP)/usr/lib/*/mariadb18/plugin/qa_auth_interface.so
rm -f $(TMP)/usr/lib/*/mariadb18/plugin/qa_auth_server.so
# Delete useless systemd files introduced in upstream commit
# https://github.com/MariaDB/server/commit/7bbc6c14d1e8fcf1f4737e0a5fcf6237fe18bd23
# They have no function in Debian systems and their path and usage is unstandardized.
rm -rf $(TMP)/usr/lib/sysusers.d/sysusers.conf
rm -rf $(TMP)/usr/lib/tmpfiles.d/tmpfiles.conf
# 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.1/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