From 84be6de6abc3d55623857fdfea6b4d2c5f8ee15a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Mon, 29 Jun 2015 11:17:36 +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,