Skip to content

Commit

Permalink
Merge branch 'main' into fix/first-order-dangling-affirmation-delete
Browse files Browse the repository at this point in the history
  • Loading branch information
originalsouth authored Oct 16, 2024
2 parents d562e36 + 6e40e52 commit bb25030
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 bb25030

Please sign in to comment.