Whilst working on the Reproducible Builds effort [0] we noticed that
liblopsub could not be built reproducibly.
This is because it calls "gzip" manually without the -n
flag. This should have been reported by lintian via the
package-contains-timestamped-gzip tag.
[0] https://reproducible-builds.org/
GROFF := groff
CP := cp
INSTALL := install
-GZIP := gzip -f9
+GZIP := gzip -fn9
ZCAT := zcat
DATE_FMT := +%B %Y
$(INST_FILE) debian/copyright $(DEVDOCS_DIR)/copyright
$(INST_FILE) debian/changelog $(DOCS_DIR)/changelog.Debian
$(INST_FILE) debian/changelog $(DEVDOCS_DIR)/changelog.Debian
- gzip -f9 $(DOCS_DIR)/changelog.Debian
- gzip -f9 $(DEVDOCS_DIR)/changelog.Debian
+ gzip -fn9 $(DOCS_DIR)/changelog.Debian
+ gzip -fn9 $(DEVDOCS_DIR)/changelog.Debian
dh_makeshlibs
dh_shlibdeps
dh_strip