diff options
author | Olivier Tilloy <olivier.tilloy@canonical.com> | 2012-10-09 13:57:16 +0200 |
---|---|---|
committer | Olivier Tilloy <olivier.tilloy@canonical.com> | 2012-10-09 13:57:16 +0200 |
commit | b3dc371d27100dc838a01ab4c48c8b5724133273 (patch) | |
tree | 073dd3acba58703f61b0482beea3cbe60484685c /debian | |
parent | b81741d8cc97e3c7c00436eba8fe53360542d721 (diff) | |
download | qmenumodel-b3dc371d27100dc838a01ab4c48c8b5724133273.tar.gz qmenumodel-b3dc371d27100dc838a01ab4c48c8b5724133273.tar.bz2 qmenumodel-b3dc371d27100dc838a01ab4c48c8b5724133273.zip |
Add a missing Pre-Depends field to the control file.
Fixes a lintian error.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index b99db70..0e5d4c1 100644 --- a/debian/control +++ b/debian/control @@ -15,6 +15,7 @@ Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc: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. |