debian/rules. Move ant from Build-Depends-Indep to Build-Depends.
* Update patch 03_external_apps.
* Remove patch 04_logger, not needed anymore.
+ * Create new patch 04_HONOR_DISPLAY_PROPERTIES.dpatch.
- -- gregor herrmann <gregor+debian@comodo.priv.at> Tue, 09 Oct 2007 18:44:30 +0200
+ -- gregor herrmann <gregor+debian@comodo.priv.at> Tue, 09 Oct 2007 18:56:21 +0200
jabref (2.3~beta2-1) unstable; urgency=low
--- /dev/null
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 04_HONOR_DISPLAY_PROPERTIES.dpatch by <gregor+debian@comodo.priv.at>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: JEditorPane.HONOR_DISPLAY_PROPERTIES not understood by java-gcj-compat-dev ...
+
+@DPATCH@
+diff -urNad jabref~/src/java/net/sf/jabref/JabRefMain.java jabref/src/java/net/sf/jabref/JabRefMain.java
+--- jabref~/src/java/net/sf/jabref/JabRefMain.java 2007-10-08 21:51:47.000000000 +0200
++++ jabref/src/java/net/sf/jabref/JabRefMain.java 2007-10-09 18:55:12.000000000 +0200
+@@ -109,7 +109,6 @@
+ "We are sorry for the trouble and thanks for reporting problems with JabRef!</html>");\r
+ pane.setEditable(false);\r
+ pane.setOpaque(false);\r
+- pane.putClientProperty(JEditorPane.HONOR_DISPLAY_PROPERTIES, Boolean.TRUE);\r
+ \r
+ Component componentToDisplay;\r
+ if (pane.getPreferredSize().getHeight() > 700){\r
+@@ -157,7 +156,6 @@
+ "<p>For more information visit <b>http://jabref.sf.net/faq.php</b>.</p></html>");\r
+ pane.setEditable(false);\r
+ pane.setOpaque(false);\r
+- pane.putClientProperty(JEditorPane.HONOR_DISPLAY_PROPERTIES, Boolean.TRUE);\r
+ \r
+ JOptionPane.showMessageDialog(null, pane, "Insufficient Java Version Installed", JOptionPane.ERROR_MESSAGE);\r
+ }\r