prevent Projucer from checking for updates
authorIOhannes m zmölnig <umlaeute@debian.org>
Wed, 8 Nov 2017 23:00:00 +0000 (00:00 +0100)
committerPeter Michael Green <plugwash@raspbian.org>
Sat, 30 Nov 2019 15:26:20 +0000 (15:26 +0000)
 The check-for-updates only makes sense for user-installed Projucer, not for
 the Debian packaged version.
Forwarded: not-needed

Gbp-Pq: Name debian_no-update-check.patch

extras/Projucer/Source/Application/jucer_AutoUpdater.cpp

index a54b52736a115c19025a69bde2ba7e362272912e..2014b10d7b3b16d0e2d5f618308952834435a829 100644 (file)
@@ -42,6 +42,7 @@ LatestVersionCheckerAndUpdater::~LatestVersionCheckerAndUpdater()
 \r
 void LatestVersionCheckerAndUpdater::checkForNewVersion (bool showAlerts)\r
 {\r
+    return; // DONT check for new versions on Debian\r
     if (! isThreadRunning())\r
     {\r
         showAlertWindows = showAlerts;\r