Skip to content

Commit

Permalink
Do not run dh_strip_nondeterminism in Debian packaging (#3674)
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Klopper <[email protected]>
Co-authored-by: stephanie0x00 <[email protected]>
  • Loading branch information
3 people authored Oct 16, 2024
1 parent 718d097 commit 6e40e52
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
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:

0 comments on commit 6e40e52

Please sign in to comment.