[writer2latex] 01/01: use <arg value="-notimestamp"/> for javadoc to make them reproducible (closes: #860098)

Rene Engelhard rene at moszumanska.debian.org
Fri May 26 20:54:25 UTC 2017


This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch master
in repository writer2latex.

commit afd16668c4ad0e41a10efd91850b0a17d96e7ddd
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Fri May 26 14:30:33 2017 +0200

    use <arg value="-notimestamp"/> for javadoc to make them reproducible (closes: #860098)
---
 debian/changelog                        |  7 +++++++
 debian/patches/javadoc-notimestamp.diff | 12 ++++++++++++
 debian/patches/series                   |  1 +
 3 files changed, 20 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 17c038e..e8e5bf6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+writer2latex (1.4-2) UNRELEASED; urgency=medium
+
+  * use <arg value="-notimestamp"/> for javadoc to make them
+    reproducible (closes: #860098)
+
+ -- Rene Engelhard <rene at debian.org>  Fri, 26 May 2017 14:17:15 +0200
+
 writer2latex (1.4-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/debian/patches/javadoc-notimestamp.diff b/debian/patches/javadoc-notimestamp.diff
new file mode 100644
index 0000000..a3400b0
--- /dev/null
+++ b/debian/patches/javadoc-notimestamp.diff
@@ -0,0 +1,12 @@
+diff --git a/build.xml b/build.xml
+index 56be5f1..54a5862 100644
+--- a/build.xml
++++ b/build.xml
+@@ -296,6 +296,7 @@
+              nodeprecatedlist="false"
+              nodeprecated="false">
+             <classpath refid="main.class.path"/>
++            <arg value="-notimestamp"/>
+             <packageset dir="${src}" defaultexcludes="yes" />
+         </javadoc>
+         <copy todir="${javadoc}">
diff --git a/debian/patches/series b/debian/patches/series
index 306e14a..60326e6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ dirs.diff
 #BASE64_no_Sunism.diff
 add_shebang.diff
 no_JSON.diff
+javadoc-notimestamp.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/writer2latex.git



More information about the Pkg-openoffice-commits mailing list