Skip to content

Commit

Permalink
debian/rules: don't compress pdfs
Browse files Browse the repository at this point in the history
Adjust debian packaging as in other Osmocom projects to not compress the
pdf files.

Related: SYS#6855
Change-Id: I4372c2d93b317a9deaed3650941c7438accf9211
  • Loading branch information
osmith42 committed Mar 19, 2024
1 parent 56ef474 commit ce58dac
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_auto_configure:
# Print test results in case of a failure
#override_dh_auto_test:
# dh_auto_test || (find . -name testsuite.log -exec cat {} \; ; false)

# Don't create .pdf.gz files (barely saves space and they can't be opened directly by most pdf readers)
override_dh_compress:
dh_compress -X.pdf

0 comments on commit ce58dac

Please sign in to comment.