diff options
author | Olivier Tilloy <olivier.tilloy@canonical.com> | 2012-10-04 17:42:30 +0200 |
---|---|---|
committer | Olivier Tilloy <olivier.tilloy@canonical.com> | 2012-10-04 17:42:30 +0200 |
commit | 795bf87a2e1e9d362a8ff0f55628021410964f3e (patch) | |
tree | cf134b0024052c06bc93d91682333241c7f75672 /debian/control | |
parent | 5292d53b16cf375537109917966d62258c7c2f1f (diff) | |
download | qmenumodel-795bf87a2e1e9d362a8ff0f55628021410964f3e.tar.gz qmenumodel-795bf87a2e1e9d362a8ff0f55628021410964f3e.tar.bz2 qmenumodel-795bf87a2e1e9d362a8ff0f55628021410964f3e.zip |
Renamed source package to 'qmenumodel', and removed useless build dependencies.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/debian/control b/debian/control index c28f2b5..e07ea3a 100644 --- a/debian/control +++ b/debian/control @@ -1,19 +1,18 @@ -Source: qmenumodel-qml +Source: qmenumodel Section: libs Priority: optional Maintainer: Renato Araujo Oliveira Filho <renato@canonical.com> -Build-Depends: debhelper (>= 7.0.50~), - libqt4-dev, +Build-Depends: debhelper (>= 8.0.0), cdbs, cmake, libglib2.0-dev, - dbus-test-runner, - lcov, - zip + libqt4-dev, Standards-Version: 3.9.2 Package: qmenumodel-qml +Section: libs Architecture: any Depends: ${shlibs:Depends}, - ${misc:Depends} + ${misc:Depends}, Description: QML bindings for GMenuModel + |