← Back to team overview

ubuntu-touch-coreapps-reviewers team mailing list archive

[Merge] lp:~ahayzen/ubuntu-weather-app/fix-control-depends-01 into lp:ubuntu-weather-app

 

Andrew Hayzen has proposed merging lp:~ahayzen/ubuntu-weather-app/fix-control-depends-01 into lp:ubuntu-weather-app.

Commit message:
* Fixes for missing packages in debian/control

Requested reviews:
  Ubuntu Weather Developers (ubuntu-weather-dev)

For more details, see:
https://code.launchpad.net/~ahayzen/ubuntu-weather-app/fix-control-depends-01/+merge/282241

* Fixes for missing packages in debian/control

On a blank install in Wily I had to manually install these packages to get the weather-app to run.
-- 
Your team Ubuntu Weather Developers is requested to review the proposed merge of lp:~ahayzen/ubuntu-weather-app/fix-control-depends-01 into lp:ubuntu-weather-app.
=== modified file 'debian/changelog'
--- debian/changelog	2015-12-17 02:29:07 +0000
+++ debian/changelog	2016-01-12 00:13:20 +0000
@@ -2,6 +2,7 @@
 
   [ Andrew Hayzen ]
   * Release 3.1 and bump version to 3.2
+  * Fixes for missing packages in debian/control
 
   [ Girish Rawat ]
   * Added new READMEs

=== modified file 'debian/control'
--- debian/control	2015-02-09 16:36:43 +0000
+++ debian/control	2016-01-12 00:13:20 +0000
@@ -22,6 +22,8 @@
 Depends: qmlscene,
          qtdeclarative5-localstorage-plugin,
          qml-module-qt-labs-settings,
+         qtdeclarative5-qtlocation-plugin,
+         qtdeclarative5-qtpositioning-plugin,
          qtdeclarative5-qtquick2-plugin,
          qtdeclarative5-ubuntu-ui-toolkit-plugin | qt-components-ubuntu,
          suru-icon-theme | ubuntu-mobile-icons,


Follow ups