MT#55283 Call gzip with -n for reproducible output

We are compressing the documentation explicitly with gzip, but were not
passing -n to get reproducible output.

Change-Id: I7819701ef33d34472eb2a63458ae16ef69ac352e
pull/2149/head
Guillem Jover 1 week ago
parent 2843277022
commit 9b74a7fd12

4
debian/rules vendored

@ -46,8 +46,8 @@ execute_before_dh_auto_configure:
execute_before_dh_auto_install-indep:
# markdown README
markdown README.md | gzip -9 > debian/README.html.gz
gzip -9 < README.md > debian/README.md.gz
markdown README.md | gzip -9n > debian/README.html.gz
gzip -9n < README.md > debian/README.md.gz
execute_after_dh_installsystemd:
dh_installsystemd -pngcp-rtpengine-recording-daemon --name=ngcp-rtpengine-recording-nfs-mount

Loading…
Cancel
Save