Merge lp:~xnox/ubuntu-app-launch/sync-archive into lp:ubuntu-app-launch/14.04

Proposed by Dimitri John Ledkov
Status: Merged
Merged at revision: 137
Proposed branch: lp:~xnox/ubuntu-app-launch/sync-archive
Merge into: lp:ubuntu-app-launch/14.04
Diff against target: 44 lines (+17/-2)
2 files modified
debian/changelog (+16/-0)
debian/control (+1/-2)
To merge this branch: bzr merge lp:~xnox/ubuntu-app-launch/sync-archive
Reviewer Review Type Date Requested Status
Robert Bruce Park (community) Approve
Dimitri John Ledkov core-dev Approve
Colin Watson Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+209908@code.launchpad.net

Commit message

Sync trunk with archive.

Description of the change

Sync trunk with archive.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Colin Watson (cjwatson) wrote :

This all looks sensible to me; and the click dependency will be going away soon once I finish my libclick work anyway.

review: Approve
Revision history for this message
Dimitri John Ledkov (xnox) :
review: Approve (indicator-developer team)
Revision history for this message
Dimitri John Ledkov (xnox) wrote :

this change is in the archive already.

review: Approve (core-dev)
Revision history for this message
Robert Bruce Park (robru) wrote :

Sincerest apologies, I was not aware of this MP, but I was doing an unrelated CI Train landing and found conflicts between trunk and distro, so I pushed commits directly to trunk to resolve the issue.

review: Approve

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 2014-02-20 12:04:30 +0000
3+++ debian/changelog 2014-03-07 12:36:49 +0000
4@@ -1,3 +1,19 @@
5+upstart-app-launch (0.3+14.04.20140220-0ubuntu3) trusty; urgency=medium
6+
7+ * Change dependency on "zeitgeist" to "zeitgeist-core". The former is a
8+ metapackage which pulls in python2 and useless gtk/X data providers,
9+ whereas zeitgeist-core provides the service necessary for
10+ zg-report-app to operate.
11+
12+ -- Dimitri John Ledkov <xnox@ubuntu.com> Sat, 22 Feb 2014 23:00:37 +0000
13+
14+upstart-app-launch (0.3+14.04.20140220-0ubuntu2) trusty; urgency=medium
15+
16+ * Drop depends:click from a Multi-Arch:same library package, as click is
17+ neither M-A:allowed nor M-A:foreign. This unbreaks cross-compilation.
18+
19+ -- Dimitri John Ledkov <xnox@ubuntu.com> Thu, 20 Feb 2014 23:51:29 +0000
20+
21 upstart-app-launch (0.3+14.04.20140220-0ubuntu1) trusty; urgency=low
22
23 [ Ted Gould ]
24
25=== modified file 'debian/control'
26--- debian/control 2014-02-11 03:14:30 +0000
27+++ debian/control 2014-03-07 12:36:49 +0000
28@@ -35,7 +35,7 @@
29 click (>= 0.4.9),
30 click-apparmor,
31 upstart (>= 1.11),
32- zeitgeist,
33+ zeitgeist-core,
34 Description: Upstart Job for Launching Applications
35 Upstart Job file and associated utilities that is used to launch
36 applications in a standard and confined way.
37@@ -56,7 +56,6 @@
38 Architecture: any
39 Depends: ${misc:Depends},
40 ${shlibs:Depends},
41- click (>= 0.4.9),
42 Pre-Depends: ${misc:Pre-Depends},
43 Multi-Arch: same
44 Description: library for sending requests to the upstart app launch

Subscribers

People subscribed via source and target branches