diff options
author | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2014-05-22 00:51:44 -0300 |
---|---|---|
committer | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2014-05-22 00:51:44 -0300 |
commit | d63392876eaa0fbbf0d6110691bfc5e5c127b3b4 (patch) | |
tree | f1faa2f2b6a1efcac0d4644496d4af812d4b8d0f | |
parent | 0d18b74c7e0e03b8988ed23c315a534d3e716c29 (diff) | |
download | qtdeclarative-d63392876eaa0fbbf0d6110691bfc5e5c127b3b4.tar.gz |
Create a transitional package due to a typo.
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/control | 16 | ||||
-rw-r--r-- | debian/qml-module-qtqml-models2.install (renamed from debian/qml-model-qtqml-models2.install) | 0 |
3 files changed, 18 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 4f6a25c..d46f043 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,10 @@ qtdeclarative-opensource-src (5.3.0-2) UNRELEASED; urgency=medium + [ Lisandro Damián Nicanor Pérez Meyer ] + * qml-model-qtqml-models2 should have been named qml-module-qtqml-models2. + Create qml-module-qtqml-models2 and make qml-model-qtqml-models2 a + transitional dummy package. + -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Thu, 22 May 2014 00:43:29 -0300 qtdeclarative-opensource-src (5.3.0-1) experimental; urgency=medium diff --git a/debian/control b/debian/control index fa0100a..8dd1471 100644 --- a/debian/control +++ b/debian/control @@ -108,19 +108,29 @@ Description: Qt 5 localstorage QML module . This is a singleton type for reading and writing to SQLite databases. -Package: qml-model-qtqml-models2 +Package: qml-module-qtqml-models2 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} -Breaks: qtdeclarative5-models-plugin (<< 5.2.1-5~) -Replaces: qtdeclarative5-models-plugin (<< 5.2.1-5~) +Breaks: qtdeclarative5-models-plugin (<< 5.2.1-5~), qml-model-qtqml-models2 (<< 5.3.0~) +Replaces: qtdeclarative5-models-plugin (<< 5.2.1-5~), qml-model-qtqml-models2 (<< 5.3.0~) 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. . The Models provides types previously found in Qt Quick module. +Package: qml-model-qtqml-models2 +Architecture: all +Section: oldlibs +Depends: qml-module-qtqml-models2, , ${misc:Depends} +Description: transitional dummy package for qml-module-qtqml-models2 + 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-module-qtquick-particles2 Architecture: any Multi-Arch: same diff --git a/debian/qml-model-qtqml-models2.install b/debian/qml-module-qtqml-models2.install index ab5fba5..ab5fba5 100644 --- a/debian/qml-model-qtqml-models2.install +++ b/debian/qml-module-qtqml-models2.install |