Merge lp:~gnome3-team/gnome-shell/ubuntu into lp:gnome-shell

Proposed by Paulz Vu
Status: Rejected
Rejected by: Данило Шеган
Proposed branch: lp:~gnome3-team/gnome-shell/ubuntu
Merge into: lp:gnome-shell
Diff against target: 868 lines (+796/-0)
14 files modified
debian/README.Debian (+39/-0)
debian/changelog (+452/-0)
debian/compat (+1/-0)
debian/control (+94/-0)
debian/control.in (+89/-0)
debian/copyright (+52/-0)
debian/gnome-shell.lintian-overrides (+4/-0)
debian/patches/01_favorite_apps.patch (+13/-0)
debian/patches/02_rpath-bluetooth-applet.patch (+28/-0)
debian/patches/series (+2/-0)
debian/rules (+18/-0)
debian/shlibs.local (+1/-0)
debian/source/format (+1/-0)
debian/watch (+2/-0)
To merge this branch: bzr merge lp:~gnome3-team/gnome-shell/ubuntu
Reviewer Review Type Date Requested Status
Данило Шеган (community) Disapprove
Review via email: mp+75629@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Данило Шеган (danilo) wrote :

You probably wanted to propose this merge against Ubuntu package, not against upstream gnome-shell code import.

review: Disapprove

Unmerged revisions

12. By Rico Tzschichholz

  * New upstream release 3.0.2
  * Merge with debian/experimental, remaining changes:
    + 01_favorite_apps.patch
      - Updated for Ubuntu default applications
    + debian/rules,debian/upstream.gitlog:
      - Drop upstream.gitlog
    + debian/control.in:
      - lower build-dep on libxfixes-dev to fit ubuntu version
      - don't require network-manager 0.9

11. By Rico Tzschichholz

* Merge with debian/experimental

10. By Rico Tzschichholz

New upstream release 3.0.1

9. By Bilal Akhtar

debian/control.in: Add dependency on gnome-themes-standard

8. By Rico Tzschichholz

New upstream release 3.0.0.2

7. By Rico Tzschichholz

* New upstream release 3.0.0.1
* debian/control.in:
  + update dependencies for gir1.2-mutter-3.0

6. By Rico Tzschichholz

* New upstream release 3.0.0
* debian/control.in:
  + bump build-dep on mutter (>= 3.0.0)

5. By Rico Tzschichholz

* New upstream release 2.91.93
* debian/control.in:
  + added dependency on gnome-icon-theme-symbolic
  + bump build-dep on mutter (>= 2.91.93)

4. By Rico Tzschichholz

release 2.91.92-1ubuntu1~build3

* New upstream release
* Sync with debian experimental, remaining changes:
  + debian/rules,debian/upstream.gitlog:
    - Drop upstream.gitlog
  + debian/gnome-shell.desktop, debian/rules:
    - Add gnome-shell.desktop in /usr/share/xsessions/ to allow gdm to start
      gnome shell
* debian/patches:
  + update 04_workaround_libmozjs_build.patch
  + drop 05_fix_ftbs_missing_x11.patch, is upstream
* debian/control.in:
  + lower build-dep on libxfixes-dev to fit natty and live with the consequences

* New upstream release.
* debian/patches/, remove patches from upstream git:
  + 0001-altTab-fix-incorrect-positioning-with-multiple-monit.patch
  + 05_use_dbus_for_shutdown_and_logout.patch
* debian/control.in:
  + add build-dep on libtelepathy-logger-dev and gir1.2-telepathylogger-0.2.
  + bump build-dep on libxfixes-dev, it needs the one from experimental, for
    pointer barriers.
* debian/patches/04_gnome_session_quit.patch: remove, replaced by:
* debian/patches/05_use_dbus_for_shutdown_and_logout.patch: use Session
  D-Bus interface for shutdown and logout. (from git) (closes: #618870)

* New upstream release.
[ Emilio Pozuelo Monfort ]
* debian/control.in:
  + Depend on gsettings-desktop-schemas. Closes: #614945.
  + Depend on gir1.2-mutter-2.91. Closes: #615588.
[ Frederic Peters ]
* debian/control.in:
  + Don't depend on mutter, it now links against libmutter-wm0.
* debian/patches/03_fix_dconf_service_location.patch: remove, no longer
  necessary now that gnome-shell is a real binary and doesn't try to arrange
  its own environment.
* debian/patches/04_gnome_session_quit.patch: use gnome-session-save in
  fallback if gnome-session-quit doesn't work, so gnome-shell keeps working
  with older gnome-session versions.
[ Emilio Pozuelo Monfort ]
* d/p/0001-altTab-fix-incorrect-positioning-with-multiple-monit.patch:
  + Patch from upstream git, fix Alt+Tab with multiple monitors.
  + Update depends for new libgnomekbd gir package name.

3. By Laurent Bigonville

* debian/control.in:
  - Update depends for new libgnomekbd gir package name.
* debian/gnome-shell.desktop, debian/rules:
  - Add gnome-shell.desktop in /usr/share/xsessions/ to allow gdm to start
    gnome shell

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory 'debian'
2=== added file 'debian/README.Debian'
3--- debian/README.Debian 1970-01-01 00:00:00 +0000
4+++ debian/README.Debian 2011-09-15 20:40:29 +0000
5@@ -0,0 +1,39 @@
6+GNOME Shell for Debian
7+======================
8+
9+1. Running
10+
11+There are two main ways of running GNOME Shell: replacing your current
12+GNOME window manager and panel components, or inside a Xephyr window,
13+as a way to quickly try it out without compromising your
14+environment. At this stage one of the options may work better than the
15+other, depending on various factors, including your drivers.
16+
17+To run GNOME Shell under Xephyr you first need to install the
18+xserver-xephyr package, and then run GNOME Shell with the --xephyr
19+parameter:
20+
21+ $ gnome-shell --xephyr
22+
23+2. It's SLOW as hell!
24+
25+To run GNOME Shell you need to have proper DRI, and a video driver
26+that Clutter likes. In some Intel cards, Kernel-Mode Setting (KMS) may
27+help. In case GNOME Shell runs but is extremely slow you can try
28+enabling KMS or running it with CLUTTER_VBLANK=none in its
29+environment. See http://bugzilla.openedhand.com/show_bug.cgi?id=1730.
30+
31+3. If you have enough corage...
32+
33+GNOME Shell installs a .desktop file which makes it possible to make
34+it the default for your session, replacing metacity/gnome-panel. To
35+make it the default all you need to do is set the following gconf key
36+to 'gnome-shell':
37+
38+ /desktop/gnome/session/required_components/windowmanager
39+
40+Here's the gconftool command, if you're feeling lazy:
41+
42+ $ gconftool-2 -t string -s /desktop/gnome/session/required_components/windowmanager gnome-shell
43+
44+ -- Gustavo Noronha Silva <kov@debian.org>, Tue, 20 Oct 2009 14:50:12 -0200
45
46=== added file 'debian/changelog'
47--- debian/changelog 1970-01-01 00:00:00 +0000
48+++ debian/changelog 2011-09-15 20:40:29 +0000
49@@ -0,0 +1,452 @@
50+gnome-shell (3.0.2-0ubuntu1~build1) natty; urgency=low
51+
52+ * New upstream release
53+ * Merge with debian/experimental, remaining changes:
54+ + 01_favorite_apps.patch
55+ - Updated for Ubuntu default applications
56+ + debian/rules,debian/upstream.gitlog:
57+ - Drop upstream.gitlog
58+ + debian/control.in:
59+ - lower build-dep on libxfixes-dev to fit ubuntu version
60+ - don't require network-manager 0.9
61+
62+ -- Rico Tzschichholz <ricotz@ubuntu.com> Thu, 26 May 2011 10:06:48 +0200
63+
64+gnome-shell (3.0.1-1) experimental; urgency=low
65+
66+ [ Laurent Bigonville ]
67+ * debian/control.in:
68+ - Bump priority to optional
69+
70+ [ Sjoerd Simons ]
71+ * New upstream release
72+
73+ -- Sjoerd Simons <sjoerd@debian.org> Sat, 14 May 2011 17:58:12 +0100
74+
75+gnome-shell (3.0.0.2-1) experimental; urgency=low
76+
77+ * Team upload.
78+
79+ [ Frederic Peters ]
80+ * New upstream release (2.91.93).
81+ * debian/control.in:
82+ + added dependency on gnome-icon-theme-symbolic.
83+ + bumped gnome-shell dependency.
84+ + bumped gir1.2-freedesktop build-dep to 0.10.6, for a fix to
85+ cairo-1.0.typelib
86+
87+ [ Raphaël Hertzog ]
88+ * New upstream release (3.0.0.2).
89+ * New patch 02_rpath-bluetooth-applet.patch by Rico Tzschichholz to
90+ add an RPATH so that the compilation doesn't fail when g-ir-scanner
91+ tries to analyze libgnome-shell.so linked against
92+ libgnome-bluetooth-applet.so.0 which is in a private directory.
93+ * Add a lintian override for the RPATH that we can't avoid.
94+ * Teach dpkg-shlibdeps how to find that private lib and add the
95+ corresponding dependency in debian/slibs.local.
96+ * Update and add a bunch of build-depends to match the latest configure
97+ requirements.
98+ * Add gir1.2-gnomebluetooth-1.0 and gir1.2-networkmanager-1.0 to Depends
99+ because they are needed to benefit from the improved UI associated to the
100+ respective status bar applet.
101+
102+ [ Laurent Bigonville ]
103+ * debian/control.in: {Build-}Depends against gir1.2-mutter-3.0 instead of
104+ gir1.2-mutter-2.91
105+
106+ -- Raphaël Hertzog <hertzog@debian.org> Mon, 11 Apr 2011 21:03:31 +0000
107+
108+gnome-shell (2.91.92-1) experimental; urgency=low
109+
110+ * New upstream release.
111+ * debian/patches/, remove patches from upstream git:
112+ + 0001-altTab-fix-incorrect-positioning-with-multiple-monit.patch
113+ + 05_use_dbus_for_shutdown_and_logout.patch
114+ * debian/control.in:
115+ + add build-dep on libtelepathy-logger-dev and gir1.2-telepathylogger-0.2.
116+ + bump build-dep on libxfixes-dev, it needs the one from experimental, for
117+ pointer barriers.
118+
119+ -- Frederic Peters <fpeters@debian.org> Thu, 24 Mar 2011 19:28:12 +0100
120+
121+gnome-shell (2.91.91-2) experimental; urgency=low
122+
123+ * debian/patches/04_gnome_session_quit.patch: remove, replaced by:
124+ * debian/patches/05_use_dbus_for_shutdown_and_logout.patch: use Session
125+ D-Bus interface for shutdown and logout. (from git) (closes: #618870)
126+
127+ -- Frederic Peters <fpeters@debian.org> Sat, 19 Mar 2011 13:10:02 +0100
128+
129+gnome-shell (2.91.91-1) experimental; urgency=low
130+
131+ * New upstream release.
132+
133+ [ Emilio Pozuelo Monfort ]
134+ * debian/control.in:
135+ + Depend on gsettings-desktop-schemas. Closes: #614945.
136+ + Depend on gir1.2-mutter-2.91. Closes: #615588.
137+
138+ [ Frederic Peters ]
139+ * debian/control.in:
140+ + Don't depend on mutter, it now links against libmutter-wm0.
141+ * debian/patches/03_fix_dconf_service_location.patch: remove, no longer
142+ necessary now that gnome-shell is a real binary and doesn't try to arrange
143+ its own environment.
144+ * debian/patches/04_gnome_session_quit.patch: use gnome-session-save in
145+ fallback if gnome-session-quit doesn't work, so gnome-shell keeps working
146+ with older gnome-session versions.
147+
148+ [ Emilio Pozuelo Monfort ]
149+ * d/p/0001-altTab-fix-incorrect-positioning-with-multiple-monit.patch:
150+ + Patch from upstream git, fix Alt+Tab with multiple monitors.
151+
152+ -- Emilio Pozuelo Monfort <pochu@debian.org> Wed, 16 Mar 2011 21:47:27 +0000
153+
154+gnome-shell (2.91.90-1) experimental; urgency=low
155+
156+ * New upstream release.
157+ + Build depend on libtelepathy-glib-dev for the updated Telepathy
158+ integration.
159+ + Build depend on libpolkit-agent-1-dev for the new authorization dialogs.
160+ + Build depend, and depend, on appropriate gir packages (polkit,
161+ telepathy, and upower).
162+ + Update build dep on libmutter-dev.
163+ + Update depends for new libgnomekbd gir package name.
164+ + Remove Recommends on xserver-xephyr.
165+
166+ -- Frederic Peters <fpeters@debian.org> Fri, 25 Feb 2011 12:23:23 +0100
167+
168+gnome-shell (2.91.6-1) experimental; urgency=low
169+
170+ [ Emilio Pozuelo Monfort ]
171+ * debian/control.in:
172+ + Depend on gnome-control-center for My Account / System settings.
173+
174+ [ Laurent Bigonville ]
175+ * New upstream release.
176+ * debian/control.in:
177+ - Bump build-dependencies
178+ - Add libecal1.2-dev, libedataserver1.2-dev and libedataserverui1.2-dev
179+ build-dependencies
180+ - Make mutter depends on libdconf0 | gsettings-backend instead of
181+ libdconf0 only
182+
183+ [ Emilio Pozuelo Monfort ]
184+ * debian/control.in:
185+ + Update for the new gtk+ 3 package names.
186+ + Add missing dependency on gir1.2-gnomekbd-3.0.
187+
188+ -- Emilio Pozuelo Monfort <pochu@debian.org> Sat, 19 Feb 2011 16:45:48 +0000
189+
190+gnome-shell (2.91.5-1) experimental; urgency=low
191+
192+ * New upstream release.
193+ + debian/patches/02_fix_build_with_latest_gtk.patch:
194+ - Removed, fixed upstream.
195+ + debian/patches/01_favorite_apps.patch:
196+ - Refreshed.
197+ + debian/control.in:
198+ - Updated build dependencies.
199+
200+ -- Emilio Pozuelo Monfort <pochu@debian.org> Wed, 12 Jan 2011 23:41:41 +0000
201+
202+gnome-shell (2.91.3-2) experimental; urgency=low
203+
204+ * debian/control.in:
205+ - Build depend on libdconf0 for dconf-service. Closes: #595598.
206+
207+ -- Emilio Pozuelo Monfort <pochu@debian.org> Sun, 19 Dec 2010 16:36:11 +0000
208+
209+gnome-shell (2.91.3-1) experimental; urgency=low
210+
211+ [ Emilio Pozuelo Monfort ]
212+ * New upstream release (Closes: #605098, CVE-2010-4000).
213+ - debian/control.in:
214+ + Updated dependencies and build dependencies.
215+ - debian/patches/02_undo_gtk3_transition.diff:
216+ + Removed, let's use GTK+3 from now on.
217+ - debian/patches/03_fix_dconf_service_location.diff:
218+ + Updated.
219+ * debian/control.in,
220+ debian/rules:
221+ - Remove hack to get the typelibs scanned. Pass the private
222+ directory to dh_girepository instead. Update the minimum
223+ build dependency on gobject-introspection accordingly.
224+ * debian/control.in:
225+ - Build depend on gir1.2 packages.
226+ - Remove gir dependencies, they are autogenerated.
227+
228+ [ Laurent Bigonville ]
229+ * debian/control.in: Add Vcs-* fields
230+ * debian/watch: Add watch file
231+
232+ [ Emilio Pozuelo Monfort ]
233+ * debian/patches/02_fix_build_with_latest_gtk.patch:
234+ - Patch from upstream git, fix build with GTK+ 2.91.6.
235+ * debian/control.in:
236+ - Bump the libgtk3.0-dev accordingly.
237+ * debian/patches/*.diff:
238+ - Renamed to debian/patches/*.patch.
239+
240+ -- Emilio Pozuelo Monfort <pochu@debian.org> Sun, 19 Dec 2010 00:08:30 +0000
241+
242+gnome-shell (2.31.5-2) experimental; urgency=low
243+
244+ * debian/control:
245+ - depend and build-depend on gir1.0-glib-2.0 (>= 0.6.15~git20100713)
246+ - also depend on gjs, because the clock preferences uses gjs-console for
247+ some reason
248+
249+ -- Gustavo Noronha Silva <kov@debian.org> Wed, 28 Jul 2010 11:45:06 +0200
250+
251+gnome-shell (2.31.5-1) experimental; urgency=low
252+
253+ * New development release.
254+ - depend on mutter 2.31.5
255+ - refresh patches
256+ - fixes requirements on mutter (Closes: #586124)
257+ * debian/control.in:
258+ - Build-depend on glib >= 2.25.11-1 because we use glib-compile-schemas
259+ - Build-depend on gtk+ >= 2.21.1
260+ - Build-depend on gobject-introspection >= 0.6.15~git20100713-1 because
261+ we need newer glib bindings
262+ - Build-depend on gir1.0-json-glib-1.0 (Closes: #584660), thanks to
263+ Raphael Hertzog for pointing out the fix
264+ - gnome-shell depends on gir1.0-gconf-2.0 >= 2.31.5 to run
265+ * debian/patches/02_undo_gtk3_transition.diff:
266+ - undo gtk2->gtk3 migration since we do not yet have gtk+ 3 on Debian
267+ * debian/patches/03_fix_dconf_service_location.diff:
268+ - fix the path used to start dconf-service
269+
270+ -- Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> Tue, 13 Jul 2010 14:36:34 -0300
271+
272+gnome-shell (2.31.2-1) experimental; urgency=low
273+
274+ * New upstream release
275+ - depends on mutter 2.31
276+ - includes debian/patches/02_gjs_build_fix.patch, so removing
277+ * debian/rules:
278+ - depends on clutter-1.0 >= 1.2.8
279+
280+ -- Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> Mon, 31 May 2010 11:03:29 -0300
281+
282+gnome-shell (2.29.0-3) unstable; urgency=low
283+
284+ [ Emilio Pozuelo Monfort ]
285+ * debian/patches/02_gjs_build_fix.patch:
286+ - Backport upstream commit to fix the build with recent gjs.
287+ * debian/source/format,
288+ debian/patches/series,
289+ debian/rules:
290+ - Convert to source format 3.0 (quilt).
291+ * debian/rules:
292+ - Include gnome-get-source.mk.
293+
294+ -- Josselin Mouette <joss@debian.org> Tue, 27 Apr 2010 22:32:21 +0200
295+
296+gnome-shell (2.29.0-2) unstable; urgency=low
297+
298+ * debian/control:
299+ - really fix #572718 by bumping the version in mutter's gir package name
300+
301+ -- Gustavo Noronha Silva <kov@debian.org> Mon, 15 Mar 2010 17:33:24 -0300
302+
303+gnome-shell (2.29.0-1) unstable; urgency=low
304+
305+ [ Emilio Pozuelo Monfort ]
306+ * debian/rules:
307+ - Don't install *.la.
308+
309+ [ Gustavo Noronha Silva ]
310+ * New upstream development release.
311+ - should work with the newer mutter (Closes: #572718)
312+
313+ -- Gustavo Noronha Silva <kov@debian.org> Tue, 09 Mar 2010 18:11:05 -0300
314+
315+gnome-shell (2.28.1~git20100129-1) unstable; urgency=low
316+
317+ * New upstream snapshot.
318+
319+ -- Gustavo Noronha Silva <kov@debian.org> Fri, 29 Jan 2010 12:44:58 -0200
320+
321+gnome-shell (2.28.1~git20091125-1) unstable; urgency=low
322+
323+ * New upstream snapshot
324+
325+ -- Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> Wed, 25 Nov 2009 19:06:40 -0200
326+
327+gnome-shell (2.28.1~git20091117-1) unstable; urgency=low
328+
329+ * New upstream snapshot
330+ * debian/patches/02_allow_non_uri_apps.diff:
331+ - dropped; applied upstream
332+ * debian/upstream.gitlog, debian/rules:
333+ - ship upstream's git log as upstream changelog (Closes: #556354)
334+
335+ -- Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> Thu, 12 Nov 2009 12:02:52 -0200
336+
337+gnome-shell (2.28.1~git20091112-1) unstable; urgency=low
338+
339+ * New upstream snapshot
340+
341+ -- Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> Mon, 12 Nov 2009 10:43:05 -0200
342+
343+gnome-shell (2.28.1~git20091028-2) unstable; urgency=low
344+
345+ * debian/patches/01_favorite_apps.diff:
346+ - change the default favorite browser desktop file to be Epiphany's
347+ (Closes: #553054)
348+ * debian/control.in:
349+ - gnome-shell's startup script wants to run glxinfo to get information
350+ regarding the server's GLX support; thanks to alex bodnaru
351+ <alexbodn@012.net.il> for noticing this is needed
352+ (Closes: #553440)
353+ * debian/patches/02_allow_non_uri_apps.diff:
354+ - patch by Guido Günther <agx@sigxcpu.org> to drop the requirement that
355+ associated apps support URIs, for local files at least
356+ (Closes: #553618)
357+
358+ -- Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> Mon, 09 Nov 2009 15:32:14 -0200
359+
360+gnome-shell (2.28.1~git20091028-1) unstable; urgency=low
361+
362+ * New upstream snapshot
363+ * debian/control:
364+ - bump Standards-Version to 3.8.3
365+ - python is a dependency, since the script that starts GNOME Shell
366+ is a python script
367+ - pkg-config is also a dependency (Closes: #552202)
368+
369+ -- Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> Wed, 28 Oct 2009 16:12:13 -0200
370+
371+gnome-shell (2.28.1~git20091024-1) unstable; urgency=low
372+
373+ * New upstream snapshot
374+ * debian/control.in:
375+ - ok, I agree, let's recommend Xephyr for now (Closes: #552141)
376+
377+ -- Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> Sat, 24 Oct 2009 13:22:02 -0200
378+
379+gnome-shell (2.28.1~git20091020-1) unstable; urgency=low
380+
381+ * Initial upload, based on the Ubuntu package (Closes: #550956)
382+ * debian/patches:
383+ - drop two unnecessary patches
384+ * debian/rules:
385+ - cleanup, and add Debian GNOME Team rules include
386+ * debian/control.in:
387+ - add Debian GNOME Team stuff
388+ - fix alignment
389+ - remove Recommends for xserver-xephyr
390+ - fix build-dependencies package names
391+ - build-depend on gnome-pkg-tools for uploaders
392+
393+ -- Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> Wed, 14 Oct 2009 11:31:23 -0300
394+
395+gnome-shell (2.28.0-0ubuntu2) karmic; urgency=low
396+
397+ * Add libcroco3-dev to Build-Depends. Fixes FTBFS.
398+
399+ -- Christopher James Halse Rogers <raof@ubuntu.com> Tue, 13 Oct 2009 17:50:23 +1100
400+
401+gnome-shell (2.28.0-0ubuntu1) karmic; urgency=low
402+
403+ * New upstream version
404+ * debian/control:
405+ - updated build requirement
406+ * debian/patches/80_git_change_fix_alt_tab_ressource_usage.patch:
407+ - git change to fix ressources not being freed on alt-tab
408+
409+ -- Sebastien Bacher <seb128@ubuntu.com> Mon, 12 Oct 2009 22:44:00 +0200
410+
411+gnome-shell (2.27.3-0ubuntu1) karmic; urgency=low
412+
413+ * New upstream version
414+ * debian/control:
415+ - depends on python since it's used in the wrapper
416+ (lp: #413096)
417+ - updated gir requirement
418+
419+ -- Sebastien Bacher <seb128@ubuntu.com> Wed, 30 Sep 2009 23:09:56 +0200
420+
421+gnome-shell (2.27.2-0ubuntu1) karmic; urgency=low
422+
423+ * New upstream version
424+
425+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 08 Sep 2009 00:31:49 +0200
426+
427+gnome-shell (2.27.1-0ubuntu1) karmic; urgency=low
428+
429+ * New upstream version
430+ * debian/control:
431+ - updated build requirements
432+
433+ -- Sebastien Bacher <seb128@ubuntu.com> Wed, 02 Sep 2009 10:44:03 +0200
434+
435+gnome-shell (2.27.0-0ubuntu3) karmic; urgency=low
436+
437+ * Requires gvfs-backends now
438+
439+ -- Sebastien Bacher <seb128@ubuntu.com> Wed, 12 Aug 2009 01:46:57 +0200
440+
441+gnome-shell (2.27.0-0ubuntu2) karmic; urgency=low
442+
443+ * Require gobject-introspection-freedesktop too
444+
445+ -- Sebastien Bacher <seb128@ubuntu.com> Wed, 12 Aug 2009 01:29:04 +0200
446+
447+gnome-shell (2.27.0-0ubuntu1) karmic; urgency=low
448+
449+ * New upstream version
450+
451+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 11 Aug 2009 19:36:26 +0200
452+
453+gnome-shell (0.0.1~git20090805-0ubuntu1) karmic; urgency=low
454+
455+ * New upstream snapshot
456+ * debian/control:
457+ - require new clutter
458+
459+ -- Sebastien Bacher <seb128@ubuntu.com> Wed, 05 Aug 2009 19:04:15 +0100
460+
461+gnome-shell (0.0.1~git20090715-0ubuntu1) karmic; urgency=low
462+
463+ * New upstream snapshot
464+ * debian/control:
465+ - build-depends on libglib
466+
467+ -- Sebastien Bacher <seb128@ubuntu.com> Wed, 15 Jul 2009 15:57:33 +0200
468+
469+gnome-shell (0.0.1~git20090702-0ubuntu0.2) karmic; urgency=low
470+
471+ * debian/control:
472+ - recommends xserver-xephyr
473+
474+ -- Sebastien Bacher <seb128@ubuntu.com> Thu, 02 Jul 2009 19:48:06 +0200
475+
476+gnome-shell (0.0.1~git20090702-0ubuntu0.1) karmic; urgency=low
477+
478+ * New git version
479+ * debian/control:
480+ - updated the depends
481+
482+ -- Sebastien Bacher <seb128@ubuntu.com> Thu, 02 Jul 2009 15:59:22 +0200
483+
484+gnome-shell (0.0.1~git20090701-0ubuntu0.3) karmic; urgency=low
485+
486+ * debian/control:
487+ - build-depends on gobject-introspection-glib-2.0 and not on libdesk
488+
489+ -- Sebastien Bacher <seb128@ubuntu.com> Thu, 02 Jul 2009 10:18:37 +0200
490+
491+gnome-shell (0.0.1~git20090701-0ubuntu0.2) karmic; urgency=low
492+
493+ * debian/control: build-depends on gobject-introspection
494+
495+ -- Sebastien Bacher <seb128@ubuntu.com> Thu, 02 Jul 2009 09:51:01 +0200
496+
497+gnome-shell (0.0.1~git20090701-0ubuntu0.1) karmic; urgency=low
498+
499+ * Initial ppa upload
500+
501+ -- Sebastien Bacher <seb128@ubuntu.com> Wed, 01 Jul 2009 23:29:31 +0200
502
503=== added file 'debian/compat'
504--- debian/compat 1970-01-01 00:00:00 +0000
505+++ debian/compat 2011-09-15 20:40:29 +0000
506@@ -0,0 +1,1 @@
507+7
508
509=== added file 'debian/control'
510--- debian/control 1970-01-01 00:00:00 +0000
511+++ debian/control 2011-09-15 20:40:29 +0000
512@@ -0,0 +1,94 @@
513+# This file is autogenerated. DO NOT EDIT!
514+#
515+# Modifications should be made to debian/control.in instead.
516+# This file is regenerated automatically in the clean target.
517+
518+Source: gnome-shell
519+Section: gnome
520+Priority: optional
521+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
522+XSBC-Original-Maintainer: Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
523+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu@debian.org>, Frederic Peters <fpeters@debian.org>, Sjoerd Simons <sjoerd@debian.org>
524+Build-Depends: cdbs,
525+ debhelper (>= 7),
526+ autotools-dev,
527+ gnome-pkg-tools (>= 0.11),
528+ intltool,
529+ libgjs-dev (>= 0.7.11),
530+ gvfs-backends,
531+ gobject-introspection (>= 0.10.1),
532+ gir1.2-atk-1.0 (>= 1.32),
533+ gir1.2-clutter-1.0 (>= 1.4),
534+ gir1.2-freedesktop (>= 0.10.6),
535+ gir1.2-glib-2.0 (>= 0.9),
536+ gir1.2-gtk-3.0,
537+ gir1.2-json-glib-1.0,
538+ gir1.2-mutter-3.0,
539+ gir1.2-polkit-1.0,
540+ gir1.2-telepathyglib-0.12,
541+ gir1.2-telepathylogger-0.2,
542+ gnome-bluetooth (>= 3.0.0),
543+ gsettings-desktop-schemas-dev (>= 0.1.7),
544+ libcroco3-dev (>= 0.6),
545+ libdbus-glib-1-dev,
546+ libgconf2-dev,
547+ libgirepository1.0-dev (>= 0.9),
548+ libglib2.0-dev (>= 2.25.9),
549+ libglib2.0-bin (>= 2.25.11),
550+ libgnome-bluetooth-dev (>= 3.0.0),
551+ libgnome-desktop-3-dev (>= 2.90.0),
552+ libgnome-menu-dev,
553+ libgstreamer0.10-dev (>= 0.10.16),
554+ libgtk-3-dev (>= 3.0.0),
555+ libstartup-notification0-dev,
556+ libmutter-dev (>= 3.0.0),
557+ librsvg2-dev,
558+ libwnck-dev,
559+ libclutter-1.0-dev (>= 1.5.15),
560+ libxfixes-dev,
561+ libxss-dev,
562+ libpulse-dev,
563+ libcanberra-dev,
564+ libecal1.2-dev (>= 2.32),
565+ libedataserver1.2-dev (>= 3.0.0),
566+ libedataserverui-3.0-dev (>= 3.0.0),
567+ libtelepathy-glib-dev (>= 0.13.12),
568+ libtelepathy-logger-dev (>= 0.2.4),
569+ libpolkit-agent-1-dev (>= 0.100)
570+Standards-Version: 3.9.1
571+Homepage: http://live.gnome.org/GnomeShell
572+Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/gnome-shell
573+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/packages/unstable/gnome-shell/
574+
575+Package: gnome-shell
576+Architecture: any
577+Depends: ${gir:Depends},
578+ gjs (>= 0.7.11),
579+ ${shlibs:Depends},
580+ ${misc:Depends},
581+ libdconf0 | gsettings-backend,
582+ gnome-settings-daemon (>= 2.91.5.1),
583+ gnome-control-center (>= 2.91),
584+ gsettings-desktop-schemas (>= 0.1.7),
585+ gnome-icon-theme-symbolic (>= 2.91),
586+ gir1.2-gconf-2.0,
587+ gir1.2-gkbd-3.0,
588+ gir1.2-gnomebluetooth-1.0,
589+ gir1.2-mutter-3.0,
590+ gir1.2-polkit-1.0,
591+ gir1.2-upowerglib-1.0,
592+ gir1.2-telepathyglib-0.12,
593+ gir1.2-telepathylogger-0.2,
594+ python,
595+ pkg-config,
596+ mesa-utils
597+Description: graphical shell for the GNOME desktop
598+ The GNOME Shell redefines user interactions with the GNOME desktop.
599+ In particular, it offers new paradigms for launching applications,
600+ accessing documents, and organizing open windows in GNOME. Later, it
601+ will introduce a new applets eco-system and offer new solutions for
602+ other desktop features, such as notifications and contacts
603+ management. The GNOME Shell is intended to replace functions handled
604+ by the GNOME Panel and by the window manager in previous versions of
605+ GNOME. The GNOME Shell has rich visual effects enabled by new
606+ graphical technologies.
607
608=== added file 'debian/control.in'
609--- debian/control.in 1970-01-01 00:00:00 +0000
610+++ debian/control.in 2011-09-15 20:40:29 +0000
611@@ -0,0 +1,89 @@
612+Source: gnome-shell
613+Section: gnome
614+Priority: optional
615+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
616+XSBC-Original-Maintainer: Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
617+Uploaders: @GNOME_TEAM@
618+Build-Depends: cdbs,
619+ debhelper (>= 7),
620+ autotools-dev,
621+ gnome-pkg-tools (>= 0.11),
622+ intltool,
623+ libgjs-dev (>= 0.7.11),
624+ gvfs-backends,
625+ gobject-introspection (>= 0.10.1),
626+ gir1.2-atk-1.0 (>= 1.32),
627+ gir1.2-clutter-1.0 (>= 1.4),
628+ gir1.2-freedesktop (>= 0.10.6),
629+ gir1.2-glib-2.0 (>= 0.9),
630+ gir1.2-gtk-3.0,
631+ gir1.2-json-glib-1.0,
632+ gir1.2-mutter-3.0,
633+ gir1.2-polkit-1.0,
634+ gir1.2-telepathyglib-0.12,
635+ gir1.2-telepathylogger-0.2,
636+ gnome-bluetooth (>= 3.0.0),
637+ gsettings-desktop-schemas-dev (>= 0.1.7),
638+ libcroco3-dev (>= 0.6),
639+ libdbus-glib-1-dev,
640+ libgconf2-dev,
641+ libgirepository1.0-dev (>= 0.9),
642+ libglib2.0-dev (>= 2.25.9),
643+ libglib2.0-bin (>= 2.25.11),
644+ libgnome-bluetooth-dev (>= 3.0.0),
645+ libgnome-desktop-3-dev (>= 2.90.0),
646+ libgnome-menu-dev,
647+ libgstreamer0.10-dev (>= 0.10.16),
648+ libgtk-3-dev (>= 3.0.0),
649+ libstartup-notification0-dev,
650+ libmutter-dev (>= 3.0.0),
651+ librsvg2-dev,
652+ libwnck-dev,
653+ libclutter-1.0-dev (>= 1.5.15),
654+ libxfixes-dev,
655+ libxss-dev,
656+ libpulse-dev,
657+ libcanberra-dev,
658+ libecal1.2-dev (>= 2.32),
659+ libedataserver1.2-dev (>= 3.0.0),
660+ libedataserverui-3.0-dev (>= 3.0.0),
661+ libtelepathy-glib-dev (>= 0.13.12),
662+ libtelepathy-logger-dev (>= 0.2.4),
663+ libpolkit-agent-1-dev (>= 0.100)
664+Standards-Version: 3.9.1
665+Homepage: http://live.gnome.org/GnomeShell
666+Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/gnome-shell
667+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/packages/unstable/gnome-shell/
668+
669+Package: gnome-shell
670+Architecture: any
671+Depends: ${gir:Depends},
672+ gjs (>= 0.7.11),
673+ ${shlibs:Depends},
674+ ${misc:Depends},
675+ libdconf0 | gsettings-backend,
676+ gnome-settings-daemon (>= 2.91.5.1),
677+ gnome-control-center (>= 2.91),
678+ gsettings-desktop-schemas (>= 0.1.7),
679+ gnome-icon-theme-symbolic (>= 2.91),
680+ gir1.2-gconf-2.0,
681+ gir1.2-gkbd-3.0,
682+ gir1.2-gnomebluetooth-1.0,
683+ gir1.2-mutter-3.0,
684+ gir1.2-polkit-1.0,
685+ gir1.2-upowerglib-1.0,
686+ gir1.2-telepathyglib-0.12,
687+ gir1.2-telepathylogger-0.2,
688+ python,
689+ pkg-config,
690+ mesa-utils
691+Description: graphical shell for the GNOME desktop
692+ The GNOME Shell redefines user interactions with the GNOME desktop.
693+ In particular, it offers new paradigms for launching applications,
694+ accessing documents, and organizing open windows in GNOME. Later, it
695+ will introduce a new applets eco-system and offer new solutions for
696+ other desktop features, such as notifications and contacts
697+ management. The GNOME Shell is intended to replace functions handled
698+ by the GNOME Panel and by the window manager in previous versions of
699+ GNOME. The GNOME Shell has rich visual effects enabled by new
700+ graphical technologies.
701
702=== added file 'debian/copyright'
703--- debian/copyright 1970-01-01 00:00:00 +0000
704+++ debian/copyright 2011-09-15 20:40:29 +0000
705@@ -0,0 +1,52 @@
706+This package was debianized by Sebastien Bacher <seb128@ubuntu.com> on
707+Wed, 01 Jul 2009 23:29:31 +0200.
708+
709+It was downloaded from http://ftp.gnome.org/pub/GNOME/sources/gnome-shell/2.28/
710+
711+Upstream Authors:
712+
713+ Colin Walters
714+ Dan Winship
715+ Marina Zhurakhinskaya
716+ Owen Taylor
717+ William Jon McCann
718+
719+Files: src/*
720+ js/*
721+Copyright: © 2000 Helix Code, Inc.
722+ © 2000,2001 Eazel, Inc.
723+ © 2001 George Lebl
724+ © 2002 Sun Microsystems Inc.
725+ © 2004-2005 James M. Cape <jcape@ignore-your.tv>
726+ © 2006-2008 Red Hat, Inc.
727+ © 2007 Ryan Lortie
728+ © 2008 Intel Corp.
729+License: GPL-2+ (/usr/share/common-licenses/GPL-2)
730+
731+Files: src/gdmuser/*
732+Copyright: © 2007-2008 William Jon McCann <mccann@jhu.edu>
733+ © 2004-2005 James M. Cape <jcape@ignore-your.tv>
734+License: LGPL-2+ (/usr/share/common-licenses/LGPL-2)
735+
736+Files: src/tray/*
737+Copyright: © 2002 Anders Carlsson <andersca@gnu.org>
738+ © 2003-2006 Vincent Untz
739+ © 2008 Red Hat, Inc.
740+
741+Files: src/big/*
742+Copyright: © 2005-2008 Red Hat, Inc.
743+ © 2008-2009 litl, LLC
744+
745+Files: src/st/*
746+Copyright: © 2008 OpenedHand
747+ © 2009 Intel Corporation.
748+ © 2003-2004 Dodji Seketeli
749+License: LGPL-2.1 (/usr/share/common-licenses/LGPL-2.1)
750+
751+The Debian packaging is:
752+
753+ Copyright © 2009 Sebastien Bacher <seb128@ubuntu.com>
754+ Copyright © 2009 Collabora Ltd.
755+
756+and is licensed under the GPL version 3,
757+see `/usr/share/common-licenses/GPL-3'.
758
759=== added file 'debian/gnome-shell.lintian-overrides'
760--- debian/gnome-shell.lintian-overrides 1970-01-01 00:00:00 +0000
761+++ debian/gnome-shell.lintian-overrides 2011-09-15 20:40:29 +0000
762@@ -0,0 +1,4 @@
763+# It's the only way we have to let gnome-shell find the private library it
764+# links against through libgnome-shell.so
765+gnome-shell: binary-or-shlib-defines-rpath usr/bin/gnome-shell /usr/lib/gnome-bluetooth
766+gnome-shell: binary-or-shlib-defines-rpath ./usr/bin/gnome-shell /usr/lib/gnome-bluetooth
767
768=== added directory 'debian/patches'
769=== added file 'debian/patches/01_favorite_apps.patch'
770--- debian/patches/01_favorite_apps.patch 1970-01-01 00:00:00 +0000
771+++ debian/patches/01_favorite_apps.patch 2011-09-15 20:40:29 +0000
772@@ -0,0 +1,13 @@
773+Index: gnome-shell-2.91.90/data/org.gnome.shell.gschema.xml.in
774+===================================================================
775+--- gnome-shell-2.91.90.orig/data/org.gnome.shell.gschema.xml.in
776++++ gnome-shell-2.91.90/data/org.gnome.shell.gschema.xml.in
777+@@ -30,7 +30,7 @@
778+ </_description>
779+ </key>
780+ <key name="favorite-apps" type="as">
781+- <default>[ 'mozilla-firefox.desktop', 'evolution.desktop', 'empathy.desktop', 'rhythmbox.desktop', 'shotwell.desktop', 'openoffice.org-writer.desktop', 'nautilus.desktop' ]</default>
782++ <default>[ 'mozilla-firefox.desktop', 'evolution.desktop', 'empathy.desktop', 'banshee.desktop', 'shotwell.desktop', 'libreoffice-writer.desktop', 'nautilus.desktop' ]</default>
783+ <_summary>List of desktop file IDs for favorite applications</_summary>
784+ <_description>
785+ The applications corresponding to these identifiers
786
787=== added file 'debian/patches/02_rpath-bluetooth-applet.patch'
788--- debian/patches/02_rpath-bluetooth-applet.patch 1970-01-01 00:00:00 +0000
789+++ debian/patches/02_rpath-bluetooth-applet.patch 2011-09-15 20:40:29 +0000
790@@ -0,0 +1,28 @@
791+Description: Define rpath for linking against gnome-bluetooth
792+ Modified by Raphael Hertzog to actually make it work.
793+Author: Rico Tzschichholz <ricotz@ubuntu.com>
794+Forwarded: no
795+Last-Update: 2011-04-11
796+
797+--- a/src/Makefile.am
798++++ b/src/Makefile.am
799+@@ -254,7 +254,7 @@ shell-enum-types.c: shell-enum-types.c.i
800+ rm -f $(@F).tmp
801+ EXTRA_DIST += shell-enum-types.c.in
802+
803+-libgnome_shell_la_LDFLAGS = -avoid-version
804++libgnome_shell_la_LDFLAGS = -avoid-version -rpath $(pkglibdir):/usr/lib/gnome-bluetooth -R $(pkglibdir)
805+ libgnome_shell_la_LIBADD = \
806+ -lm \
807+ $(GNOME_SHELL_LIBS) \
808+--- a/src/Makefile.in
809++++ b/src/Makefile.in
810+@@ -900,7 +900,7 @@ run_js_test_LDFLAGS = -export-dynamic
811+ run_js_test_SOURCES = \
812+ run-js-test.c
813+
814+-libgnome_shell_la_LDFLAGS = -avoid-version
815++libgnome_shell_la_LDFLAGS = -avoid-version -rpath $(pkglibdir):/usr/lib/gnome-bluetooth -R $(pkglibdir)
816+ libgnome_shell_la_LIBADD = \
817+ -lm \
818+ $(GNOME_SHELL_LIBS) \
819
820=== added file 'debian/patches/series'
821--- debian/patches/series 1970-01-01 00:00:00 +0000
822+++ debian/patches/series 2011-09-15 20:40:29 +0000
823@@ -0,0 +1,2 @@
824+01_favorite_apps.patch
825+02_rpath-bluetooth-applet.patch
826
827=== added file 'debian/rules'
828--- debian/rules 1970-01-01 00:00:00 +0000
829+++ debian/rules 2011-09-15 20:40:29 +0000
830@@ -0,0 +1,18 @@
831+#!/usr/bin/make -f
832+
833+include /usr/share/cdbs/1/rules/debhelper.mk
834+include /usr/share/cdbs/1/class/autotools.mk
835+include /usr/share/cdbs/1/rules/utils.mk
836+include /usr/share/cdbs/1/class/gnome.mk
837+include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
838+-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
839+
840+$(patsubst %,binary-predeb/%,$(DEB_ALL_PACKAGES)) ::
841+ dh_girepository -p$(cdbs_curpkg) -l src -p /usr/lib/mutter \
842+ /usr/lib/gnome-shell
843+ find debian/$(cdbs_curpkg) -name '*.la' -exec rm -f '{}' ';'
844+
845+DEB_CONFIGURE_EXTRA_FLAGS += --enable-compile-warnings=yes
846+
847+DEB_DH_MAKESHLIBS_ARGS_gnome-shell = -Xlibgnome-shell
848+DEB_SHLIBDEPS_INCLUDE = /usr/lib/gnome-bluetooth
849
850=== added file 'debian/shlibs.local'
851--- debian/shlibs.local 1970-01-01 00:00:00 +0000
852+++ debian/shlibs.local 2011-09-15 20:40:29 +0000
853@@ -0,0 +1,1 @@
854+libgnome-bluetooth-applet 0 gnome-bluetooth (>= 3.0.0)
855
856=== added directory 'debian/source'
857=== added file 'debian/source/format'
858--- debian/source/format 1970-01-01 00:00:00 +0000
859+++ debian/source/format 2011-09-15 20:40:29 +0000
860@@ -0,0 +1,1 @@
861+3.0 (quilt)
862
863=== added file 'debian/watch'
864--- debian/watch 1970-01-01 00:00:00 +0000
865+++ debian/watch 2011-09-15 20:40:29 +0000
866@@ -0,0 +1,2 @@
867+version=3
868+http://download.gnome.org/sources/gnome-shell/([\d\.]+)/gnome-shell-(.*)\.tar\.gz

Subscribers

People subscribed via source and target branches