--- 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