Source: alsaplayer Version: 0.99.81 Severity: wishlist Tags: patch User: [email protected] Usertags: timestamps
Hi! While working on the “reproducible builds” effort [1], we have noticed that alsaplayer could not be built reproducibly. The attached patch removes extra timestamps in the doxygen documentation from the build system. Once applied, alsaplayer can be built reproducibly in our current experimental framework. Thanks, akira [1]: https://wiki.debian.org/ReproducibleBuilds
Index: alsaplayer-0.99.81/docs/reference.doxygen.in =================================================================== --- alsaplayer-0.99.81.orig/docs/reference.doxygen.in +++ alsaplayer-0.99.81/docs/reference.doxygen.in @@ -1253,3 +1253,5 @@ DOT_CLEANUP = YES # used. If set to NO the values of all tags below this one will be ignored. SEARCHENGINE = NO + +HTML_TIMESTAMP = NO
_______________________________________________ Reproducible-builds mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds
