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

Subscribers

People subscribed via source and target branches