From 682de45cadff4f7dcd3e01eb4214a2a0f69088f4 Mon Sep 17 00:00:00 2001 From: dismine Date: Tue, 11 Feb 2014 08:54:09 +0200 Subject: [PATCH] Fixed broken dependency for deb packages. --HG-- branch : develop --- dist/debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/debian/control b/dist/debian/control index 3ca5aada7..2a545b20f 100644 --- a/dist/debian/control +++ b/dist/debian/control @@ -2,7 +2,7 @@ Source: valentina Section: graphics Priority: optional Maintainer: Roman Telezhinsky -Build-Depends: debhelper (>= 8.0.0), qtbase5-dev (>= 5.0.0), libqt5svg5-dev (>= 5.0.0), ccache, g++ (>= 4.6.0), qt5-default (>= 5.0.0), qttools5-dev-tools (>= 5.0.0) +Build-Depends: debhelper (>= 8.0.0), qtbase5-dev (>= 5.0.0), libqt5svg5-dev (>= 5.0.0), ccache, g++ (>= 4.6.0), qt5-default (>= 5.0.0), qttools5-dev-tools (>= 5.0.0), libqt5xmlpatterns5-dev (>= 5.0.0) Standards-Version: 3.9.4 Homepage: https://bitbucket.org/dismine/valentina