[olap4j] 15/19: Removed VERSION.txt from the jar files
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Oct 21 09:19:07 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository olap4j.
commit 26c566ad2fbaec86ae2670469fb8aa7e279c4f2f
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue Oct 20 18:54:17 2015 +0200
Removed VERSION.txt from the jar files
---
debian/changelog | 3 ++-
debian/patches/12_remove_version_txt.diff | 35 +++++++++++++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 38 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 9b094c5..2b512ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,7 +5,8 @@ olap4j (1.2.0-1) UNRELEASED; urgency=medium
- Refreshed the patches
- Replaced the build dependency on cup with javacc
* Improved the reproducibility:
- - Set the locale when generating the javadoc and remove the timestamps
+ - Set the locale when generating the javadoc and remove the timestamps)
+ - Removed VERSION.txt from the jar files (contains timestamps, usernames)
* debian/control:
- Standards-Version updated to 3.9.6 (no changes)
* Use XZ compression for the upstream tarball
diff --git a/debian/patches/12_remove_version_txt.diff b/debian/patches/12_remove_version_txt.diff
new file mode 100644
index 0000000..fe7612b
--- /dev/null
+++ b/debian/patches/12_remove_version_txt.diff
@@ -0,0 +1,35 @@
+Description: Removes VERSION.txt from the jar files to improve the reproducibility
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: not-needed
+--- a/build.xml
++++ b/build.xml
+@@ -149,8 +149,7 @@
+ includes="
+ LICENSE,
+ NOTICE,
+-README.txt,
+-VERSION.txt" />
++README.txt" />
+ <zipfileset dir="${classes.dir}" prefix=""
+ includes="**/*"
+ excludes="
+@@ -166,8 +165,7 @@
+ includes="
+ LICENSE,
+ NOTICE,
+-README.txt,
+-VERSION.txt" />
++README.txt" />
+ <zipfileset dir="${classes.dir}" prefix=""
+ includes="
+ org/olap4j/driver/**,
+@@ -182,8 +180,7 @@
+ includes="
+ LICENSE,
+ NOTICE,
+-README.txt,
+-VERSION.txt" />
++README.txt" />
+ <zipfileset dir="${testclasses.dir}" prefix="" includes="**/*"
+ excludes="jndi.properties" />
+ </zip>
diff --git a/debian/patches/series b/debian/patches/series
index ee34c10..ba340b7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@
08_source_encoding.diff
10_javadoc_tweaks.diff
11_disable_git_commit_info.diff
+12_remove_version_txt.diff
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/olap4j.git
More information about the pkg-java-commits
mailing list