[pkg-java] r6695 - in trunk/libswirl-java/debian: . patches

apeeters-guest at alioth.debian.org apeeters-guest at alioth.debian.org
Wed Jul 16 14:16:01 UTC 2008


Author: apeeters-guest
Date: 2008-07-16 14:15:59 +0000 (Wed, 16 Jul 2008)
New Revision: 6695

Added:
   trunk/libswirl-java/debian/patches/remove-setLocationByPlatform-call.diff
   trunk/libswirl-java/debian/patches/series
Removed:
   trunk/libswirl-java/debian/patches/setLocationByPlatform.patch
Modified:
   trunk/libswirl-java/debian/changelog
Log:
Use quilt as patch system and update patch accordingly

Modified: trunk/libswirl-java/debian/changelog
===================================================================
--- trunk/libswirl-java/debian/changelog	2008-07-16 12:27:02 UTC (rev 6694)
+++ trunk/libswirl-java/debian/changelog	2008-07-16 14:15:59 UTC (rev 6695)
@@ -11,6 +11,7 @@
   * debian/README.Debian:
     - Removed version number and reference to libgui-commands-java
     - Added reference to libjdom1-java
+  * Use quilt as patch system and update patch accordingly
 
  -- Adriaan Peeters <apeeters at lashout.net>  Wed, 20 Feb 2008 23:07:30 +0100
 

Added: trunk/libswirl-java/debian/patches/remove-setLocationByPlatform-call.diff
===================================================================
--- trunk/libswirl-java/debian/patches/remove-setLocationByPlatform-call.diff	                        (rev 0)
+++ trunk/libswirl-java/debian/patches/remove-setLocationByPlatform-call.diff	2008-07-16 14:15:59 UTC (rev 6695)
@@ -0,0 +1,12 @@
+Index: swirl-1.1/be/ugent/caagt/swirl/logging/JListLogHandler.java
+===================================================================
+--- swirl-1.1.orig/be/ugent/caagt/swirl/logging/JListLogHandler.java	2008-07-16 14:13:39.000000000 +0000
++++ swirl-1.1/be/ugent/caagt/swirl/logging/JListLogHandler.java	2008-07-16 14:14:02.000000000 +0000
+@@ -181,7 +181,6 @@
+      */
+     public static JDialog createLoggingDialog(String title, String loggerName) {
+         JDialog dialog = new JDialog((Frame)null, title, false);
+-        dialog.setLocationByPlatform(true);
+         JList list = new JList();
+         Handler handler = new JListLogHandler(list);
+         LogManager.getLogManager().getLogger(loggerName).addHandler(handler);

Added: trunk/libswirl-java/debian/patches/series
===================================================================
--- trunk/libswirl-java/debian/patches/series	                        (rev 0)
+++ trunk/libswirl-java/debian/patches/series	2008-07-16 14:15:59 UTC (rev 6695)
@@ -0,0 +1 @@
+remove-setLocationByPlatform-call.diff

Deleted: trunk/libswirl-java/debian/patches/setLocationByPlatform.patch
===================================================================
--- trunk/libswirl-java/debian/patches/setLocationByPlatform.patch	2008-07-16 12:27:02 UTC (rev 6694)
+++ trunk/libswirl-java/debian/patches/setLocationByPlatform.patch	2008-07-16 14:15:59 UTC (rev 6695)
@@ -1,10 +0,0 @@
---- be/ugent/caagt/swirl/logging/JListLogHandler.java	2007-06-13 10:37:24.000000000 +0200
-+++ be/ugent/caagt/swirl/logging/JListLogHandler.java.new	2007-08-21 10:47:41.000000000 +0200
-@@ -183,7 +183,6 @@
-      */
-     public static JDialog createLoggingDialog(String title, String loggerName) {
-         JDialog dialog = new JDialog((Frame)null, title, false);
--        dialog.setLocationByPlatform(true);
-         JList list = new JList();
-         Handler handler = new JListLogHandler(list);
-         LogManager.getLogManager().getLogger(loggerName).addHandler(handler);




More information about the pkg-java-commits mailing list