[pkg-java] r18169 - in trunk/java-gnome/debian: . patches

Guillaume Mazoyer gmazoyer-guest at moszumanska.debian.org
Tue May 20 17:47:13 UTC 2014


Author: gmazoyer-guest
Date: 2014-05-20 17:47:12 +0000 (Tue, 20 May 2014)
New Revision: 18169

Added:
   trunk/java-gnome/debian/patches/03_build_doc_snapshots.diff
Modified:
   trunk/java-gnome/debian/changelog
   trunk/java-gnome/debian/patches/series
Log:
java-gnome: add patch to fix build process of the documentation.

Modified: trunk/java-gnome/debian/changelog
===================================================================
--- trunk/java-gnome/debian/changelog	2014-05-19 21:39:37 UTC (rev 18168)
+++ trunk/java-gnome/debian/changelog	2014-05-20 17:47:12 UTC (rev 18169)
@@ -16,6 +16,8 @@
     - Remove no longer needed patch (fixed upstream).
   * debian/patches/02_build_python.diff
     - Add patch to fix build process (python2 env variable not found).
+  * debian/patches/03_build_doc_snapshots.diff
+    - Add patch to fix build process of the documentation (accessibilty bug).
 
  -- Guillaume Mazoyer <respawneral at gmail.com>  Mon, 19 May 2014 17:39:50 +0200
 

Added: trunk/java-gnome/debian/patches/03_build_doc_snapshots.diff
===================================================================
--- trunk/java-gnome/debian/patches/03_build_doc_snapshots.diff	                        (rev 0)
+++ trunk/java-gnome/debian/patches/03_build_doc_snapshots.diff	2014-05-20 17:47:12 UTC (rev 18169)
@@ -0,0 +1,14 @@
+## Description: Fix accessibility bus address error for doc
+## Origin/Author: Guillaume Mazoyer
+Index: java-gnome-4.1.3/build/faster
+===================================================================
+--- java-gnome-4.1.3.orig/build/faster	2014-05-19 20:23:16.843587816 +0200
++++ java-gnome-4.1.3/build/faster	2014-05-19 20:23:30.223654164 +0200
+@@ -679,6 +679,7 @@ def compileDocumentation():
+ 
+ 
+ def takeSnapshots():
++	os.environ['NO_AT_BRIDGE'] = '1'
+ 	runJavaClass("Harness", "tmp/gtk-4.1.jar:tmp/tests/")
+ 
+

Modified: trunk/java-gnome/debian/patches/series
===================================================================
--- trunk/java-gnome/debian/patches/series	2014-05-19 21:39:37 UTC (rev 18168)
+++ trunk/java-gnome/debian/patches/series	2014-05-20 17:47:12 UTC (rev 18169)
@@ -1,2 +1,3 @@
 01_take_screenshots.diff
 02_build_python.diff
+03_build_doc_snapshots.diff




More information about the pkg-java-commits mailing list