This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository java-gnome.
commit f4e53729f10c5f2b95cbc07e39c2f83db9142a68 Author: Onkar Shinde <[email protected]> Date: Thu Sep 17 23:24:56 2009 +0530 Imported Debian patch 4.0.13-2 --- debian/changelog | 8 ++++++++ debian/patches/01_take_screenshots.diff | 13 +++++++++++-- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c0a796c..0bad914 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +java-gnome (4.0.13-2) unstable; urgency=low + + * debian/patches/01_take_screenshots.diff + - Comment out the code that launches file chooser dialog. It caused build + failure on buildd. (Closes: #546313) + + -- Onkar Shinde <[email protected]> Thu, 17 Sep 2009 23:24:56 +0530 + java-gnome (4.0.13-1) unstable; urgency=low * New upstream release. diff --git a/debian/patches/01_take_screenshots.diff b/debian/patches/01_take_screenshots.diff index a204b2f..1ffd049 100644 --- a/debian/patches/01_take_screenshots.diff +++ b/debian/patches/01_take_screenshots.diff @@ -1,7 +1,7 @@ Index: java-gnome-4.0.13/tests/screenshots/Harness.java =================================================================== ---- java-gnome-4.0.13.orig/tests/screenshots/Harness.java 2009-09-09 19:02:00.000000000 +0530 -+++ java-gnome-4.0.13/tests/screenshots/Harness.java 2009-09-09 19:23:36.000000000 +0530 +--- 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 @@ */ public final class Harness @@ -25,6 +25,15 @@ Index: java-gnome-4.0.13/tests/screenshots/Harness.java } Gtk.init(new String[] { +@@ -148,7 +148,7 @@ + SnapshotQuestionMessageDialog.class, + SnapshotTreeView.class, + SnapshotTreeStore.class, +- SnapshotFileChooserDialog.class, ++ /*SnapshotFileChooserDialog.class,*/ + SnapshotAboutDialog.class, + SnapshotHScale.class, + SnapshotVScale.class, @@ -162,7 +162,7 @@ SnapshotContextLine.class, SnapshotTextView.class, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/java-gnome.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

