[pleiades] 05/06: add 0005-do-not-ask-timestamp.digicert.com-to-sign.patch

Hideki Yamane henrich at moszumanska.debian.org
Tue Nov 17 13:04:10 UTC 2015


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

henrich pushed a commit to branch master
in repository pleiades.

commit faee4e5231945d188f30b0d7dde82e5290ef6e0b
Author: Hideki Yamane <henrich at debian.org>
Date:   Tue Nov 17 21:56:55 2015 +0900

    add 0005-do-not-ask-timestamp.digicert.com-to-sign.patch
---
 debian/changelog                                   |  3 +++
 ...do-not-ask-timestamp.digicert.com-to-sign.patch | 24 ++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 5fed558..2d3fa4d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,9 @@ pleiades (1.6.0-1) UNRELEASED; urgency=medium
 
   [ Hideki Yamane ]
   * New upstream release 
+  * debian/patches
+    - refresh patches
+    - add 0005-do-not-ask-timestamp.digicert.com-to-sign.patch to avoid FTBFS
 
  -- Hideki Yamane <henrich at debian.org>  Tue, 17 Nov 2015 20:39:08 +0900
 
diff --git a/debian/patches/0005-do-not-ask-timestamp.digicert.com-to-sign.patch b/debian/patches/0005-do-not-ask-timestamp.digicert.com-to-sign.patch
new file mode 100644
index 0000000..79c086c
--- /dev/null
+++ b/debian/patches/0005-do-not-ask-timestamp.digicert.com-to-sign.patch
@@ -0,0 +1,24 @@
+From: Hideki Yamane <henrich at debian.org>
+Date: Tue, 17 Nov 2015 21:53:12 +0900
+Subject: do not ask timestamp.digicert.com to sign
+
+because debian package build should not connect to other host, should be
+complete inside build host
+---
+ build.xml | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+diff --git a/build.xml b/build.xml
+index 6a235dc..af5da2e 100644
+--- a/build.xml
++++ b/build.xml
+@@ -219,8 +219,7 @@
+ 		<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"
+-			tsaurl="http://timestamp.digicert.com">
++		<signjar keystore=".keystore" alias="MergeDoc" storepass="mergedoc">
+ 			<sysproperty key="file.encoding" value="UTF-8" />
+ 			<fileset dir=".">
+ 				<include name="*/${project.id}.jar" />

-- 
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