Merge lp:~nskaggs/ubuntu-filemanager-app/add-lxml-depends into lp:ubuntu-filemanager-app

Proposed by Nicholas Skaggs
Status: Merged
Approved by: Alan Pope 🍺🐧🐱 πŸ¦„
Approved revision: 261
Merged at revision: 264
Proposed branch: lp:~nskaggs/ubuntu-filemanager-app/add-lxml-depends
Merge into: lp:ubuntu-filemanager-app
Diff against target: 18 lines (+1/-1)
1 file modified
debian/control (+1/-1)
To merge this branch: bzr merge lp:~nskaggs/ubuntu-filemanager-app/add-lxml-depends
Reviewer Review Type Date Requested Status
Alan Pope 🍺🐧🐱 πŸ¦„ (community) Approve
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Review via email: mp+231457@code.launchpad.net

Commit message

keep the debian/control file updated with the proper depends.

Description of the change

Just a small tweak to keep the debian/control file updated with the proper depends.

To post a comment you must log in.
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Alan Pope 🍺🐧🐱 πŸ¦„ (popey) wrote :

You appear to have unindented the python3-all line.

review: Needs Fixing
Revision history for this message
Nicholas Skaggs (nskaggs) wrote :

bah, you mean I removed tabs from the file :-) I'll fix.

260. By Nicholas Skaggs

undo python3-all change

Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Nicholas Skaggs (nskaggs) wrote :

Umm, ok so apparently

apt-cache depends ubuntu-filemanager-app
+ sudo apt-get -y --force-yes install qtdeclarative5-nemo-qml-plugin-folderlistmodel qtdeclarative5-pamauthentication0.1 qtdeclarative5-placesmodel0.1 ubuntu-filemanager-app-autopilot ubuntu-filemanager-app
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 ubuntu-filemanager-app : Depends: qtdeclarative5-hud1.0 but it is not installable

So qtdeclarative5-hud1.0 is only in trusty now. I'll assume it's not longer required and try that.

261. By Nicholas Skaggs

remove hud depends

Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Alan Pope 🍺🐧🐱 πŸ¦„ (popey) wrote :

Great! Thanks.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/control'
2--- debian/control 2014-08-07 20:00:29 +0000
3+++ debian/control 2014-08-27 18:46:33 +0000
4@@ -20,7 +20,6 @@
5 Architecture: any
6 Depends: ${misc:Depends},
7 ${shlibs:Depends},
8- qtdeclarative5-hud1.0,
9 qtdeclarative5-nemo-qml-plugin-folderlistmodel,
10 qtdeclarative5-placesmodel0.1,
11 qtdeclarative5-pamauthentication0.1,
12@@ -73,5 +72,6 @@
13 ubuntu-ui-toolkit-autopilot,
14 python3-autopilot,
15 python3-fixtures,
16+ python3-lxml,
17 Description: Autopilot tests for File Manager Application
18 This package contains the autopilot tests for the File Manager

Subscribers

People subscribed via source and target branches