From 5234489c353f103e83644081e12ec06728bd9cc1 Mon Sep 17 00:00:00 2001 From: Renato Araujo Oliveira Filho Date: Fri, 18 Jan 2013 09:10:29 -0300 Subject: Updated to qt5 final. --- debian/control | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 4a85338..b086113 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,8 @@ Maintainer: Renato Araujo Oliveira Filho Build-Depends: debhelper (>= 9.0.0), cmake (>= 2.8.9), libglib2.0-dev, - qtbase (>= 5.0), - qtdeclarative (>= 5.0), + qtbase5-dev (>= 5.0), + qtdeclarative5-dev (>= 5.0), python3, python3-dbus, python3-gi, @@ -32,7 +32,6 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libqmenumodel0 (= ${binary:Version}), - qtbase (>= 5.0), Description: Qt binding for GMenuModel - development files Qt binding for GMenuModel that allows connecting to a menu model exposed on D-Bus and presents it as a list model. -- cgit v1.2.3 From 08e25df5e99773e05ab055d11655dff23a3d831d Mon Sep 17 00:00:00 2001 From: Renato Araujo Oliveira Filho Date: Thu, 31 Jan 2013 15:11:57 -0300 Subject: Added missing dependency. --- debian/control | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index b086113..1ad9f37 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,8 @@ Maintainer: Renato Araujo Oliveira Filho Build-Depends: debhelper (>= 9.0.0), cmake (>= 2.8.9), libglib2.0-dev, + qt5-default, + qt5-qmake, qtbase5-dev (>= 5.0), qtdeclarative5-dev (>= 5.0), python3, -- cgit v1.2.3