Bug#787876: marked as done (libgee: FTBFS with valac 0.28)

2015-09-23 Thread Debian Bug Tracking System
contact ow...@bugs.debian.org immediately.) -- 787876: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=787876 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: libgee Version: 0.6.8-2 Severity: important User: pkg-vala-maintain

Bug#787876:

2015-09-13 Thread Laurento Frittella
Tags: patch Just in case someone is interested in compiling libgee under stretch here is a really simple patch that fixes the issue. Laurento Quick fix for the hashmap vala source. --- a/gee/hashmap.vala +++ b/gee/hashmap.vala @@ -278,7 +278,7 @@ } } - ~HashSet () { + ~HashMap () { clea