[pleiades] 01/01: fix #835633
Hideki Yamane
henrich at moszumanska.debian.org
Sun Oct 9 17:30:15 UTC 2016
This is an automated email from the git hooks/post-receive script.
henrich pushed a commit to branch master
in repository pleiades.
commit bd601ca8999fed4fafe49c59bd272ab9a884e0b4
Author: Hideki Yamane <henrich at debian.org>
Date: Mon Oct 10 02:27:15 2016 +0900
fix #835633
---
debian/changelog | 8 ++++++++
debian/patches/reproducible_build.patch | 19 +++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 28 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 5489de9..71caa56 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+pleiades (1.7.0-2) unstable; urgency=medium
+
+ * debian/patches
+ - add reproducible_build.patch (Closes: #835633)
+ Thanks to Chris Lamb <lamby at debian.org> for the patch
+
+ -- Hideki Yamane <henrich at debian.org> Mon, 10 Oct 2016 02:27:06 +0900
+
pleiades (1.7.0-1) unstable; urgency=medium
* New upstream release
diff --git a/debian/patches/reproducible_build.patch b/debian/patches/reproducible_build.patch
new file mode 100644
index 0000000..285e5dc
--- /dev/null
+++ b/debian/patches/reproducible_build.patch
@@ -0,0 +1,19 @@
+Description: Make the build reproducible
+Author: Chris Lamb <lamby at debian.org>
+Last-Update: 2016-08-27
+
+--- pleiades-1.7.0.orig/build.xml
++++ pleiades-1.7.0/build.xml
+@@ -219,12 +219,6 @@
+ <jar destfile="plugins/${project.id}.jar" basedir="./plugins/${project.id}"
+ manifest="plugins/${project.id}/META-INF/MANIFEST.MF"/>
+ <jar destfile="features/${project.id}.jar" basedir="./features/${project.id}" />
+- <signjar keystore=".keystore" alias="MergeDoc" storepass="mergedoc">
+- <sysproperty key="file.encoding" value="UTF-8" />
+- <fileset dir=".">
+- <include name="*/${project.id}.jar" />
+- </fileset>
+- </signjar>
+ <unjar src="plugins/${project.id}.jar" dest="./plugins/${project.id}">
+ <patternset>
+ <include name="META-INF/*" />
diff --git a/debian/patches/series b/debian/patches/series
index 98a894f..ad91ce4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ build.xml
compile_junit.patch
not_run_integrate.patch
0005-do-not-ask-timestamp.digicert.com-to-sign.patch
+reproducible_build.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/pleiades.git
More information about the pkg-java-commits
mailing list