From 74e17766711b72ff68a2eeb60baf3e18b4c6b468 Mon Sep 17 00:00:00 2001
From: Shanavas M <shanavas.m2@gmail.com>
Date: Thu, 2 Feb 2017 11:31:48 +0300
Subject: [PATCH] Fix build dependencies

Build depend on librsvg2-bin to fix svg to png conversion
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index dfc9e9a..b04f43c 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Build-Depends-Indep: python-all (>= 2.6.6-3~),
  gettext,
  intltool,
  imagemagick,
+ librsvg2-bin,
  libmagickcore-extra | libmagickcore2-extra
 Standards-Version: 3.9.6
 Homepage: http://thawab.ojuba.org
-- 
2.11.0

