Skip to content

Commit c9dcdf7

Browse files
committed
Merge branch 'mysql-8.0' into mysql-8.4
Change-Id: I4cee6b300f6bf1c8a1c62b286339ba1fca7bd62e
2 parents 862f166 + 0801643 commit c9dcdf7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packaging/deb-in/rules.in

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/make -f
22

3-
# Copyright (c) 2015, 2024, Oracle and/or its affiliates.
3+
# Copyright (c) 2015, 2025, Oracle and/or its affiliates.
44
#
55
# This program is free software; you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License, version 2.0,
@@ -124,6 +124,11 @@ override_dh_install:
124124
override_dh_strip:
125125
dh_strip -Xlibprotobuf-lite -Xlibmysqlclient.a -Xlibabsl_
126126

127+
# dh_strip_nondeterminism makes changes to archive files that actually makes
128+
# the build less deterministic because we can't verify them against what's in git
129+
override_dh_strip_nondeterminism:
130+
dh_strip_nondeterminism -X.zip -X.gzip
131+
127132
# Debug plugins use libprotobuf-lite from the server package.
128133
override_dh_shlibdeps:
129134
dh_shlibdeps -Lmysql-@DEB_PRODUCT@-server-core -l/usr/lib/mysql/private

0 commit comments

Comments
 (0)