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 | |
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.
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 13 |
2 files changed, 12 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog index e178128..c855594 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +qmenumodel (0.1.1) UNRELEASED; urgency=low + + * Renaming source package to qmenumodel + + -- Olivier Tilloy <olivier.tilloy@canonical.com> Thu, 04 Oct 2012 17:37:23 +0200 + qmenumodel-qml (0.1.0) quantal; urgency=low * Initial package; 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 + |