diff -Nru unity-scope-home-6.8.2+16.04.20160212.1/debian/changelog unity-scope-home-6.8.2+19.04.20190412/debian/changelog --- unity-scope-home-6.8.2+16.04.20160212.1/debian/changelog 2019-04-12 22:44:14.000000000 +0000 +++ unity-scope-home-6.8.2+19.04.20190412/debian/changelog 2019-04-12 22:44:14.000000000 +0000 @@ -1,16 +1,12 @@ -unity-scope-home (6.8.2+16.04.20160212.1-0ubuntu3) bionic; urgency=medium +unity-scope-home (6.8.2+19.04.20190412-0ubuntu1) disco; urgency=medium - * Add "X-Ubuntu-Use-Langpack: yes" to debian/control now that this package is - in Universe (LP: #1760435). + [ Khurshid Alam ] + * Fix build against vala >= 0.43 - -- Simon Quigley Thu, 05 Apr 2018 00:05:54 -0500 + [ Marco Trevisan (Treviño) ] + * debian/control: add back X-Ubuntu-Use-Langpack: yes -unity-scope-home (6.8.2+16.04.20160212.1-0ubuntu2) artful; urgency=medium - - * No-change rebuild to pick up -fPIE compiler default in static - libraries - - -- Steve Langasek Fri, 21 Apr 2017 20:58:35 +0000 + -- Marco Trevisan (Treviño) Fri, 12 Apr 2019 19:22:29 +0000 unity-scope-home (6.8.2+16.04.20160212.1-0ubuntu1) xenial; urgency=medium diff -Nru unity-scope-home-6.8.2+16.04.20160212.1/src/scope-registry.vala unity-scope-home-6.8.2+19.04.20190412/src/scope-registry.vala --- unity-scope-home-6.8.2+16.04.20160212.1/src/scope-registry.vala 2016-02-12 19:43:55.000000000 +0000 +++ unity-scope-home-6.8.2+19.04.20190412/src/scope-registry.vala 2019-04-12 19:21:40.000000000 +0000 @@ -29,7 +29,7 @@ private SList registry = new SList (); private HashTable subscope_to_master = new HashTable (str_hash, str_equal); //maps subscope id to master scope id - private HashTable master_to_node = new HashTable (str_hash, str_equal); //maps master scope id to node data + private HashTable master_to_node = new HashTable (str_hash, str_equal); //maps master scope id to node data public bool scopes_ready { get; internal set; default = false; } //whether scopes tree has been processed on startup public GLib.SList? scopes