File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
# !/usr/bin/make -f
2
2
3
- # Copyright (c) 2015, 2024 , Oracle and/or its affiliates.
3
+ # Copyright (c) 2015, 2025 , Oracle and/or its affiliates.
4
4
#
5
5
# This program is free software; you can redistribute it and/or modify
6
6
# it under the terms of the GNU General Public License, version 2.0,
@@ -124,6 +124,11 @@ override_dh_install:
124
124
override_dh_strip :
125
125
dh_strip -Xlibprotobuf-lite -Xlibmysqlclient.a -Xlibabsl_
126
126
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
+
127
132
# Debug plugins use libprotobuf-lite from the server package.
128
133
override_dh_shlibdeps :
129
134
dh_shlibdeps -Lmysql-@DEB_PRODUCT@-server-core -l/usr/lib/mysql/private
You can’t perform that action at this time.
0 commit comments