[Pkg-amule-commits] [SCM] Git repository for pkg-amule branch, master, updated. debian/2.2.6+debian0-8-6-gc998ccf

Giuseppe Iuculano iuculano at debian.org
Sun Mar 20 10:26:51 UTC 2011


The following commit has been merged in the master branch:
commit c998ccff33499404c563cc2ebde4b991a19d62fa
Author: Giuseppe Iuculano <iuculano at debian.org>
Date:   Sun Mar 20 11:26:05 2011 +0100

    Disable NewVersionCheck by default
    
    Closes: #554623

diff --git a/debian/patches/series b/debian/patches/series
index bea6300..e364479 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@ alc_man_typo.diff
 ed2k_man_typo.diff
 fallocate.diff
 fix_ftbfs_on_gcc45.diff
+version_check.diff
diff --git a/debian/patches/version_check.diff b/debian/patches/version_check.diff
new file mode 100644
index 0000000..dd540f5
--- /dev/null
+++ b/debian/patches/version_check.diff
@@ -0,0 +1,12 @@
+Disable NewVersionCheck by Default (Closes: #554623)
+--- a/src/Preferences.cpp
++++ b/src/Preferences.cpp
+@@ -1152,7 +1152,7 @@ void CPreferences::BuildItemList( const
+ 	/**
+ 	 * Version check
+ 	 **/
+-	 NewCfgItem(IDC_NEWVERSION,	(new Cfg_Bool( wxT("/eMule/NewVersionCheck"), s_NewVersionCheck, true )));
++	 NewCfgItem(IDC_NEWVERSION,	(new Cfg_Bool( wxT("/eMule/NewVersionCheck"), s_NewVersionCheck, false )));
+ 	 
+ 	 /**
+ 	  * Obfuscation

-- 
Git repository for pkg-amule



More information about the Pkg-amule-commits mailing list