This is an automated email from the git hooks/post-receive script. henrich pushed a commit to branch debian/sid in repository jruby-joni.
commit 26f040ae169a70178e018ef1367adbbd13dc1400 Author: Hideki Yamane <[email protected]> Date: Sat Jun 6 13:08:15 2015 +0900 add patch for reproducible build --- debian/changelog | 8 ++++++++ ...-remove-build-time-for-reproducible-build.patch | 24 ++++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 33 insertions(+) diff --git a/debian/changelog b/debian/changelog index 479519a..8b6943b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +jruby-joni (2.1.6-2) unstable; urgency=medium + + * debian/patches + - add 0002-remove-build-time-for-reproducible-build.patch for reproducible + build + + -- Hideki Yamane <[email protected]> Sat, 06 Jun 2015 13:07:46 +0900 + jruby-joni (2.1.6-1) unstable; urgency=medium * New Upstream version 2.1.6 diff --git a/debian/patches/0002-remove-build-time-for-reproducible-build.patch b/debian/patches/0002-remove-build-time-for-reproducible-build.patch new file mode 100644 index 0000000..90a1177 --- /dev/null +++ b/debian/patches/0002-remove-build-time-for-reproducible-build.patch @@ -0,0 +1,24 @@ +From: Hideki Yamane <[email protected]> +Date: Sat, 6 Jun 2015 13:05:46 +0900 +Subject: remove build time for reproducible build + +--- + build.xml | 5 ----- + 1 file changed, 5 deletions(-) + +diff --git a/build.xml b/build.xml +index 312aabf..06947b6 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}" /> + diff --git a/debian/patches/series b/debian/patches/series index 4cb9a3b..d08d369 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ build.xml-jcoding.patch +0002-remove-build-time-for-reproducible-build.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jruby-joni.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

