Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not run dh_strip_nondeterminism in Debian packaging #3674

Merged
merged 5 commits into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions boefjes/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,6 @@ override_dh_installsystemd:
dh_installsystemd --name=kat-normalizers
dh_installsystemd --name=kat-katalogus
sed -i s/python3.9/`py3versions -d`/ debian/kat-boefjes/lib/systemd/system/*.service

# Disables dh_strip_nondeterminism because it very slow and not useful for us
override_dh_strip_nondeterminism:
3 changes: 3 additions & 0 deletions bytes/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ override_dh_gencontrol:

execute_after_dh_install:
dh_installsysusers

# Disables dh_strip_nondeterminism because it very slow and not useful for us
override_dh_strip_nondeterminism:
3 changes: 3 additions & 0 deletions keiko/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ override_dh_gencontrol:

execute_after_dh_install:
dh_installsysusers

# Disables dh_strip_nondeterminism because it very slow and not useful for us
override_dh_strip_nondeterminism:
3 changes: 3 additions & 0 deletions mula/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ override_dh_gencontrol:

execute_after_dh_install:
dh_installsysusers

# Disables dh_strip_nondeterminism because it very slow and not useful for us
override_dh_strip_nondeterminism:
3 changes: 3 additions & 0 deletions octopoes/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ override_dh_installsystemd:

execute_after_dh_install:
dh_installsysusers

# Disables dh_strip_nondeterminism because it very slow and not useful for us
override_dh_strip_nondeterminism:
3 changes: 3 additions & 0 deletions rocky/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,6 @@ override_dh_installsystemd:

execute_after_dh_install:
dh_installsysusers

# Disables dh_strip_nondeterminism because it very slow and not useful for us
override_dh_strip_nondeterminism: