[jruby-joni] 02/03: remove build time for reproducible build
Hideki Yamane
henrich at moszumanska.debian.org
Wed Aug 16 12:51:12 UTC 2017
This is an automated email from the git hooks/post-receive script.
henrich pushed a commit to branch patch-queue/debian/sid
in repository jruby-joni.
commit da5d5831042bc0a95c124b820b15ad58101efa09
Author: Hideki Yamane <henrich at debian.org>
Date: Sat Jun 6 13:05:46 2015 +0900
remove build time for reproducible build
Gbp-Pq: Name 0002-remove-build-time-for-reproducible-build.patch
---
build.xml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/build.xml b/build.xml
index b06feb8..030ee15 100644
--- a/build.xml
+++ b/build.xml
@@ -25,11 +25,6 @@
<target name="build" depends="compile">
<mkdir dir="${dist.dir}" />
- <tstamp>
- <format property="buildDate" pattern="yyyy-MM-dd" />
- <format property="buildTime" pattern="HH:mm:ss" />
- </tstamp>
-
<jar destfile="${dist.dir}/${jar.name}" manifest="MANIFEST.MF">
<fileset dir="${bin.dir}" />
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jruby-joni.git
More information about the pkg-java-commits
mailing list