diff options
author | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2014-05-22 00:57:57 -0300 |
---|---|---|
committer | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2014-05-22 00:57:57 -0300 |
commit | 9bdad2b56d3859cb14ab6cd30b18bf81cfec2a7a (patch) | |
tree | 46847d71b07b43d20f6eeb6cc06639a9f9f26751 | |
parent | d63392876eaa0fbbf0d6110691bfc5e5c127b3b4 (diff) | |
download | qtdeclarative-9bdad2b56d3859cb14ab6cd30b18bf81cfec2a7a.tar.gz |
No-op wrap-and-sort.
-rw-r--r-- | debian/control | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 8dd1471..fae17b1 100644 --- a/debian/control +++ b/debian/control @@ -113,8 +113,10 @@ Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} -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~) +Breaks: qml-model-qtqml-models2 (<< 5.3.0~), + qtdeclarative5-models-plugin (<< 5.2.1-5~) +Replaces: qml-model-qtqml-models2 (<< 5.3.0~), + qtdeclarative5-models-plugin (<< 5.2.1-5~) 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. @@ -124,7 +126,7 @@ Description: Qt 5 Models2 QML module Package: qml-model-qtqml-models2 Architecture: all Section: oldlibs -Depends: qml-module-qtqml-models2, , ${misc:Depends} +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. |