File reproducible.patch of Package nant
Index: nant/NAnt.build
===================================================================
--- nant.orig/NAnt.build
+++ nant/NAnt.build
@@ -32,7 +32,7 @@
<property name="project.config" value="debug" /> <!-- debug | release -->
<property name="nant.console.name" value="NAnt" />
<property name="build.defines" value="" />
- <property name="build.number" value="${math::abs(math::floor(timespan::get-total-days(datetime::now() - datetime::parse('01/01/2000'))))}" />
+ <property name="build.number" value="1" />
<!-- platform specific properties. These are the defaults -->
<property name="current.build.defines" value="${build.defines}" />
@@ -107,7 +107,7 @@
<attribute type="AssemblyConfigurationAttribute" value="${project.release.type}" />
<attribute type="AssemblyCompanyAttribute" value="http://nant.sourceforge.net" />
<attribute type="AssemblyProductAttribute" value="NAnt" />
- <attribute type="AssemblyCopyrightAttribute" value="Copyright (C) 2001-${datetime::get-year(datetime::now())} Gerry Shaw" />
+ <attribute type="AssemblyCopyrightAttribute" value="Copyright (C) 2001-2015 Gerry Shaw" />
<attribute type="AssemblyTrademarkAttribute" value="" />
<attribute type="AssemblyCultureAttribute" value="" />
<attribute type="AssemblyVersionAttribute" value="${project.version}.${build.number}.0" />