Source: gpsmanshp
Version: 1.2.3-4
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: timestamps
X-Debbugs-Cc: [email protected]
Hi,
While working on the "reproducible builds" effort [1], we have noticed
that gpsmanshp could not be built reproducibly.
The attached patch removes timestamps from the build system. Once
applied, gpsmanshp can be built reproducibly in our current experimental
framework.
[1]: https://wiki.debian.org/ReproducibleBuilds
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
diff -urNad gpsmanshp.orig/gpsmanshp-1.2.3/debian/rules
gpsmanshp/gpsmanshp-1.2.3/debian/rules
--- gpsmanshp.orig/gpsmanshp-1.2.3/debian/rules 2015-02-08 10:30:30.827684514
+0000
+++ gpsmanshp/gpsmanshp-1.2.3/debian/rules 2015-02-08 10:31:58.839619985
+0000
@@ -40,7 +40,7 @@
endif
cp debian/copyright $(DOCDIR)
cp debian/changelog $(DOCDIR)/changelog.Debian
- gzip -9 $(DOCDIR)/changelog.Debian
+ gzip -9n $(DOCDIR)/changelog.Debian
chown -R root.root $(INSTALLDIR)
chown -R root.root $(DOCDIR)
chmod 644 $(DOCDIR)/* $(DOCDIR)/html/*