Source: python-odf
Version: 1.2.0-6
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 python-odf could not be built reproducibly.
The attached patch removes timestamps from the build system. Once
applied, python-odf 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 python-odf.orig/python-odf-1.2.0/debian/rules
python-odf/python-odf-1.2.0/debian/rules
--- python-odf.orig/python-odf-1.2.0/debian/rules 2015-02-10
22:52:39.671427899 +0000
+++ python-odf/python-odf-1.2.0/debian/rules 2015-02-10 23:09:46.457837085
+0000
@@ -35,7 +35,7 @@
override_dh_auto_build:
for D in $(UTILITIES); do make -C $$D; done
- doxygen config.dox
+ (cat config.dox; echo HTML_TIMESTAMP=NO) | doxygen -
dh_auto_build
override_dh_install:
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team