diff options
author | Olivier Tilloy <olivier.tilloy@canonical.com> | 2012-10-09 13:32:52 +0200 |
---|---|---|
committer | Olivier Tilloy <olivier.tilloy@canonical.com> | 2012-10-09 13:32:52 +0200 |
commit | 3ba2b418dee9416fbf38a50071b371ca7770c99d (patch) | |
tree | f949960b010298b2eab3226944ce470b18833ac2 /debian/control | |
parent | 93c81bd636991d15cd3d599a7c1dc5984163ace1 (diff) | |
download | qmenumodel-3ba2b418dee9416fbf38a50071b371ca7770c99d.tar.gz qmenumodel-3ba2b418dee9416fbf38a50071b371ca7770c99d.tar.bz2 qmenumodel-3ba2b418dee9416fbf38a50071b371ca7770c99d.zip |
Add extended descriptions for all packages.
Fixes lintian errors.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 9e83194..b99db70 100644 --- a/debian/control +++ b/debian/control @@ -16,6 +16,8 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, Description: Qt binding for GMenuModel - shared library + Qt binding for GMenuModel that allows connecting to a menu model exposed on + D-Bus and presents it as a list model. Package: libqmenumodel-dev Section: libdevel @@ -25,7 +27,10 @@ Depends: ${shlibs: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. + . + This package contains the development headers for libqmenumodel. Package: qmenumodel-qml Section: libs @@ -34,4 +39,6 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, libqmenumodel0 (= ${binary:Version}), Description: Qt binding for GMenuModel - QML module + QML module that allows connecting to a menu model exposed on D-Bus and presents + it as a list model. |