Merge lp:~sergiusens/powerd/daily into lp:powerd

Proposed by Sergio Schvezov
Status: Merged
Approved by: Sergio Schvezov
Approved revision: 36
Merged at revision: 31
Proposed branch: lp:~sergiusens/powerd/daily
Merge into: lp:powerd
Diff against target: 101 lines (+25/-11)
5 files modified
debian/changelog (+14/-3)
debian/control (+6/-2)
debian/copyright (+1/-1)
debian/rules (+3/-0)
debian/upstart (+1/-5)
To merge this branch: bzr merge lp:~sergiusens/powerd/daily
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Didier Roche-Tolomelli Approve
Review via email: mp+167204@code.launchpad.net

Commit message

Daily release preparation

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Continuous integration, rev:34
http://jenkins.qa.ubuntu.com/job/powerd-ci/47/
Executed test runs:
    FAILURE: http://jenkins.qa.ubuntu.com/job/powerd-saucy-armhf-ci/1/console

Click here to trigger a rebuild:
http://s-jenkins:8080/job/powerd-ci/47/rebuild

review: Needs Fixing (continuous-integration)
Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

Thanks for the changes! Approving :)

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Autolanding.
More details in the following jenkins job:
http://jenkins.qa.ubuntu.com/job/powerd-autolanding/25/
Executed test runs:
    FAILURE: http://jenkins.qa.ubuntu.com/job/powerd-saucy-armhf-autolanding/1/console

review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Continuous integration, rev:36
http://jenkins.qa.ubuntu.com/job/powerd-ci/48/
Executed test runs:
    FAILURE: http://jenkins.qa.ubuntu.com/job/powerd-saucy-armhf-ci/2/console

Click here to trigger a rebuild:
http://s-jenkins:8080/job/powerd-ci/48/rebuild

review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Autolanding.
More details in the following jenkins job:
http://jenkins.qa.ubuntu.com/job/powerd-autolanding/26/
Executed test runs:
    FAILURE: http://jenkins.qa.ubuntu.com/job/powerd-saucy-armhf-autolanding/2/console

review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Autolanding.
More details in the following jenkins job:
http://jenkins.qa.ubuntu.com/job/powerd-autolanding/27/
Executed test runs:
    FAILURE: http://jenkins.qa.ubuntu.com/job/powerd-saucy-armhf-autolanding/3/console

review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2013-05-31 16:31:23 +0000
3+++ debian/changelog 2013-06-04 06:44:36 +0000
4@@ -1,5 +1,13 @@
5-powerd (0.12) UNRELEASED; urgency=low
6-
7+powerd (0.13-0ubuntu1) UNRELEASED; urgency=low
8+
9+ * Automatic snapshot from revision 30 (bootstrap)
10+ * Daily release packaging.
11+
12+ -- Sergio Schvezov <sergio.schvezov@canonical.com> Tue, 04 Jun 2013 03:12:48 -0300
13+
14+powerd (0.12) saucy; urgency=low
15+
16+ [ Seth Forshee ]
17 * Fix use of uninitialized variable in wait_for_fb_thread(). Also
18 change type of the variable to elimante warning on 64-bit builds.
19 * Remove unnecessary calls to g_type_init()
20@@ -7,7 +15,10 @@
21 * Add test for supplying an invalidly formatted UUID to clearSysState
22 * Improve dbus error handling
23
24- -- Seth Forshee <seth.forshee@canonical.com> Fri, 31 May 2013 10:24:56 -0500
25+ [ Ken VanDine ]
26+ * Don't listen for proximity events of prox_sensor is NULL (LP: #1186706)
27+
28+ -- Sergio Schvezov <sergio.schvezov@canonical.com> Mon, 03 Jun 2013 17:33:36 -0300
29
30 powerd (0.11) raring; urgency=low
31
32
33=== modified file 'debian/control'
34--- debian/control 2013-05-31 13:52:37 +0000
35+++ debian/control 2013-06-04 06:44:36 +0000
36@@ -10,13 +10,17 @@
37 libgles2-mesa-dev,
38 python,
39 libplatform-api1-dev,
40- uuid-dev
41+ uuid-dev,
42 Standards-Version: 3.9.4
43-Vcs-Bzr: lp:powerd
44+Homepage: https://launchpad.net/powerd
45+# If you aren't a member of ~phablet-team but need to upload packaging changes,
46+# just go ahead. ~phablet-team will notice and sync up the code again.
47+Vcs-Bzr: https://code.launchpad.net/~phablet-team/powerd/trunk
48
49 Package: powerd
50 Architecture: armhf
51 Depends: ${misc:Depends}, ${shlibs:Depends}
52+Recommends: ofono
53 Description: Power daemon to monitor and control system and display power state
54 This daemon monitors and controls system and display power states for Ubuntu
55 phone and tablet. It provides a dbus interface for system services to request
56
57=== modified file 'debian/copyright'
58--- debian/copyright 2013-02-20 15:42:12 +0000
59+++ debian/copyright 2013-06-04 06:44:36 +0000
60@@ -4,7 +4,7 @@
61 Source: https://launchpad.net/~rocket-scientists/aal+/powerd
62
63 Files: *
64-Copyright: Copyright (C) 2012, Canonical Ltd
65+Copyright: Copyright (C) 2012-2013, Canonical Ltd
66 License: GPL-3
67
68 License: GPL-3
69
70=== modified file 'debian/rules'
71--- debian/rules 2013-02-20 15:52:29 +0000
72+++ debian/rules 2013-06-04 06:44:36 +0000
73@@ -7,3 +7,6 @@
74
75 %:
76 dh $@
77+
78+override_dh_install:
79+ dh_install --fail-missing
80
81=== modified file 'debian/upstart'
82--- debian/upstart 2013-05-20 17:33:44 +0000
83+++ debian/upstart 2013-06-04 06:44:36 +0000
84@@ -13,17 +13,13 @@
85 export ANDROID_ASSETS=/system/app
86 export ANDROID_BOOTLOGO=1
87 export USER=phablet
88-export LD_LIBRARY_PATH=/opt/qt5/lib:/vendor/lib:/system/lib
89-export QML_IMPORT_PATH=/opt/qt5/imports
90-export QT_FONT_PATH=/opt/qt5/lib/fonts
91-export PATH=/opt/qt5/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
92+export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
93 export ANDROID_DATA=/data
94 export QT_QPA_PLATFORM=hybris
95 export SHLVL=1
96 export MKSH=/system/bin/sh
97 export ANDROID_ROOT=/system
98 export EXTERNAL_STORAGE=/mnt/sdcard
99-export QT_PLUGIN_PATH=/opt/qt5/plugins
100 # for debugging purposes, remove when closer to shipping (mfisch)
101 export G_MESSAGES_DEBUG=all
102

Subscribers

People subscribed via source and target branches