Merge lp:~mterry/unity-lens-applications/inline-debian into lp:unity-lens-applications

Proposed by Michael Terry
Status: Merged
Approved by: Francis Ginther
Approved revision: 316
Merged at revision: 316
Proposed branch: lp:~mterry/unity-lens-applications/inline-debian
Merge into: lp:unity-lens-applications
Diff against target: 706 lines (+665/-0)
8 files modified
.bzr-builddeb/default.conf (+2/-0)
debian/changelog (+567/-0)
debian/compat (+1/-0)
debian/control (+47/-0)
debian/copyright (+33/-0)
debian/rules (+11/-0)
debian/unity-lens-applications.install (+2/-0)
debian/watch (+2/-0)
To merge this branch: bzr merge lp:~mterry/unity-lens-applications/inline-debian
Reviewer Review Type Date Requested Status
Didier Roche-Tolomelli Approve
Review via email: mp+132948@code.launchpad.net

Commit message

Bring debian/ packaging inline, build with dh-autoregen, and update the Build-Depends.

Description of the change

As discussed at UDS-R, the separate debian/ packaging branches should be brought inline. This branch does that, as well as a bit of cleanup to make it build clean.

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

+1, feel free to switch it to approve once in sync with jenkins configuration

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

Approving to process autolanding.

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

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added directory '.bzr-builddeb'
=== added file '.bzr-builddeb/default.conf'
--- .bzr-builddeb/default.conf 1970-01-01 00:00:00 +0000
+++ .bzr-builddeb/default.conf 2012-11-05 19:22:19 +0000
@@ -0,0 +1,2 @@
1[BUILDDEB]
2split = True
03
=== added directory 'debian'
=== added file 'debian/changelog'
--- debian/changelog 1970-01-01 00:00:00 +0000
+++ debian/changelog 2012-11-05 19:22:19 +0000
@@ -0,0 +1,567 @@
1unity-lens-applications (5.12.0-0ubuntu2) UNRELEASED; urgency=low
2
3 * debian/control:
4 - Update Vcs-Bzr
5 - Bump required valac to 0.18
6 - Fix libgnome-menu-dev Build-Dep to be libgnome-menu-3-dev
7
8 -- Michael Terry <mterry@ubuntu.com> Mon, 05 Nov 2012 13:56:56 -0500
9
10unity-lens-applications (5.12.0-0ubuntu1) precise-proposed; urgency=low
11
12 * New upstream release.
13 - Popularity sorting not working correctly (LP: #985495)
14 - run command (alt+F2): results do not contain the exact match
15 (LP: #842108)
16 - [11.0412.04 upgrade] Dash is always empty due to zeitgeist crash:
17 Unable to upgrade from schema version 3 (LP: #986191)
18
19 -- Didier Roche <didrocks@ubuntu.com> Fri, 27 Apr 2012 11:18:48 +0200
20
21unity-lens-applications (5.10.0-0ubuntu1) precise; urgency=low
22
23 * New upstream release.
24 - Regression: Installed apps not sorted alphabetically (LP: #964325)
25 - unity-applications-daemon crashed with SIGSEGV in
26 g_variant_get_type_info() (LP: #938382)
27 - Apps rank too high with exact matches in Keywords (LP: #960269)
28 * debian/control:
29 - bump Standards-Version to latest
30
31 -- Didier Roche <didrocks@ubuntu.com> Thu, 12 Apr 2012 11:48:26 +0200
32
33unity-lens-applications (5.8.0-0ubuntu1) precise-proposed; urgency=low
34
35 * New upstream release.
36 - Dash - No message displayed when no results are returned in the
37 Dash (LP: #711199)
38 - Dash - When multiple results have equal string match relevancy ranking,
39 those with equal ranking should be then sorted by frequency of use.
40 (LP: #871900)
41 - Dash - Combined filters lead to wrong search result in Applications lens
42 (LP: #942878)
43 - Alt+F2 - ssh:// and smb:// access doesn't work in Unity (should open
44 Nautilus) (LP: #770126)
45
46 -- Didier Roche <didrocks@ubuntu.com> Fri, 23 Mar 2012 15:23:52 +0100
47
48unity-lens-applications (5.6.0-0ubuntu1) precise; urgency=low
49
50 * New upstream release.
51 - unity-applications-daemon crashed with SIGSEGV in
52 dee_sequence_model_free_row() (LP: #916356)
53 - Can't launch applications from the launcher (LP: #938505)
54 - Unity Dash should support Keywords parameter in .desktop (formerly X
55 -GNOME-Keywords or X-AppInstall-Keywords) (LP: #941231)
56 - Dash - Currently the app lens doesn't show applications that are
57 available for purchase (LP: #916121)
58 - non-existent icons are referenced: category-available and category-
59 installed (LP: #932212)
60
61 -- Didier Roche <didrocks@ubuntu.com> Mon, 12 Mar 2012 11:52:14 +0100
62
63unity-lens-applications (5.4.0-0ubuntu2) precise; urgency=low
64
65 * debian/control: Build against libdb-dev to get the current default version
66 instead of the (obsolete) hardcoded 4.8.
67 * src/unity-ratings-db.c, configure.ac: Make software-center and
68 unity-lens-applications use the same libdb version 5.1, and the same cache
69 file. This will also drop the obsolete libdb4.8 from the default install.
70 This fix also landed upstream in r269.
71
72 -- Martin Pitt <martin.pitt@ubuntu.com> Mon, 27 Feb 2012 09:55:43 +0100
73
74unity-lens-applications (5.4.0-0ubuntu1) precise; urgency=low
75
76 * New upstream release.
77 - Dash - Remove Dash Home shortcut icons (LP: #885738)
78 - Dash - Most Frequently Used apps change to Recently Used, without
79 Launcher favorites (LP: #893214)
80 - Apps Lens passes wrong arguments to Zeitgeist search (LP: #912719)
81
82 -- Didier Roche <didrocks@ubuntu.com> Fri, 17 Feb 2012 13:31:25 +0100
83
84unity-lens-applications (5.2.0-0ubuntu1) precise; urgency=low
85
86 * New upstream release.
87 - Dash - Remove Dash Home shortcut icons (LP: #885738)
88 - Dash - Most Frequently Used apps change to Recently Used, without
89 Launcher favorites (LP: #893214)
90 - Apps Lens passes wrong arguments to Zeitgeist search (LP: #912719)
91 * debian/control:
92 - ensure we continue building with vala 0.14
93 - put the transitional package to extra priority
94 - build-dep on latest libunity-dev
95
96 -- Didier Roche <didrocks@ubuntu.com> Fri, 03 Feb 2012 11:40:17 +0100
97
98unity-lens-applications (5.0.0-0ubuntu1) precise; urgency=low
99
100 * New upstream release.
101 - Apps lens should bundle its own gsettings schema (LP: #890660)
102 - unable to remove the "Apps Available for Download" section from
103 * debian/control:
104 - don't dep anymore on zeitgeist-extension-fts. This functionality
105 is now provided by zeitgeist-core which is installed by libzeitgeist.
106 - bump libunity-dev to latest
107 * debian/source:
108 - kill debian source 3, works not well with bzr merge-upstream
109
110 -- Didier Roche <didrocks@ubuntu.com> Thu, 12 Jan 2012 18:39:08 +0100
111
112unity-lens-applications (0.4.12-0ubuntu2) oneiric-proposed; urgency=low
113
114 * Cherry-pick upstream:
115 - Dash - "Apps Available for Download" recommends a program that is
116 already installed (LP: #858056)
117
118 -- Didier Roche <didrocks@ubuntu.com> Fri, 14 Oct 2011 10:56:04 +0200
119
120unity-lens-applications (0.4.12-0ubuntu1) oneiric; urgency=low
121
122 [ Paul Sladen ]
123 * debian/control: Description: grammar 'into'->'inside'
124
125 [ Didier Roche ]
126 * New upstream release.
127 - UIFe: download icon: the 'rosette with exclamation mark' next to
128 "Apps for Download" becomes a 'circle with a downwards arrow'.
129 (LP: #850714)
130 - Make sure we don't update the model too soon, otherwise Dash flickers
131 (LP: #868192)
132 - Dash - "Apps Available for Download" recommends a program that is
133 already installed (LP: #858056)
134 - Dash: Cannot drag application from 'Most Frquently Used' section to
135 desktop (LP: #864016)
136
137 -- Didier Roche <didrocks@ubuntu.com> Thu, 06 Oct 2011 14:32:48 +0200
138
139unity-lens-applications (0.4.10-0ubuntu3) oneiric; urgency=low
140
141 * Cherry-pick from upstream:
142 - print, printing, printer do not bring up printer settings in unity dash
143 (LP: #865528)
144
145 -- Didier Roche <didrocks@ubuntu.com> Wed, 05 Oct 2011 11:39:28 +0200
146
147unity-lens-applications (0.4.10-0ubuntu2) oneiric; urgency=low
148
149 * Cherry-pick from upstream:
150 - gedit fails to start on first try, but does on the second (LP: #827414)
151
152 -- Didier Roche <didrocks@ubuntu.com> Wed, 28 Sep 2011 12:21:01 +0200
153
154unity-lens-applications (0.4.10-0ubuntu1) oneiric; urgency=low
155
156 * New upstream release.
157 - Support X-GNOME-Keywords (LP: #828356)
158 - Ratings filter in apps lens allows unrated apps through (LP: #860537)
159 * debian/control:
160 - build-dep on latest libunity
161
162 -- Didier Roche <didrocks@ubuntu.com> Tue, 27 Sep 2011 15:41:45 +0200
163
164unity-lens-applications (0.4.8-0ubuntu1) oneiric; urgency=low
165
166 * New upstream release.
167 - unity-applications-daemon crash in
168 dee_shared_model_flush_revision_queue() (LP: #740561)
169 - Apps Lens doesn't handle Software Center Index Corruption (LP: #762821)
170 - Star rating filter in apps lens not respected (LP: #855324)
171 - configure needs to test for xapian.h (LP: #736051)
172 - Random available apps does not belong to selected category (LP: #857409)
173 * debian/control:
174 - add libdb4.8-dev build-dep
175
176 -- Didier Roche <didrocks@ubuntu.com> Fri, 23 Sep 2011 16:23:48 +0200
177
178unity-lens-applications (0.4.6-0ubuntu1) oneiric; urgency=low
179
180 * New upstream release.
181 - [dash] Category filters is sorted according to their english names,
182 even when another language is used (LP: #838023)
183 - application:// URIs are malformed (LP: #784478)
184 - Games Filter in Unity doesn't work (LP: #842240)
185 * debian/control:
186 - build-dep on latest libunity-dev
187
188 -- Didier Roche <didrocks@ubuntu.com> Thu, 15 Sep 2011 14:27:11 +0200
189
190unity-lens-applications (0.4.4-0ubuntu1) oneiric; urgency=low
191
192 * New upstream release.
193 - Python PyGI support broken (LP: #844779)
194 * debian/control:
195 - build-dep on latest libunity-dev for ABI/API break
196
197 -- Didier Roche <didrocks@ubuntu.com> Thu, 08 Sep 2011 20:11:04 +0200
198
199unity-lens-applications (0.4.2-0ubuntu1) oneiric; urgency=low
200
201 * New upstream version:
202 - Fix category icons and send in DND uri
203
204 -- Sebastien Bacher <seb128@ubuntu.com> Thu, 25 Aug 2011 13:09:12 +0200
205
206unity-lens-applications (0.4.0-0ubuntu1) oneiric; urgency=low
207
208 * New upstream release.
209 * Cherry pick a fix upstream for making the activation work and some alt + F2
210 refinements (LP: #755432)
211 * debian/control:
212 - change the break for a dep rather
213 - build-dep now on libunity 4
214 - bump Standards-Version
215 * debian/changelog, debian/control, debian/copyright, debian/watch:
216 - good bye place, welcome lens (massive rename)
217 - add transitional package
218 - add debian/unity-lens-applications.install
219 * debian/rules:
220 - remove simple-patchsys.mk construct (format 3 now)
221
222 -- Didier Roche <didrocks@ubuntu.com> Thu, 11 Aug 2011 18:48:54 +0200
223
224unity-place-applications (0.2.48-0ubuntu1) oneiric; urgency=low
225
226 * New upstream release:
227 - switch to gsettings for the runner (LP: #800704)
228 * debian/control:
229 - breaks on the missing schema unity-common version
230
231 -- Didier Roche <didrocks@ubuntu.com> Thu, 21 Jul 2011 17:47:53 +0200
232
233unity-place-applications (0.2.46-0ubuntu3.1) natty-proposed; urgency=low
234
235 * Cherry-pick some fixes:
236 - Allow the Core category to be included under All Applications (and hence
237 show up in Dash searches as well). This means that one can now find Help,
238 Home Folder, Computer, and Network. The ommision of this xdg category was
239 probably a relic of our netbook launcher past (LP: #758042)
240 - Fix illegal XML in unity-place-applications.menu.in. xmllint is happy now.
241 Patch courtesy Daniel Holbert (LP: #772152)
242 - trim the alt + F2 command line (LP: #767750)
243 - ensure we are matching files as files (no space in the command). This
244 enables to launch gvim rrr:rrr.txt which is matched (LP: #776731)
245
246
247 -- Didier Roche <didrocks@ubuntu.com> Thu, 26 May 2011 15:25:53 +0200
248
249unity-place-applications (0.2.46-0ubuntu3) natty; urgency=low
250
251 * applications.png:
252 - new correct export from sladen by design (LP: #745555)
253
254 -- Didier Roche <didrocks@ubuntu.com> Thu, 14 Apr 2011 18:09:25 +0200
255
256unity-place-applications (0.2.46-0ubuntu2) natty; urgency=low
257
258 * debian/control: Drop libzeitgeist-gio Recommends:, which is NBS.
259
260 -- Martin Pitt <martin.pitt@ubuntu.com> Mon, 11 Apr 2011 09:17:34 +0200
261
262unity-place-applications (0.2.46-0ubuntu1) natty; urgency=low
263
264 * New upstream release.
265 - Alt-F2 in Unity can not open URLs (LP: #750262)
266 * bump libunity dep for soname bump
267
268 -- Didier Roche <didrocks@ubuntu.com> Thu, 07 Apr 2011 13:06:38 +0200
269
270unity-place-applications (0.2.44-0ubuntu1) natty; urgency=low
271
272 * New upstream release.
273 - unity-applications-daemon crash when Software Center index is corrupted
274 (LP: #620294)
275 - Dash: Alt-F2 "nautilus ~/" errors to "Could not find '/~'" (LP: #734762)
276 - unity-applications-daemon crash in unity_package_searcher_search()
277 (LP: #739698)
278 - unity-applications-daemon crash because of invalid docid 0 (LP: #744261)
279 - Gnome-terminal doesn't start in user home directory when started from
280 alt+F2 (LP: #736471)
281
282 -- Didier Roche <didrocks@ubuntu.com> Thu, 31 Mar 2011 15:09:07 +0200
283
284unity-place-applications (0.2.42-0ubuntu2) natty; urgency=low
285
286 * Cherry-pick and rescale applications.png to latest asset (LP: #704997)
287
288 -- Didier Roche <didrocks@ubuntu.com> Thu, 24 Mar 2011 11:13:52 +0100
289
290unity-place-applications (0.2.42-0ubuntu1) natty; urgency=low
291
292 * New upstream release.
293 - Dash search unavoidably returns offensive results (LP: #739469)
294 - SearchFinished signal for Places API (LP: #739311)
295 - Dash: installed/not installed packages are conflated under "Applications":
296 incredibly confusing (LP: #733669)
297 - Apps Place: SIGABRT when monkey-typing global searches (LP: #737396)
298 * debian/control:
299 - bump dep req.
300
301 -- Didier Roche <didrocks@ubuntu.com> Wed, 23 Mar 2011 17:06:19 +0100
302
303unity-place-applications (0.2.40-0ubuntu2) natty; urgency=low
304
305 * Cherry pick r185 to fix a common natty crasher on xapian errors
306 (lp: #738884)
307
308 -- Sebastien Bacher <seb128@ubuntu.com> Tue, 22 Mar 2011 10:38:11 +0100
309
310unity-place-applications (0.2.40-0ubuntu1) natty; urgency=low
311
312 * New upstream release.
313 - unity-applications-daemon crashed with SIGSEGV in
314 Xapian::MSetIterator::operator*() (LP: #732945)
315 - Dash: Alt-F2 box hint says "Search commands" not "Run a
316 command"/"Execute command" (LP: #733897)
317 - Wine applications not listed in Unity Applications Place (LP: #635223)
318 - Add application through "main menu" won't work (LP: #734042)
319 - Unable to scroll with wheel in unity places (LP: #732012)
320 - unity about:config should launch ccsm on the unityshell plugin page
321 (LP: #736765)
322 * debian/control:
323 - build-dep on latest dee
324
325 -- Didier Roche <didrocks@ubuntu.com> Thu, 17 Mar 2011 16:20:28 +0100
326
327unity-place-applications (0.2.38-0ubuntu1) natty; urgency=low
328
329 * New upstream release.
330 - Unity: Alt-F2 not working (LP: #580295)
331 - "Find More Apps" shows only six applications by default (LP: #729023)
332 - [dash] Newly installed applications are not shown in the "Installed"
333 section though they disappeared from the "Available" section
334 (LP: #719400)
335 - Dash filter categories should be identical to the Software Center
336 categories (LP: #729013)
337 - looking for 'places' icons in the wrong location (LP: #727672)
338 * debian/control:
339 - build-dep on libgconf2-dev
340
341 -- Didier Roche <didrocks@ubuntu.com> Thu, 10 Mar 2011 19:50:21 +0100
342
343unity-place-applications (0.2.36-0ubuntu1) natty; urgency=low
344
345 * New upstream release.
346 - Unintuative Application Matching (LP: #726711)
347 - dash search does not find names with '-' (d-feet, e-mail) (LP: #729025)
348 - not installed apps sorting in global search (LP: #636996)
349 - Speed up searches for Installed apps (LP: #730048)
350 - English printf string hard to translate (LP: #641480)
351 - Disk Usage Analyzer missing from applications place (LP: #660984)
352 * debian/control:
353 - bump dee and libunity req. to latest and greatest
354
355 -- Didier Roche <didrocks@ubuntu.com> Mon, 07 Mar 2011 19:07:41 +0100
356
357unity-place-applications (0.2.34-0ubuntu1) natty; urgency=low
358
359 * New upstream release.
360 - dash - search string not always taken into account (LP: #701569)
361 - Sync problems when restarting Unity place daemons (LP: #721289)
362 - Super-shortcuts for apps, files, and workspace switcher (LP: #617356)
363 - Place icons should be in their respective packages (LP: #672447)
364 * debian/control:
365 - bump release req.
366
367 -- Didier Roche <didrocks@ubuntu.com> Thu, 24 Feb 2011 20:11:50 +0100
368
369unity-place-applications (0.2.32-0ubuntu1) natty; urgency=low
370
371 * New upstream release:
372 - comply with new libunity API
373 * debian/control:
374 - build with latest libunity version to take the .deps file
375
376 -- Didier Roche <didrocks@ubuntu.com> Fri, 11 Feb 2011 13:55:50 +0100
377
378unity-place-applications (0.2.30-0ubuntu3) natty; urgency=low
379
380 [ Artur Rona ]
381 * debian/control: Depends on zeitgeist-extension-fts. (LP: #688926)
382
383 [ Didier Roche ]
384 * debian/control:
385 - rebuild to get latest libunity version
386
387 -- Didier Roche <didrocks@ubuntu.com> Fri, 11 Feb 2011 09:50:32 +0100
388
389unity-place-applications (0.2.30-0ubuntu2) natty; urgency=low
390
391 * Temporary switch to dpkg-source 3.0 (quilt) format to cherry-pick the
392 new binary from trunk
393 * Cherry-pick from trunk to get the place icon showing (LP: #710790)
394
395 -- Didier Roche <didrocks@ubuntu.com> Tue, 01 Feb 2011 13:23:26 +0100
396
397unity-place-applications (0.2.30-0ubuntu1) natty; urgency=low
398
399 * New upstream release:
400 - Workaround unity places race with gdbus to register objects on startup
401 (LP: #710560)
402
403 -- Didier Roche <didrocks@ubuntu.com> Mon, 31 Jan 2011 12:41:56 +0100
404
405unity-place-applications (0.2.28-0ubuntu1) natty; urgency=low
406
407 * New upstream release.
408 (Not showing yet in the unity interface)
409 * debian/control:
410 - bump buil-dep requirements
411
412 -- Didier Roche <didrocks@ubuntu.com> Fri, 21 Jan 2011 14:36:10 +0100
413
414unity-place-applications (0.2.26-0ubuntu2) maverick; urgency=low
415
416 * Cherry-pick from upstream:
417 - "Applications should be Unicode-sorted". (LP: #621577)
418
419 -- Didier Roche <didrocks@ubuntu.com> Fri, 01 Oct 2010 13:11:05 +0200
420
421unity-place-applications (0.2.26-0ubuntu1) maverick; urgency=low
422
423 * New upstream release:
424 - Fix "Applications" tooltip not translatable (LP: #644215)
425
426 -- Didier Roche <didrocks@ubuntu.com> Mon, 27 Sep 2010 17:19:17 +0200
427
428unity-place-applications (0.2.22-0ubuntu1) maverick; urgency=low
429
430 * New upstream release:
431 - Fix "Completing last letter of a search makes the application to be
432 hidden from result" (LP: #633100)
433 - Fix "Dupe apps in apps place (evolution)" (LP: #643034)
434 - "Applications" and "Files & Folders" tooltips are not translatable
435 (LP: #644215)
436 * debian/control:
437 - dep on latest libunity-dev
438
439 -- Didier Roche <didrocks@ubuntu.com> Wed, 22 Sep 2010 22:36:47 +0200
440
441unity-place-applications (0.2.20-0ubuntu1) maverick; urgency=low
442
443 * New upstream release:
444 - Fix completing last letter of a search makes the application to be hidden
445 from result (LP: #633100)
446
447 -- Didier Roche <didrocks@ubuntu.com> Tue, 14 Sep 2010 16:34:08 +0200
448
449unity-place-applications (0.2.18-0ubuntu1) maverick; urgency=low
450
451 * New upstream release:
452 - Add internationalization support (LP: #619072, #632227, #630744)
453 - Typo in the "You search did not match any applications" stringxi
454 (LP: #630605)
455 - Fix missing applications in Unity Applications Place (LP: #600187)
456 - Take XDG_CONFIG_DIRS into account (LP: #598373)
457 - Fix unity-applications-daemon crashed with SIGSEGV in
458 gee_list_list_iterator() (LP: #629692)
459 * debian/rules:
460 - add --sysconfdir=/etc
461
462 -- Didier Roche <didrocks@ubuntu.com> Thu, 09 Sep 2010 19:44:21 +0200
463
464unity-place-applications (0.2.16-0ubuntu1) maverick; urgency=low
465
466 * New upstream release.
467 * remove debian/patches/01_add_vapi_file.patch and
468 debian/patches/02_get_all_files.patch
469
470 -- Didier Roche <didrocks@ubuntu.com> Thu, 02 Sep 2010 15:56:25 +0200
471
472unity-place-applications (0.2.14-0ubuntu2) maverick; urgency=low
473
474 * debian/control: recommends libzeitgeist-gio
475 * debian/rules: drop LINGUAS hack since it's not required now
476
477 -- Sebastien Bacher <seb128@ubuntu.com> Thu, 26 Aug 2010 21:57:52 +0200
478
479unity-place-applications (0.2.14-0ubuntu1) maverick; urgency=low
480
481 * New upstream release.
482 * debian/control: build-depends on libdbus-glib-1-dev and new libunity
483
484 -- Sebastien Bacher <seb128@ubuntu.com> Thu, 26 Aug 2010 18:46:23 +0200
485
486unity-place-applications (0.2.12-0ubuntu3) maverick; urgency=low
487
488 * rules: Workaround build issue do to empty files not being in the diff.gz
489
490 -- Sebastien Bacher <seb128@ubuntu.com> Tue, 24 Aug 2010 16:26:48 +0200
491
492unity-place-applications (0.2.12-0ubuntu2) maverick; urgency=low
493
494 * Backport i18n support so the place can be translated
495
496 -- Sebastien Bacher <seb128@ubuntu.com> Tue, 24 Aug 2010 12:12:26 +0200
497
498unity-place-applications (0.2.12-0ubuntu1) maverick; urgency=low
499
500 * New upstream release.
501 * debian/control:
502 - updated unity requirement
503
504 -- Sebastien Bacher <seb128@ubuntu.com> Thu, 19 Aug 2010 18:58:47 +0200
505
506unity-place-applications (0.2.10-0ubuntu1) maverick; urgency=low
507
508 * New upstream release.
509 - Update the applications model when changes are detected (LP: #610382)
510 - Available group shouldn't be shown when there is no search (LP: #615407)
511 - Implement Applications Place Software Center integration (LP: #608179)
512 * debian/control:
513 - build-dep on latest unity, dee, libzg
514 - depends on new zeitgeist-fts-extension
515 - bump Standards-Version to latest
516
517 -- Didier Roche <didrocks@ubuntu.com> Fri, 13 Aug 2010 14:26:04 +0200
518
519unity-place-applications (0.2.8-0ubuntu1) maverick; urgency=low
520
521 * New upstream release.
522 * debian/control:
523 - build-dep against latest unity
524
525 -- Didier Roche <didrocks@ubuntu.com> Mon, 02 Aug 2010 15:58:08 +0200
526
527unity-place-applications (0.2.5-0ubuntu1) maverick; urgency=low
528
529 * New upstream release.
530 * debian/control:
531 - bump libunity-dev dep
532 - build-dep on libxapian-dev and libapt-pkg-dev
533 * debian/patches/01_add_vapi_file.patch:
534 - add missing vapi folder
535 * debian/patches/02_get_all_files.patch:
536 - ship missing file
537
538 -- Didier Roche <didrocks@ubuntu.com> Thu, 22 Jul 2010 21:43:39 +0200
539
540unity-place-applications (0.2.4-0ubuntu1) maverick; urgency=low
541
542 * New upstream release.
543 - add support when search string is empty (LP: #600732)
544
545 -- Didier Roche <didrocks@ubuntu.com> Fri, 16 Jul 2010 14:45:42 +0200
546
547unity-place-applications (0.2.2-0ubuntu2) maverick; urgency=low
548
549 * New upstream release.
550 - fix buggy search filter in files and applications views (LP: #599893)
551 - distribute HACKING missing file (LP: #598394)
552 - fix system and preferences missing (LP: #598392)
553 * remove debian/patches/01_install_dbus_and_bin.patch: upstreamed
554 * debian/control:
555 - build-dep on libunity-dev (>= 0.2.13)
556
557 -- Didier Roche <didrocks@ubuntu.com> Thu, 01 Jul 2010 19:08:47 +0200
558
559unity-place-applications (0.2.1-0ubuntu1) maverick; urgency=low
560
561 * Initial Packaging
562 * debian/patches/01_install_dbus_and_bin.patch:
563 - install the bin lib and the dbus service
564 * debian/control, debian/rules: build-dep and run dh_autoreconf for
565 taken previous patch into account
566
567 -- Didier Roche <didrocks@ubuntu.com> Thu, 24 Jun 2010 20:39:48 +0200
0568
=== added file 'debian/compat'
--- debian/compat 1970-01-01 00:00:00 +0000
+++ debian/compat 2012-11-05 19:22:19 +0000
@@ -0,0 +1,1 @@
17
02
=== added file 'debian/control'
--- debian/control 1970-01-01 00:00:00 +0000
+++ debian/control 2012-11-05 19:22:19 +0000
@@ -0,0 +1,47 @@
1Source: unity-lens-applications
2Section: gnome
3Priority: optional
4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5Build-Depends: cdbs,
6 debhelper (>= 7),
7 gnome-common,
8 pkg-config,
9 valac-0.18 (>= 0.18.0),
10 libglib2.0-dev (>= 2.27),
11 libgconf2-dev,
12 libgee-dev,
13 libdee-dev (>= 0.5.16),
14 libzeitgeist-dev (>= 0.3.8),
15 libunity-dev (>= 5.2),
16 libgnome-menu-3-dev,
17 dh-autoreconf,
18 libxapian-dev,
19 libdb-dev,
20 libapt-pkg-dev,
21Standards-Version: 3.9.3
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.
24Vcs-Bzr: https://code.launchpad.net/~unity-team/unity-lens-applications/trunk
25Homepage: https://launchpad.net/unity-lens-applications
26
27Package: unity-lens-applications
28Architecture: any
29Depends: ${shlibs:Depends},
30 ${misc:Depends},
31 unity-common (>= 4.4.0)
32Replaces: unity-place-applications (<< 0.4.0~)
33Breaks: unity-place-applications (<< 0.4.0~)
34Description: Application lens for unity
35 This package contains the "application" lens which can be used
36 inside Unity to launch and install applications.
37
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
048
=== added file 'debian/copyright'
--- debian/copyright 1970-01-01 00:00:00 +0000
+++ debian/copyright 2012-11-05 19:22:19 +0000
@@ -0,0 +1,33 @@
1This package was debianized by Didier Roche <didrocks@ubuntu.com> on
2Wed, 29 Jan 2010 10:00:06 -0000.
3
4It was downloaded from <http://launchpad.net/unity-lens-applications>
5
6Upstream Authors:
7
8 Neil Jagdish Patel <neil.patel@canonical.com>
9 Mikkel Kamstrup Erlandsen <mikkel.kamstrup@canonical.com>
10
11Copyright:
12
13 Copyright (C) 2010 Canonical Ltd.
14
15License:
16
17 This program is free software: you can redistribute it and/or modify
18 it under the terms of the GNU General Public License version 3 as
19 published by the Free Software Foundation.
20
21 This program is distributed in the hope that it will be useful,
22 but WITHOUT ANY WARRANTY; without even the implied warranty of
23 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24 GNU General Public License for more details.
25
26On Debian systems, the complete text of the GNU General Public License
27can be found in `/usr/share/common-licenses/GPL-3'
28
29The Debian packaging is:
30
31 Copyright (C) 2010 Canonical Ltd.
32
33and is licensed under the GPL version 3, see `/usr/share/common-licenses/GPL-3'.
034
=== added file 'debian/rules'
--- debian/rules 1970-01-01 00:00:00 +0000
+++ debian/rules 2012-11-05 19:22:19 +0000
@@ -0,0 +1,11 @@
1#!/usr/bin/make -f
2
3include /usr/share/cdbs/1/class/gnome.mk
4include /usr/share/cdbs/1/rules/debhelper.mk
5include /usr/share/cdbs/1/rules/utils.mk
6include /usr/share/cdbs/1/rules/autoreconf.mk
7
8LDFLAGS += -Wl,-z,defs -Wl,--as-needed
9DEB_DH_AUTORECONF_ARGS = env -- NOCONFIGURE=1 ./autogen.sh
10DEB_CONFIGURE_EXTRA_FLAGS += --sysconfdir=/etc
11
012
=== added file 'debian/unity-lens-applications.install'
--- debian/unity-lens-applications.install 1970-01-01 00:00:00 +0000
+++ debian/unity-lens-applications.install 2012-11-05 19:22:19 +0000
@@ -0,0 +1,2 @@
1etc/
2usr/
03
=== added file 'debian/watch'
--- debian/watch 1970-01-01 00:00:00 +0000
+++ debian/watch 2012-11-05 19:22:19 +0000
@@ -0,0 +1,2 @@
1version=3
2https://launchpad.net/unity-lens-applications/+download .*/unity-lens-applications-([0-9.]+)\.tar\.gz

Subscribers

People subscribed via source and target branches