diff options
author | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2014-06-29 12:46:36 -0300 |
---|---|---|
committer | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2014-06-29 12:46:36 -0300 |
commit | e9c86499ee6e26f744564ae9d02072da2de55595 (patch) | |
tree | 89b2948c08543f4e1478ac64334bbe3bfdb5309c | |
parent | 54de54e8536b5f6f79d4453e851942301f79c385 (diff) | |
download | qt5webkit-e9c86499ee6e26f744564ae9d02072da2de55595.tar.gz |
Fix QML module's install file.
Thanks Alf Gaida!
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/qml-module-qtwebkit.install | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 14540dc..3a14007 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,9 @@ qtwebkit-opensource-src (5.3.1+dfsg-1) UNRELEASED; urgency=medium * Switch amd64's debugging symbols to stabs again. I can't build dwarf symbols anymore due to lack of RAM, and I doubt our buildds could too. + [ Alf Gaida ] + * Fix QML module's install file. + -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Thu, 26 Jun 2014 23:27:29 -0300 qtwebkit-opensource-src (5.3.0+dfsg-2) unstable; urgency=medium diff --git a/debian/qml-module-qtwebkit.install b/debian/qml-module-qtwebkit.install index ab85d9d..3c44cac 100644 --- a/debian/qml-module-qtwebkit.install +++ b/debian/qml-module-qtwebkit.install @@ -2,3 +2,4 @@ usr/lib/*/qt5/qml/QtWebKit/experimental/libqmlwebkitexperimentalplugin.so usr/lib/*/qt5/qml/QtWebKit/experimental/qmldir usr/lib/*/qt5/qml/QtWebKit/libqmlwebkitplugin.so usr/lib/*/qt5/qml/QtWebKit/qmldir +usr/lib/*/qt5/qml/QtWebkit/plugins.qmltypes |