[SCM] Azureus/Vuze packaging for Debian branch, master, updated. debian/4.3.0.6-2-1-gfcb7c4e

Andrew Ross rockclimb-guest at alioth.debian.org
Sat Jun 25 12:45:06 UTC 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Azureus/Vuze packaging for Debian".

The branch, master has been updated
       via  fcb7c4eebe074faef77c400f4081aaf38171c283 (commit)
      from  eea64e203f46d4336a016d41385ef95f5ae71b9e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fcb7c4eebe074faef77c400f4081aaf38171c283
Author: Andrew Ross <ubuntu at rossfamily.co.uk>
Date:   Sat Jun 25 13:43:56 2011 +0100

    Disable auto-updates.

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog                           |    7 +++
 debian/patches/debian/no-auto-update.patch |   64 ++++++++++++++++++++++++++++
 debian/patches/series                      |    1 +
 3 files changed, 72 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1df134f..dfcf126 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+azureus (4.3.0.6-3) unstable; urgency=low
+
+  * Team upload.
+  * Disable auto-updates by default. (Closes: #627567, #561968)
+
+ -- Andrew Ross <ubuntu at rossfamily.co.uk>  Sat, 25 Jun 2011 13:06:49 +0100
+
 azureus (4.3.0.6-2) unstable; urgency=low
 
   * Team upload.
diff --git a/debian/patches/debian/no-auto-update.patch b/debian/patches/debian/no-auto-update.patch
new file mode 100644
index 0000000..c4275fe
--- /dev/null
+++ b/debian/patches/debian/no-auto-update.patch
@@ -0,0 +1,64 @@
+Disable auto-updates of the azureus platform, since we want to use debian packages
+to manage updates instead.
+
+Index: azureus/org/gudy/azureus2/core3/config/impl/ConfigurationDefaults.java
+===================================================================
+--- azureus.orig/org/gudy/azureus2/core3/config/impl/ConfigurationDefaults.java	2011-06-07 22:07:05.588553689 +0100
++++ azureus/org/gudy/azureus2/core3/config/impl/ConfigurationDefaults.java	2011-06-07 22:07:57.567719664 +0100
+@@ -231,9 +231,9 @@
+ 		File f = new File(docPath, "Azureus Downloads");
+ 		def.put("Default save path", f.getAbsolutePath());
+     
+-    def.put("update.start",TRUE);
+-    def.put("update.periodic",TRUE);
+-    def.put("update.opendialog",TRUE);
++    def.put("update.start",FALSE);
++    def.put("update.periodic",FALSE);
++    def.put("update.opendialog",FALSE);
+     def.put("update.autodownload", FALSE);
+ 
+     def.put("Send Version Info", TRUE);
+@@ -430,7 +430,7 @@
+     def.put( "locale.set.complete.count", ZERO);
+     def.put( "Confirm Data Delete", TRUE );
+     def.put( "Password Confirm", null );
+-    def.put( "Auto Update", TRUE );
++    def.put( "Auto Update", FALSE );
+     def.put( "Alert on close", FALSE );
+     def.put( "diskmanager.friendly.hashchecking", FALSE );
+     def.put( "diskmanager.hashchecking.smallestfirst", TRUE );    
+Index: azureus/org/gudy/azureus2/pluginsimpl/update/PluginUpdatePlugin.java
+===================================================================
+--- azureus.orig/org/gudy/azureus2/pluginsimpl/update/PluginUpdatePlugin.java	2011-06-07 22:15:58.037720459 +0100
++++ azureus/org/gudy/azureus2/pluginsimpl/update/PluginUpdatePlugin.java	2011-06-07 22:23:03.417720345 +0100
+@@ -86,7 +86,7 @@
+ 		
+ 		final PluginConfig	plugin_config = plugin_interface.getPluginconfig();
+ 		
+-		boolean enabled = plugin_config.getPluginBooleanParameter( "enable.update", true );
++		boolean enabled = plugin_config.getPluginBooleanParameter( "enable.update", false );
+ 
+ 		model.setConfigSectionID(PLUGIN_CONFIGSECTION_ID);
+ 		model.getStatus().setText( enabled?"Running":"Optional checks disabled" );
+@@ -115,7 +115,7 @@
+ 		
+ 		BasicPluginConfigModel config = ui_manager.createBasicPluginConfigModel(ConfigSection.SECTION_PLUGINS, PLUGIN_CONFIGSECTION_ID);
+ 		
+-		config.addBooleanParameter2( "enable.update", "Plugin.pluginupdate.enablecheck", true );
++		config.addBooleanParameter2( "enable.update", "Plugin.pluginupdate.enablecheck", false );
+ 				
+ 		plugin_interface.addEventListener(
+ 			new PluginEventListener()
+Index: azureus/com/aelitis/azureus/ui/swt/UIConfigDefaultsSWTv3.java
+===================================================================
+--- azureus.orig/com/aelitis/azureus/ui/swt/UIConfigDefaultsSWTv3.java	2011-06-07 22:19:06.657720379 +0100
++++ azureus/com/aelitis/azureus/ui/swt/UIConfigDefaultsSWTv3.java	2011-06-07 22:19:22.817720827 +0100
+@@ -137,7 +137,7 @@
+ 
+ 			defaults.addParameter("window.maximized", true);
+ 
+-			defaults.addParameter("update.autodownload", true);
++			defaults.addParameter("update.autodownload", false);
+ 			
+ 			defaults.addParameter("suppress_file_download_dialog", true);
+ 			
diff --git a/debian/patches/series b/debian/patches/series
index 3f82e62..e187fa2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ debian/speedtest.diff -p1
 debian/update-disable.diff -p1
 fixes/multiuser.diff -p1
 fixes/platform.diff -p1
+debian/no-auto-update.patch


hooks/post-receive
-- 
Azureus/Vuze packaging for Debian



More information about the pkg-java-commits mailing list