Hi!

On Tue, May 3, 2016 at 2:01 AM, Sebastiaan Couwenberg
<[email protected]> wrote:
> Do you care enough to provide a patch?

I can't actually test it (qgis is FTBFS here; I need to investigate
this), but the patch is attached.

> As long as we can't fix the outstanding RC bug by switching to Qt5,
> there will be no qgis in stretch.

That's sad :-/

Best regards,
Nelson
Description: disable check for new versions
Author: Nelson A. de Oliveira <[email protected]>
Forwarded: not-needed

--- a/src/app/qgsversioninfo.cpp
+++ b/src/app/qgsversioninfo.cpp
@@ -34,7 +34,7 @@
 
 bool QgsVersionInfo::newVersionAvailable() const
 {
-  return mLatestVersion > QGis::QGIS_VERSION_INT;
+  return false;
 }
 
 bool QgsVersionInfo::isDevelopmentVersion() const
_______________________________________________
Pkg-grass-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to