[S] Change in osmo-remsim[master]: debian/rules: don't compress pdfs

2024-03-20 Thread osmith
osmith has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-remsim/+/36359?usp=email )

Change subject: debian/rules: don't compress pdfs
..

debian/rules: don't compress pdfs

Adjust debian packaging as in other Osmocom projects to not compress the
pdf files.

Related: SYS#6855
Change-Id: I4372c2d93b317a9deaed3650941c7438accf9211
---
M debian/rules
1 file changed, 17 insertions(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, approved




diff --git a/debian/rules b/debian/rules
index fddb043..779d944 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,3 +25,7 @@
 # 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

--
To view, visit https://gerrit.osmocom.org/c/osmo-remsim/+/36359?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-remsim
Gerrit-Branch: master
Gerrit-Change-Id: I4372c2d93b317a9deaed3650941c7438accf9211
Gerrit-Change-Number: 36359
Gerrit-PatchSet: 1
Gerrit-Owner: osmith 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria 
Gerrit-Reviewer: osmith 
Gerrit-MessageType: merged


[S] Change in osmo-remsim[master]: debian/rules: don't compress pdfs

2024-03-20 Thread fixeria
Attention is currently required from: osmith.

fixeria has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-remsim/+/36359?usp=email )

Change subject: debian/rules: don't compress pdfs
..


Patch Set 1: Code-Review+2


--
To view, visit https://gerrit.osmocom.org/c/osmo-remsim/+/36359?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-remsim
Gerrit-Branch: master
Gerrit-Change-Id: I4372c2d93b317a9deaed3650941c7438accf9211
Gerrit-Change-Number: 36359
Gerrit-PatchSet: 1
Gerrit-Owner: osmith 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria 
Gerrit-Attention: osmith 
Gerrit-Comment-Date: Wed, 20 Mar 2024 07:44:10 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


[S] Change in osmo-remsim[master]: debian/rules: don't compress pdfs

2024-03-19 Thread osmith
osmith has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-remsim/+/36359?usp=email )


Change subject: debian/rules: don't compress pdfs
..

debian/rules: don't compress pdfs

Adjust debian packaging as in other Osmocom projects to not compress the
pdf files.

Related: SYS#6855
Change-Id: I4372c2d93b317a9deaed3650941c7438accf9211
---
M debian/rules
1 file changed, 17 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-remsim refs/changes/59/36359/1

diff --git a/debian/rules b/debian/rules
index fddb043..779d944 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,3 +25,7 @@
 # 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

--
To view, visit https://gerrit.osmocom.org/c/osmo-remsim/+/36359?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-remsim
Gerrit-Branch: master
Gerrit-Change-Id: I4372c2d93b317a9deaed3650941c7438accf9211
Gerrit-Change-Number: 36359
Gerrit-PatchSet: 1
Gerrit-Owner: osmith 
Gerrit-MessageType: newchange