[pkg-java] r13722 - in trunk/freeplane/debian: . patches

Eric Lavarde ewl-guest at alioth.debian.org
Sun May 29 11:52:06 UTC 2011


Author: ewl-guest
Date: 2011-05-29 11:52:06 +0000 (Sun, 29 May 2011)
New Revision: 13722

Added:
   trunk/freeplane/debian/patches/80_no_update_check.patch
Modified:
   trunk/freeplane/debian/changelog
   trunk/freeplane/debian/patches/series
Log:
Removed Update Check from menu and toolbar (Closes: #626187).


Modified: trunk/freeplane/debian/changelog
===================================================================
--- trunk/freeplane/debian/changelog	2011-05-29 11:39:04 UTC (rev 13721)
+++ trunk/freeplane/debian/changelog	2011-05-29 11:52:06 UTC (rev 13722)
@@ -1,9 +1,3 @@
-freeplane (1.1.3-2) UNRELEASED; urgency=low
-
-  * Added png and svg icons on top of default xpm one.
-
- -- Eric Lavarde <deb at zorglub.s.bawue.de>  Sat, 26 Feb 2011 16:49:02 +0100
-
 freeplane (1.1.3-1) unstable; urgency=low
 
   * New upstream release.
@@ -12,6 +6,9 @@
   * Use java-wrappers to detect best available Java version.
   * Removed alternative dependency on Sun Java 5.
   * Add reportbug hook to gather more information.
+  * Added png and svg icons on top of default xpm one.
+  * Removed Update Check from menu and toolbar (Closes: #626187).
+    Note: adds a warning on the console, but that should be OK.
 
  -- Eric Lavarde <deb at zorglub.s.bawue.de>  Sat, 26 Feb 2011 16:13:12 +0100
 

Added: trunk/freeplane/debian/patches/80_no_update_check.patch
===================================================================
--- trunk/freeplane/debian/patches/80_no_update_check.patch	                        (rev 0)
+++ trunk/freeplane/debian/patches/80_no_update_check.patch	2011-05-29 11:52:06 UTC (rev 13722)
@@ -0,0 +1,11 @@
+--- a/freeplane/src/org/freeplane/main/application/FreeplaneStarter.java
++++ b/freeplane/src/org/freeplane/main/application/FreeplaneStarter.java
+@@ -123,7 +123,7 @@
+ 			LinkController.install(controller);
+ 			IconController.install(controller);
+ 			HelpController.install(controller);
+-			controller.addAction(new UpdateCheckAction(controller));
++			// controller.addAction(new UpdateCheckAction(controller));
+ 			controller.addAction(new NextNodeAction(controller, Direction.FORWARD));
+ 			controller.addAction(new NextNodeAction(controller, Direction.BACK));
+ 			controller.addAction(new NextNodeAction(controller, Direction.FORWARD_N_FOLD));

Modified: trunk/freeplane/debian/patches/series
===================================================================
--- trunk/freeplane/debian/patches/series	2011-05-29 11:39:04 UTC (rev 13721)
+++ trunk/freeplane/debian/patches/series	2011-05-29 11:52:06 UTC (rev 13722)
@@ -5,3 +5,4 @@
 50_no_copy_files.patch
 60_no_license_latex.patch
 70_skip_bugreport.patch
+80_no_update_check.patch




More information about the pkg-java-commits mailing list