From ee1ccfa9754f33b6333c557e64e13488cbf882b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx@sigxcpu.org> Date: Fri, 22 Jun 2018 10:53:50 +0200 Subject: [PATCH] Depend on a released libhandy version It's safer than a git snapshot and we don't need any very recent features. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index d3ac594..791a4c9 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 10), libgnome-desktop-3-dev, libgtk-3-dev, - libhandy-0.0-dev (>= 0.0~git20180429), + libhandy-0.0-dev (>= 0.0.1), libpam0g-dev, libupower-glib-dev, libwayland-dev, -- GitLab