← Back to team overview

ubuntu-sdk-team team mailing list archive

[Merge] lp:~tpeeters/ubuntu-ui-toolkit/examples-depend-models into lp:ubuntu-ui-toolkit/staging

 

Tim Peeters has proposed merging lp:~tpeeters/ubuntu-ui-toolkit/examples-depend-models into lp:ubuntu-ui-toolkit/staging.

Commit message:
Add missing dependency for the UITK gallery.

Requested reviews:
  ubuntu-sdk-build-bot (ubuntu-sdk-build-bot): continuous-integration
  Ubuntu SDK team (ubuntu-sdk-team)
Related bugs:
  Bug #1640135 in ubuntu-ui-toolkit (Ubuntu): "Missing dependency of examples on qml-module-qtqml-models2"
  https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1640135

For more details, see:
https://code.launchpad.net/~tpeeters/ubuntu-ui-toolkit/examples-depend-models/+merge/312256
-- 
Your team Ubuntu SDK team is requested to review the proposed merge of lp:~tpeeters/ubuntu-ui-toolkit/examples-depend-models into lp:ubuntu-ui-toolkit/staging.
=== modified file 'debian/control'
--- debian/control	2016-08-29 19:49:33 +0000
+++ debian/control	2016-12-01 14:23:03 +0000
@@ -351,6 +351,7 @@
 Architecture: any
 Depends: qml-module-qt-labs-folderlistmodel,
          qml-module-qtquick-xmllistmodel,
+         qml-module-qtqml-models2,
          qml-module-ubuntu-components (= ${binary:Version}) | qml-module-ubuntu-components-gles,
          ubuntu-ui-toolkit-theme (= ${binary:Version}),
          ubuntu-ui-toolkit-tools (>= ${source:Version}),