diff options
author | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2014-04-02 12:51:18 -0300 |
---|---|---|
committer | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2014-04-02 12:51:18 -0300 |
commit | 3d1e72b37f78a267f8c24a34c28cdb62d2514963 (patch) | |
tree | dc4035cfe5905802b1af72f73ea890b9db08168c | |
parent | fc87ea9f877d1917e9bd2d89b28c28ac9dc856ec (diff) | |
download | qtdeclarative-3d1e72b37f78a267f8c24a34c28cdb62d2514963.tar.gz |
qtdeclarative5-models-plugin.install → qml-model-qtqml-models2.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 12 | ||||
-rw-r--r-- | debian/qml-model-qtqml-models2.install (renamed from debian/qtdeclarative5-models-plugin.install) | 0 |
3 files changed, 12 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index d1143a2..58d1368 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ qtdeclarative-opensource-src (5.2.1-5) UNRELEASED; urgency=medium - qtdeclarative5-dialogs-plugin → qml-module-qtquick-dialogs. - qtdeclarative5-folderlistmodel-plugin → qml-module-qt-labs-folderlistmodel. - qtdeclarative5-localstorage-plugin.install → qml-module-qtquick-localstorage. + - qtdeclarative5-models-plugin.install → qml-model-qtqml-models2. -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Wed, 02 Apr 2014 12:19:25 -0300 diff --git a/debian/control b/debian/control index 5eb17cf..bce911f 100644 --- a/debian/control +++ b/debian/control @@ -137,11 +137,21 @@ Description: Qt 5 localstorage QML module This is a singleton type for reading and writing to SQLite databases. Package: qtdeclarative5-models-plugin +Architecture: all +Section: oldlibs +Depends: qml-model-qtqml-models2, ${misc:Depends} +Description: transitional dummy package for Qt 5 Models2 QML module + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + This is a transitional dummy package which can be safely removed. + +Package: qml-model-qtqml-models2 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} -Description: Qt 5 Models QML plugin +Description: Qt 5 Models2 QML module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . diff --git a/debian/qtdeclarative5-models-plugin.install b/debian/qml-model-qtqml-models2.install index ab5fba5..ab5fba5 100644 --- a/debian/qtdeclarative5-models-plugin.install +++ b/debian/qml-model-qtqml-models2.install |