diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2013-03-26 14:52:27 -0400 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2013-03-26 14:52:27 -0400 |
commit | 43f8630eab611f521e156b546a537f2a50efd886 (patch) | |
tree | a07ce0a583af35c3ddb5fd8a64ed03b8ced33e74 /debian/control | |
parent | 3a59b8dd52c65ee9140491d6dd30731916ef91aa (diff) | |
download | qmenumodel-43f8630eab611f521e156b546a537f2a50efd886.tar.gz qmenumodel-43f8630eab611f521e156b546a537f2a50efd886.tar.bz2 qmenumodel-43f8630eab611f521e156b546a537f2a50efd886.zip |
- Add Homepage field.
- Extend binary packages descriptions.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/debian/control b/debian/control index e617788..7539ff0 100644 --- a/debian/control +++ b/debian/control @@ -16,6 +16,7 @@ Build-Depends: debhelper (>= 9.0.0), dbus-test-runner, libgles2-mesa-dev | libgl-dev, Standards-Version: 3.9.3 +Homepage: https://launchpad.net/qmenumodel # If you aren't a member of ~phablet-team but need to upload # packaging changes, just go ahead. ~phablet-team will notice # and sync up the code again. @@ -30,7 +31,11 @@ Depends: ${shlibs:Depends}, Pre-Depends: ${misc:Pre-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. + D-Bus and presents it as a list model. It can be used to expose indicator or + application menus for applications using the Qt framework. + . + This package contains the shared library required by applications using + QMenuModel. Package: libqmenumodel-dev Section: libdevel @@ -40,7 +45,8 @@ Depends: ${shlibs:Depends}, libqmenumodel0 (= ${binary:Version}), 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. + D-Bus and presents it as a list model. It can be used to expose indicator or + application menus for applications using the Qt framework. . This package contains the development headers for libqmenumodel. @@ -51,6 +57,10 @@ 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. + Qt binding for GMenuModel that allows connecting to a menu model exposed on + D-Bus and presents it as a list model. It can be used to expose indicator or + application menus for applications using the Qt framework. + . + This package contains the QML module for building applications using the + QMenuModel library. |