Package: texi2html / 1.82+dfsg1-5

Metadata

Package Version Patches format
texi2html 1.82+dfsg1-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_remove_doc_dir.diff | (download)

doc/Makefile.in | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

---
02_removed_test_manuals.diff | (download)

configure | 3 1 + 2 - 0 !
configure.ac | 1 0 + 1 - 0 !
test/Makefile.am | 2 1 + 1 - 0 !
3 files changed, 2 insertions(+), 4 deletions(-)

---
03_add_build date_param.patch | (download)

T2h_i18n.pm | 9 8 + 1 - 0 !
doc/texi2html.info | 3 3 + 0 - 0 !
doc/texi2html.texi | 2 2 + 0 - 0 !
texi2html.init | 4 4 + 0 - 0 !
texi2html.pl | 8 8 + 0 - 0 !
5 files changed, 25 insertions(+), 1 deletion(-)

 add --build-date command line flag.
 Allow create reproducible documentation passing a unix time in the command
 line.
04_sort perl hash | (download)

texi2html.pl | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 sort hash values to produce reproducible documentation
05_reproducible build | (download)

configure.ac | 6 5 + 1 - 0 !
manage_i18n.pl.in | 2 1 + 1 - 0 !
2 files changed, 6 insertions(+), 2 deletions(-)

 make the build reproducible
 + set the PACKAGE_DATE value to SOURCE_DATE_EPOCH if available
 + sort the list of languages in manage_i18n.pl(.in) to do not depend on readdir() order