Author: onkarshinde-guest
Date: 2010-01-16 15:24:27 +0000 (Sat, 16 Jan 2010)
New Revision: 11352

Modified:
   trunk/java-gnome/debian/changelog
   trunk/java-gnome/debian/patches/01_take_screenshots.diff
   trunk/java-gnome/debian/rules
Log:
java-gnome 4.0.14-2

Modified: trunk/java-gnome/debian/changelog
===================================================================
--- trunk/java-gnome/debian/changelog   2010-01-16 15:02:21 UTC (rev 11351)
+++ trunk/java-gnome/debian/changelog   2010-01-16 15:24:27 UTC (rev 11352)
@@ -1,3 +1,14 @@
+java-gnome (4.0.14-2) unstable; urgency=low
+
+  * debian/patches/01_take_screenshots.diff
+    - Disable the file chooser dialog again as it still causes FTBFS on buildd.
+      (Closes: #564494) 
+  * debian/rules
+    - Add verbosity to build log if architecture is hppa. This will help us
+      track down cause of FTBFS on hppa.
+
+ -- Onkar Shinde <onkarshi...@ubuntu.com>  Sat, 16 Jan 2010 19:19:07 +0530
+
 java-gnome (4.0.14-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/java-gnome/debian/patches/01_take_screenshots.diff
===================================================================
--- trunk/java-gnome/debian/patches/01_take_screenshots.diff    2010-01-16 
15:02:21 UTC (rev 11351)
+++ trunk/java-gnome/debian/patches/01_take_screenshots.diff    2010-01-16 
15:24:27 UTC (rev 11352)
@@ -1,8 +1,8 @@
-Index: java-gnome-4.0.13/tests/screenshots/Harness.java
+Index: java-gnome-4.0.14/tests/screenshots/Harness.java
 ===================================================================
---- java-gnome-4.0.13.orig/tests/screenshots/Harness.java      2009-08-27 
08:49:52.000000000 +0530
-+++ java-gnome-4.0.13/tests/screenshots/Harness.java   2009-09-18 
00:09:34.000000000 +0530
-@@ -66,7 +66,7 @@
+--- java-gnome-4.0.14.orig/tests/screenshots/Harness.java      2009-12-16 
05:56:18.000000000 +0530
++++ java-gnome-4.0.14/tests/screenshots/Harness.java   2010-01-11 
09:36:04.000000000 +0530
+@@ -67,7 +67,7 @@
   */
  public final class Harness
  {
@@ -11,7 +11,7 @@
  
      public static void main(String[] args) throws IOException, 
InterruptedException {
          final String DISPLAY;
-@@ -112,11 +112,11 @@
+@@ -113,11 +113,11 @@
                  Thread.sleep(100);
                  checkAlive(windowManager, "metacity");
  
@@ -25,7 +25,16 @@
              }
  
              Gtk.init(new String[] {
-@@ -162,7 +162,7 @@
+@@ -149,7 +149,7 @@
+                     SnapshotQuestionMessageDialog.class,
+                     SnapshotTreeView.class,
+                     SnapshotTreeStore.class,
+-                    SnapshotFileChooserDialog.class,
++                    /*SnapshotFileChooserDialog.class,*/
+                     SnapshotAboutDialog.class,
+                     SnapshotHScale.class,
+                     SnapshotVScale.class,
+@@ -163,7 +163,7 @@
                      SnapshotContextLine.class,
                      SnapshotTextView.class,
                      SnapshotTextViewBorderWindows.class,
@@ -34,7 +43,7 @@
                      SnapshotContextArc.class,
                      SnapshotContextArcNegative.class,
                      SnapshotMatrixRotate.class,
-@@ -230,7 +230,7 @@
+@@ -232,7 +232,7 @@
              if (windowManager != null) {
                  System.out.println("KILL\tmetacity");
                  windowManager.destroy();

Modified: trunk/java-gnome/debian/rules
===================================================================
--- trunk/java-gnome/debian/rules       2010-01-16 15:02:21 UTC (rev 11351)
+++ trunk/java-gnome/debian/rules       2010-01-16 15:24:27 UTC (rev 11352)
@@ -11,6 +11,7 @@
 DEB_MAKE_BUILD_TARGET += doc
 endif
 ifneq (,$(filter $(DEB_HOST_ARCH), hppa))
+DEB_MAKE_ENVVARS += V=1
 CFLAGS += -ffunction-sections
 endif
 


_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

Reply via email to