Merge lp:~fginther/ubuntu-weather-app/fix-ppa-builds into lp:ubuntu-weather-app/obsolete.trunk

Proposed by Francis Ginther
Status: Merged
Approved by: Martin Borho
Approved revision: 20
Merged at revision: 20
Proposed branch: lp:~fginther/ubuntu-weather-app/fix-ppa-builds
Merge into: lp:ubuntu-weather-app/obsolete.trunk
Diff against target: 12 lines (+1/-1)
1 file modified
debian/control (+1/-1)
To merge this branch: bzr merge lp:~fginther/ubuntu-weather-app/fix-ppa-builds
Reviewer Review Type Date Requested Status
Martin Borho Approve
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Review via email: mp+163807@code.launchpad.net

Commit message

Changed build dependency from python2.7 to python as it provides /usr/bin/python used by tests/autopilot/install_autopilot.sh.

Description of the change

Changed build dependency from python2.7 to python as it provides /usr/bin/python used by tests/autopilot/install_autopilot.sh.

I tracked the ppa raring/saucy build errors to a dependency issue. The package 'python2.7' does not provide '/usr/bin/python', it provides '/usr/bin/python2.7'. The '/usr/bin/python' symlink is provide by the package 'python'. This is already present in the pbuilder nodes which is why is built fine on jenkins, but not on launchpad.

Here are two of the original failed builds:
 - https://launchpadlibrarian.net/138945743/buildlog_ubuntu-saucy-i386.ubuntu-weather-app_0.1bzr19raring0_FAILEDTOBUILD.txt.gz
 - https://launchpadlibrarian.net/139854453/buildlog_ubuntu-raring-i386.ubuntu-weather-app_0.1bzr19raring0_FAILEDTOBUILD.txt.gz

Here's a build log from a test of this change:
 - https://launchpadlibrarian.net/139878827/buildlog_ubuntu-raring-i386.ubuntu-weather-app_0.2~fginther.2_UPLOADING.txt.gz

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
Martin Borho (martin-borho) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/control'
--- debian/control 2013-05-01 10:09:49 +0000
+++ debian/control 2013-05-14 20:47:28 +0000
@@ -2,7 +2,7 @@
2Priority: extra2Priority: extra
3Maintainer: Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>3Maintainer: Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>
4Build-Depends: debhelper (>= 9),4Build-Depends: debhelper (>= 9),
5 python2.7,5 python,
6Standards-Version: 3.9.46Standards-Version: 3.9.4
7Section: misc7Section: misc
8Homepage: https://launchpad.net/ubuntu-weather-app8Homepage: https://launchpad.net/ubuntu-weather-app

Subscribers

People subscribed via source and target branches