Source: tj3
Version: 3.5.0-2
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: timestamps
X-Debbugs-Cc: [email protected]
Hi,
Whilst working on the "reproducible builds" effort [0], we noticed that tj3
could not be built reproducibly.
Patch attached.
[0] https://wiki.debian.org/ReproducibleBuilds
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
--- a/debian/patches/reproducible-build.patch 1970-01-01 01:00:00.000000000
+0100
--- b/debian/patches/reproducible-build.patch 2015-12-26 11:04:20.283817793
+0000
@@ -0,0 +1,11 @@
+--- tj3-3.5.0.orig/lib/taskjuggler/UserManual.rb
++++ tj3-3.5.0/lib/taskjuggler/UserManual.rb
+@@ -105,8 +105,6 @@ class TaskJuggler
+ "by #{AppConfig.authors.join(', ')}"
+ end,
+ BR.new,
+- "Generated on #{TjTime.new.strftime('%Y-%m-%d')}",
+- BR.new,
+ H3.new { "This manual covers #{AppConfig.softwareName} " +
+ "version #{AppConfig.version}." }
+ ]
--- a/debian/patches/series 2015-12-26 11:00:56.485430333 +0000
--- b/debian/patches/series 2015-12-26 11:04:16.943778829 +0000
@@ -1,3 +1,4 @@
dont-require-git.patch
data-search-dirs-debian.patch
fix-tj3man.patch
+reproducible-build.patch