~sil2100/libdbusmenu-qt/libdbusmenu-qt5-inline

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Łukasz 'sil2100' Zemczak
  • Date: 2013-03-18 09:12:27 UTC
  • Revision ID: lukasz.zemczak@canonical.com-20130318091227-1xasu99353v696xm
Fixed build deps. We should depend on -dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: optional
4
4
Build-Depends: debhelper (>= 8.1.3~), 
5
5
                cmake (>= 2.8.5),
6
 
                libqt5core5,
7
 
                libqt5gui5,
8
 
                libqt5dbus5,
9
 
                libqt5widgets5,
 
6
                qtbase5-dev,
10
7
                libqjson-dev,
11
8
                doxygen
12
9
Maintainer: Kubuntu Developers <kubuntu-devel@lists.ubuntu.com>
32
29
Section: libdevel
33
30
Architecture: any
34
31
Depends: libdbusmenu-qt5 (= ${binary:Version}),
35
 
         libqt4-dev,
 
32
         qtbase5-dev,
36
33
         ${misc:Depends}
37
34
Description: Qt5 implementation of the DBusMenu protocol (development)
38
35
 This library provides a Qt5 implementation of the DBusMenu protocol.