[SCM] juce/master: Patch to avoid checking for updates

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Thu Nov 9 13:06:39 UTC 2017


The following commit has been merged in the master branch:
commit 3b548f0a698b17a329067c3cd7e20984e480d9ad
Author: IOhannes m zmölnig <zmoelnig at umlautS.umlaeute.mur.at>
Date:   Thu Nov 9 12:11:10 2017 +0100

    Patch to avoid checking for updates

diff --git a/debian/patches/debian_no-update-check.patch b/debian/patches/debian_no-update-check.patch
new file mode 100644
index 0000000..47acf6b
--- /dev/null
+++ b/debian/patches/debian_no-update-check.patch
@@ -0,0 +1,10 @@
+--- juce.orig/extras/Projucer/Source/Application/jucer_AutoUpdater.cpp
++++ juce/extras/Projucer/Source/Application/jucer_AutoUpdater.cpp
+@@ -611,6 +611,7 @@
+ 
+ void LatestVersionChecker::checkForNewVersion()
+ {
++    return; // on Debian we don't check for updates
+     hasAttemptedToReadWebsite = true;
+ 
+     {
diff --git a/debian/patches/series b/debian/patches/series
index e859e56..0c18f41 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 reproducible-date.patch
 debian_fixed-defines.patch
 debian_gpl_variant.patch
+debian_no-update-check.patch

-- 
juce packaging



More information about the pkg-multimedia-commits mailing list