diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 00baa8c..da98efc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,7 @@ qtdeclarative-opensource-src (5.2.1-5) UNRELEASED; urgency=medium - qtdeclarative5-window-plugin → qml-module-qtquick-window2. - qtdeclarative5-xmllistmodel-plugin → qml-module-qtquick-xmllistmodel. * Override lintian for duplicated long description on transitional packages. + * Add qml-module-qtquick2 as qml-module-qttest dependency. -- 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 dc0d669..75321a3 100644 --- a/debian/control +++ b/debian/control @@ -269,7 +269,7 @@ Package: qml-module-qttest Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} -Depends: ${misc:Depends}, ${shlibs:Depends} +Depends: qml-module-qtquick2, ${misc:Depends}, ${shlibs:Depends} Breaks: qtdeclarative5-test-plugin (<< 5.2.1-5~) Replaces: qtdeclarative5-test-plugin (<< 5.2.1-5~) Description: Qt 5 test QML module |