Merge lp:~mterry/unity-lens-applications/sync-packaging into lp:unity-lens-applications

Proposed by Michael Terry
Status: Merged
Approved by: Michael Terry
Approved revision: 318
Merged at revision: 317
Proposed branch: lp:~mterry/unity-lens-applications/sync-packaging
Merge into: lp:unity-lens-applications
Diff against target: 161 lines (+94/-19)
3 files modified
debian/changelog (+91/-2)
debian/control (+3/-15)
debian/unity-lens-applications.install (+0/-2)
To merge this branch: bzr merge lp:~mterry/unity-lens-applications/sync-packaging
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Needs Fixing
Didier Roche-Tolomelli Approve
Review via email: mp+133401@code.launchpad.net

Commit message

Sync packaging from Ubuntu

Description of the change

Whoops. When pulling the debian/ branch inline, I accidentally used an older version of the packaging. This syncs us up with Ubuntu again and should fix the PPA upload errors (due to trying to upload an older version).

To post a comment you must log in.
Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

Ah, indeed, it was a way older version ;)

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

Let's wait for Francis, seems to be a builder issue.

Revision history for this message
Francis Ginther (fginther) wrote :

Build failed because the MP is specifying a newer package version than what is present in trunk. The script to construct the package version needs to take this into account (previously it only had to look at the version in the packaging branch).

Revision history for this message
Francis Ginther (fginther) wrote :

Script updated, re-approving.

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

This latest failure appears to be a error in the debian packaging in the MP (from the console logs):
cp: cannot stat `debian/tmp/etc/': No such file or directory
dh_install: cp -a debian/tmp/etc/ debian/unity-lens-applications// returned exit code 1
make: *** [binary-install/unity-lens-applications] Error 2

I was able to reproduce with "bzr bd --builder=pdebuild" on a different host.

If you suspect that this may be jenkins/infrastructure related, please ping me.

318. By Michael Terry

delete unneeded .install file

Revision history for this message
Michael Terry (mterry) wrote :

It was a piece from the modern-build branch that needed to be here to make everything build. I'll mark as approved, since the modern-build branch is approved as well and this was just one bit from that pulled over.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2012-11-05 19:18:41 +0000
+++ debian/changelog 2012-11-13 19:57:21 +0000
@@ -1,11 +1,100 @@
1unity-lens-applications (5.12.0-0ubuntu2) UNRELEASED; urgency=low1unity-lens-applications (6.10.0-0ubuntu2) UNRELEASED; urgency=low
22
3 * debian/control:3 * debian/control:
4 - Update Vcs-Bzr4 - Update Vcs-Bzr
5 - Bump required valac to 0.185 - Bump required valac to 0.18
6 - Fix libgnome-menu-dev Build-Dep to be libgnome-menu-3-dev6 - Fix libgnome-menu-dev Build-Dep to be libgnome-menu-3-dev
77
8 -- Michael Terry <mterry@ubuntu.com> Mon, 05 Nov 2012 13:56:56 -05008 -- Michael Terry <mterry@ubuntu.com> Wed, 07 Nov 2012 23:10:52 -0500
9
10unity-lens-applications (6.10.0-0ubuntu1) quantal-proposed; urgency=low
11
12 * New upstream release.
13 - Dash - 'More suggestions' icons in App Lens are too large (LP: #1052513)
14 - The look of price on 'Buy' button in the preview is inconsistent with
15 other lenses (LP: #1061630)
16 - Lots of IO during startup (LP: #1066816)
17
18 -- Łukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com> Tue, 16 Oct 2012 13:47:18 +0200
19
20unity-lens-applications (6.8.0-0ubuntu1) quantal-proposed; urgency=low
21
22 [ Timo Jyrinki ]
23 * New upstream release.
24 - Use icon_url when displaying preview of an installable app; use
25 find_pkg_icon instead of find_app_install_icon_path, as it also uses
26 icons from ~/.cache/software-center/icons (LP: #1054085)
27 - Remove unneeded gconf dep
28 - Use size-hint for items in "More suggestions" category (LP: #1052513)
29 - Disable collapsing by key (desktop file) when querying for specific
30 packages (LP: #1057565)
31 - Improve Utils.preprocess_text (LP: #1056743)
32 * Bump libunity-dev dependency
33
34 [ Didier Roche ]
35 * Remove gconf build-dep as removed upstream.
36
37 -- Didier Roche <didrocks@ubuntu.com> Thu, 04 Oct 2012 16:22:31 +0200
38
39unity-lens-applications (6.6.0-0ubuntu1) quantal-proposed; urgency=low
40
41 [ Timo Jyrinki ]
42 * New upstream release.
43 - Home Lens requires binary names to be provided with results
44 (LP: #1043775)
45 - Dash - App Lens ratings are not working (LP: #1039789)
46 - Dash - When an application is installed direct from a Dash Preview, the
47 Software Centre should not be launched and the Software Centre window
48 should not be opened (LP: #1045330)
49 - [FFE][UIFE]Dash - Finesse the placement, movement and behaviour of the
50 12.10 Dash (LP: #1049593)
51 - Icons are missing in the previews for apps available for download
52 (LP: #1050344)
53 - Don't show 'Uninstall' button for critical apps (i.e. the ones that
54 depend on ubuntu-desktop). (LP: #1047315)
55 - List 10 'What's new' apps and the 12 'Top Rated' apps from Software
56 Center in 'Apps Available for Download' before user performs any search
57 if no filters are active. List 100 top rated apps according to active
58 filters if search string is empty. (LP: #1045762)
59 - Implemented price ribbons for Application Lens search results.
60 (LP: #1049593)
61
62 [ Didier Roche ]
63 * debian/control:
64 - build-dep on latest libunity
65
66 -- Didier Roche <didrocks@ubuntu.com> Thu, 20 Sep 2012 16:17:10 +0200
67
68unity-lens-applications (6.4.0-0ubuntu1) quantal; urgency=low
69
70 * New upstream release.
71 - added implementation for previews
72
73 -- Łukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com> Wed, 22 Aug 2012 21:00:49 +0200
74
75unity-lens-applications (6.2.0-0ubuntu1) quantal-proposed; urgency=low
76
77 * debian/control:
78 - switch to vala version 0.16
79 * New upstream release.
80
81 -- Łukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com> Fri, 10 Aug 2012 13:13:23 +0200
82
83unity-lens-applications (5.12.0-0ubuntu2) quantal-proposed; urgency=low
84
85 [ Łukasz 'sil2100' Zemczak ]
86 * Cherry-pick from upstream:
87 - change icon paths from 5 to 6
88 * debian/control:
89 - add Breaks unity - we won't work with older unity, as icon paths changed
90 - unity-place* does not exist anymore
91
92 [ Didier Roche ]
93 * debian/control, debian/unity-lens-applications.install:
94 - remove unity-place-applications transitional package
95 - locate Vcs-Bzr to canonical path
96
97 -- Didier Roche <didrocks@ubuntu.com> Mon, 09 Jul 2012 17:44:42 +0200
998
10unity-lens-applications (5.12.0-0ubuntu1) precise-proposed; urgency=low99unity-lens-applications (5.12.0-0ubuntu1) precise-proposed; urgency=low
11100
12101
=== modified file 'debian/control'
--- debian/control 2012-11-05 19:18:41 +0000
+++ debian/control 2012-11-13 19:57:21 +0000
@@ -8,40 +8,28 @@
8 pkg-config,8 pkg-config,
9 valac-0.18 (>= 0.18.0),9 valac-0.18 (>= 0.18.0),
10 libglib2.0-dev (>= 2.27),10 libglib2.0-dev (>= 2.27),
11 libgconf2-dev,
12 libgee-dev,11 libgee-dev,
13 libdee-dev (>= 0.5.16),12 libdee-dev (>= 0.5.16),
14 libzeitgeist-dev (>= 0.3.8),13 libzeitgeist-dev (>= 0.3.8),
15 libunity-dev (>= 5.2),14 libunity-dev (>= 6.8.0),
16 libgnome-menu-3-dev,15 libgnome-menu-3-dev,
17 dh-autoreconf,16 dh-autoreconf,
18 libxapian-dev,17 libxapian-dev,
19 libdb-dev,18 libdb-dev,
20 libapt-pkg-dev,19 libapt-pkg-dev,
21Standards-Version: 3.9.320Standards-Version: 3.9.3
21Homepage: https://launchpad.net/unity-lens-applications
22# If you aren't a member of ~unity-team but need to upload packaging changes,22# If you aren't a member of ~unity-team but need to upload packaging changes,
23# just go ahead. ~unity-team will notice and sync up the code again.23# just go ahead. ~unity-team will notice and sync up the code again.
24Vcs-Bzr: https://code.launchpad.net/~unity-team/unity-lens-applications/trunk24Vcs-Bzr: https://code.launchpad.net/~unity-team/unity-lens-applications/trunk
25Homepage: https://launchpad.net/unity-lens-applications
2625
27Package: unity-lens-applications26Package: unity-lens-applications
28Architecture: any27Architecture: any
29Depends: ${shlibs:Depends},28Depends: ${shlibs:Depends},
30 ${misc:Depends},29 ${misc:Depends},
31 unity-common (>= 4.4.0)30 unity-common (>= 4.4.0)
32Replaces: unity-place-applications (<< 0.4.0~)31Breaks: unity (<< 6.0.0),
33Breaks: unity-place-applications (<< 0.4.0~)
34Description: Application lens for unity32Description: Application lens for unity
35 This package contains the "application" lens which can be used33 This package contains the "application" lens which can be used
36 inside Unity to launch and install applications.34 inside Unity to launch and install applications.
3735
38Package: unity-place-applications
39Section: oldlibs
40Priority: extra
41Architecture: all
42Depends: unity-lens-applications, ${misc:Depends}
43Description: transitional package
44 Places are now lenses in unity. This package ensures a clean upgrade path,
45 and can be safely removed after the upgrade.
46
47
4836
=== removed file 'debian/unity-lens-applications.install'
--- debian/unity-lens-applications.install 2011-08-04 08:30:33 +0000
+++ debian/unity-lens-applications.install 1970-01-01 00:00:00 +0000
@@ -1,2 +0,0 @@
1etc/
2usr/

Subscribers

People subscribed via source and target branches