Skip to content

Commit

Permalink
SWPTP-1446: avoid gzipping config files in debian package
Browse files Browse the repository at this point in the history
  • Loading branch information
abower-amd committed Oct 2, 2024
1 parent 7f69fa5 commit a4f87ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ override_dh_installsystemd:

override_dh_installinit:
dh_installinit --no-enable --no-start

# Avoid compressing example configurations so they can be used easily.
override_dh_compress:
dh_compress -X.cfg

0 comments on commit a4f87ff

Please sign in to comment.