From a8da5e869ca92a41e8df9c3fe2844228e211cb99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Mon, 29 Jun 2015 11:19:12 +0200 Subject: [PATCH] 8572: gramps crashes if gtk < 3.10; workaround for debian (packaging) --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 0476aed01..a3a8e6c91 100644 --- a/debian/control +++ b/debian/control @@ -21,7 +21,7 @@ X-Python-Version: >= 3.2 Package: python3-gramps Architecture: all Depends: - gir1.2-gtk-3.0, + gir1.2-gtk-3.0 (>= 3.10.0), librsvg2-2, python3-gi, python3-gi-cairo,