Patch to avoid checking for updates
authorIOhannes m zmölnig <zmoelnig@umlautS.umlaeute.mur.at>
Thu, 9 Nov 2017 11:11:10 +0000 (12:11 +0100)
committerIOhannes m zmölnig <zmoelnig@umlautS.umlaeute.mur.at>
Thu, 9 Nov 2017 11:11:10 +0000 (12:11 +0100)
debian/patches/debian_no-update-check.patch [new file with mode: 0644]
debian/patches/series

diff --git a/debian/patches/debian_no-update-check.patch b/debian/patches/debian_no-update-check.patch
new file mode 100644 (file)
index 0000000..47acf6b
--- /dev/null
@@ -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 @@
\r
+ void LatestVersionChecker::checkForNewVersion()\r
+ {\r
++    return; // on Debian we don't check for updates\r
+     hasAttemptedToReadWebsite = true;\r
\r
+     {\r
index e859e56c959bbc931510f6ca35be990db11a24d6..0c18f4132dfb8c7e2efe12b88522a3f69614b28f 100644 (file)
@@ -1,3 +1,4 @@
 reproducible-date.patch
 debian_fixed-defines.patch
 debian_gpl_variant.patch
+debian_no-update-check.patch