registry team mailing list archive
-
registry team
-
Mailing list archive
-
Message #32848
[Merge] lp:~gnome3-team/gnome-shell/ubuntu into lp:gnome-shell
William Jackson has proposed merging lp:~gnome3-team/gnome-shell/ubuntu into lp:gnome-shell.
Requested reviews:
Registry Administrators (registry)
Related bugs:
Bug #793055 in gnome-shell: "Umlauts missing in several Gnome Applications"
https://bugs.launchpad.net/gnome-shell/+bug/793055
For more details, see:
https://code.launchpad.net/~gnome3-team/gnome-shell/ubuntu/+merge/68056
--
https://code.launchpad.net/~gnome3-team/gnome-shell/ubuntu/+merge/68056
Your team Registry Administrators is requested to review the proposed merge of lp:~gnome3-team/gnome-shell/ubuntu into lp:gnome-shell.
=== added directory 'debian'
=== added file 'debian/README.Debian'
--- debian/README.Debian 1970-01-01 00:00:00 +0000
+++ debian/README.Debian 2011-07-15 08:51:13 +0000
@@ -0,0 +1,39 @@
+GNOME Shell for Debian
+======================
+
+1. Running
+
+There are two main ways of running GNOME Shell: replacing your current
+GNOME window manager and panel components, or inside a Xephyr window,
+as a way to quickly try it out without compromising your
+environment. At this stage one of the options may work better than the
+other, depending on various factors, including your drivers.
+
+To run GNOME Shell under Xephyr you first need to install the
+xserver-xephyr package, and then run GNOME Shell with the --xephyr
+parameter:
+
+ $ gnome-shell --xephyr
+
+2. It's SLOW as hell!
+
+To run GNOME Shell you need to have proper DRI, and a video driver
+that Clutter likes. In some Intel cards, Kernel-Mode Setting (KMS) may
+help. In case GNOME Shell runs but is extremely slow you can try
+enabling KMS or running it with CLUTTER_VBLANK=none in its
+environment. See http://bugzilla.openedhand.com/show_bug.cgi?id=1730.
+
+3. If you have enough corage...
+
+GNOME Shell installs a .desktop file which makes it possible to make
+it the default for your session, replacing metacity/gnome-panel. To
+make it the default all you need to do is set the following gconf key
+to 'gnome-shell':
+
+ /desktop/gnome/session/required_components/windowmanager
+
+Here's the gconftool command, if you're feeling lazy:
+
+ $ gconftool-2 -t string -s /desktop/gnome/session/required_components/windowmanager gnome-shell
+
+ -- Gustavo Noronha Silva <kov@xxxxxxxxxx>, Tue, 20 Oct 2009 14:50:12 -0200
=== added file 'debian/changelog'
--- debian/changelog 1970-01-01 00:00:00 +0000
+++ debian/changelog 2011-07-15 08:51:13 +0000
@@ -0,0 +1,452 @@
+gnome-shell (3.0.2-0ubuntu1~build1) natty; urgency=low
+
+ * New upstream release
+ * 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
+
+ -- Rico Tzschichholz <ricotz@xxxxxxxxxx> Thu, 26 May 2011 10:06:48 +0200
+
+gnome-shell (3.0.1-1) experimental; urgency=low
+
+ [ Laurent Bigonville ]
+ * debian/control.in:
+ - Bump priority to optional
+
+ [ Sjoerd Simons ]
+ * New upstream release
+
+ -- Sjoerd Simons <sjoerd@xxxxxxxxxx> Sat, 14 May 2011 17:58:12 +0100
+
+gnome-shell (3.0.0.2-1) experimental; urgency=low
+
+ * Team upload.
+
+ [ Frederic Peters ]
+ * New upstream release (2.91.93).
+ * debian/control.in:
+ + added dependency on gnome-icon-theme-symbolic.
+ + bumped gnome-shell dependency.
+ + bumped gir1.2-freedesktop build-dep to 0.10.6, for a fix to
+ cairo-1.0.typelib
+
+ [ Raphaël Hertzog ]
+ * New upstream release (3.0.0.2).
+ * New patch 02_rpath-bluetooth-applet.patch by Rico Tzschichholz to
+ add an RPATH so that the compilation doesn't fail when g-ir-scanner
+ tries to analyze libgnome-shell.so linked against
+ libgnome-bluetooth-applet.so.0 which is in a private directory.
+ * Add a lintian override for the RPATH that we can't avoid.
+ * Teach dpkg-shlibdeps how to find that private lib and add the
+ corresponding dependency in debian/slibs.local.
+ * Update and add a bunch of build-depends to match the latest configure
+ requirements.
+ * Add gir1.2-gnomebluetooth-1.0 and gir1.2-networkmanager-1.0 to Depends
+ because they are needed to benefit from the improved UI associated to the
+ respective status bar applet.
+
+ [ Laurent Bigonville ]
+ * debian/control.in: {Build-}Depends against gir1.2-mutter-3.0 instead of
+ gir1.2-mutter-2.91
+
+ -- Raphaël Hertzog <hertzog@xxxxxxxxxx> Mon, 11 Apr 2011 21:03:31 +0000
+
+gnome-shell (2.91.92-1) experimental; urgency=low
+
+ * 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.
+
+ -- Frederic Peters <fpeters@xxxxxxxxxx> Thu, 24 Mar 2011 19:28:12 +0100
+
+gnome-shell (2.91.91-2) experimental; urgency=low
+
+ * 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)
+
+ -- Frederic Peters <fpeters@xxxxxxxxxx> Sat, 19 Mar 2011 13:10:02 +0100
+
+gnome-shell (2.91.91-1) experimental; urgency=low
+
+ * 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.
+
+ -- Emilio Pozuelo Monfort <pochu@xxxxxxxxxx> Wed, 16 Mar 2011 21:47:27 +0000
+
+gnome-shell (2.91.90-1) experimental; urgency=low
+
+ * New upstream release.
+ + Build depend on libtelepathy-glib-dev for the updated Telepathy
+ integration.
+ + Build depend on libpolkit-agent-1-dev for the new authorization dialogs.
+ + Build depend, and depend, on appropriate gir packages (polkit,
+ telepathy, and upower).
+ + Update build dep on libmutter-dev.
+ + Update depends for new libgnomekbd gir package name.
+ + Remove Recommends on xserver-xephyr.
+
+ -- Frederic Peters <fpeters@xxxxxxxxxx> Fri, 25 Feb 2011 12:23:23 +0100
+
+gnome-shell (2.91.6-1) experimental; urgency=low
+
+ [ Emilio Pozuelo Monfort ]
+ * debian/control.in:
+ + Depend on gnome-control-center for My Account / System settings.
+
+ [ Laurent Bigonville ]
+ * New upstream release.
+ * debian/control.in:
+ - Bump build-dependencies
+ - Add libecal1.2-dev, libedataserver1.2-dev and libedataserverui1.2-dev
+ build-dependencies
+ - Make mutter depends on libdconf0 | gsettings-backend instead of
+ libdconf0 only
+
+ [ Emilio Pozuelo Monfort ]
+ * debian/control.in:
+ + Update for the new gtk+ 3 package names.
+ + Add missing dependency on gir1.2-gnomekbd-3.0.
+
+ -- Emilio Pozuelo Monfort <pochu@xxxxxxxxxx> Sat, 19 Feb 2011 16:45:48 +0000
+
+gnome-shell (2.91.5-1) experimental; urgency=low
+
+ * New upstream release.
+ + debian/patches/02_fix_build_with_latest_gtk.patch:
+ - Removed, fixed upstream.
+ + debian/patches/01_favorite_apps.patch:
+ - Refreshed.
+ + debian/control.in:
+ - Updated build dependencies.
+
+ -- Emilio Pozuelo Monfort <pochu@xxxxxxxxxx> Wed, 12 Jan 2011 23:41:41 +0000
+
+gnome-shell (2.91.3-2) experimental; urgency=low
+
+ * debian/control.in:
+ - Build depend on libdconf0 for dconf-service. Closes: #595598.
+
+ -- Emilio Pozuelo Monfort <pochu@xxxxxxxxxx> Sun, 19 Dec 2010 16:36:11 +0000
+
+gnome-shell (2.91.3-1) experimental; urgency=low
+
+ [ Emilio Pozuelo Monfort ]
+ * New upstream release (Closes: #605098, CVE-2010-4000).
+ - debian/control.in:
+ + Updated dependencies and build dependencies.
+ - debian/patches/02_undo_gtk3_transition.diff:
+ + Removed, let's use GTK+3 from now on.
+ - debian/patches/03_fix_dconf_service_location.diff:
+ + Updated.
+ * debian/control.in,
+ debian/rules:
+ - Remove hack to get the typelibs scanned. Pass the private
+ directory to dh_girepository instead. Update the minimum
+ build dependency on gobject-introspection accordingly.
+ * debian/control.in:
+ - Build depend on gir1.2 packages.
+ - Remove gir dependencies, they are autogenerated.
+
+ [ Laurent Bigonville ]
+ * debian/control.in: Add Vcs-* fields
+ * debian/watch: Add watch file
+
+ [ Emilio Pozuelo Monfort ]
+ * debian/patches/02_fix_build_with_latest_gtk.patch:
+ - Patch from upstream git, fix build with GTK+ 2.91.6.
+ * debian/control.in:
+ - Bump the libgtk3.0-dev accordingly.
+ * debian/patches/*.diff:
+ - Renamed to debian/patches/*.patch.
+
+ -- Emilio Pozuelo Monfort <pochu@xxxxxxxxxx> Sun, 19 Dec 2010 00:08:30 +0000
+
+gnome-shell (2.31.5-2) experimental; urgency=low
+
+ * debian/control:
+ - depend and build-depend on gir1.0-glib-2.0 (>= 0.6.15~git20100713)
+ - also depend on gjs, because the clock preferences uses gjs-console for
+ some reason
+
+ -- Gustavo Noronha Silva <kov@xxxxxxxxxx> Wed, 28 Jul 2010 11:45:06 +0200
+
+gnome-shell (2.31.5-1) experimental; urgency=low
+
+ * New development release.
+ - depend on mutter 2.31.5
+ - refresh patches
+ - fixes requirements on mutter (Closes: #586124)
+ * debian/control.in:
+ - Build-depend on glib >= 2.25.11-1 because we use glib-compile-schemas
+ - Build-depend on gtk+ >= 2.21.1
+ - Build-depend on gobject-introspection >= 0.6.15~git20100713-1 because
+ we need newer glib bindings
+ - Build-depend on gir1.0-json-glib-1.0 (Closes: #584660), thanks to
+ Raphael Hertzog for pointing out the fix
+ - gnome-shell depends on gir1.0-gconf-2.0 >= 2.31.5 to run
+ * debian/patches/02_undo_gtk3_transition.diff:
+ - undo gtk2->gtk3 migration since we do not yet have gtk+ 3 on Debian
+ * debian/patches/03_fix_dconf_service_location.diff:
+ - fix the path used to start dconf-service
+
+ -- Gustavo Noronha Silva <gustavo.noronha@xxxxxxxxxxxxxxx> Tue, 13 Jul 2010 14:36:34 -0300
+
+gnome-shell (2.31.2-1) experimental; urgency=low
+
+ * New upstream release
+ - depends on mutter 2.31
+ - includes debian/patches/02_gjs_build_fix.patch, so removing
+ * debian/rules:
+ - depends on clutter-1.0 >= 1.2.8
+
+ -- Gustavo Noronha Silva <gustavo.noronha@xxxxxxxxxxxxxxx> Mon, 31 May 2010 11:03:29 -0300
+
+gnome-shell (2.29.0-3) unstable; urgency=low
+
+ [ Emilio Pozuelo Monfort ]
+ * debian/patches/02_gjs_build_fix.patch:
+ - Backport upstream commit to fix the build with recent gjs.
+ * debian/source/format,
+ debian/patches/series,
+ debian/rules:
+ - Convert to source format 3.0 (quilt).
+ * debian/rules:
+ - Include gnome-get-source.mk.
+
+ -- Josselin Mouette <joss@xxxxxxxxxx> Tue, 27 Apr 2010 22:32:21 +0200
+
+gnome-shell (2.29.0-2) unstable; urgency=low
+
+ * debian/control:
+ - really fix #572718 by bumping the version in mutter's gir package name
+
+ -- Gustavo Noronha Silva <kov@xxxxxxxxxx> Mon, 15 Mar 2010 17:33:24 -0300
+
+gnome-shell (2.29.0-1) unstable; urgency=low
+
+ [ Emilio Pozuelo Monfort ]
+ * debian/rules:
+ - Don't install *.la.
+
+ [ Gustavo Noronha Silva ]
+ * New upstream development release.
+ - should work with the newer mutter (Closes: #572718)
+
+ -- Gustavo Noronha Silva <kov@xxxxxxxxxx> Tue, 09 Mar 2010 18:11:05 -0300
+
+gnome-shell (2.28.1~git20100129-1) unstable; urgency=low
+
+ * New upstream snapshot.
+
+ -- Gustavo Noronha Silva <kov@xxxxxxxxxx> Fri, 29 Jan 2010 12:44:58 -0200
+
+gnome-shell (2.28.1~git20091125-1) unstable; urgency=low
+
+ * New upstream snapshot
+
+ -- Gustavo Noronha Silva <gustavo.noronha@xxxxxxxxxxxxxxx> Wed, 25 Nov 2009 19:06:40 -0200
+
+gnome-shell (2.28.1~git20091117-1) unstable; urgency=low
+
+ * New upstream snapshot
+ * debian/patches/02_allow_non_uri_apps.diff:
+ - dropped; applied upstream
+ * debian/upstream.gitlog, debian/rules:
+ - ship upstream's git log as upstream changelog (Closes: #556354)
+
+ -- Gustavo Noronha Silva <gustavo.noronha@xxxxxxxxxxxxxxx> Thu, 12 Nov 2009 12:02:52 -0200
+
+gnome-shell (2.28.1~git20091112-1) unstable; urgency=low
+
+ * New upstream snapshot
+
+ -- Gustavo Noronha Silva <gustavo.noronha@xxxxxxxxxxxxxxx> Mon, 12 Nov 2009 10:43:05 -0200
+
+gnome-shell (2.28.1~git20091028-2) unstable; urgency=low
+
+ * debian/patches/01_favorite_apps.diff:
+ - change the default favorite browser desktop file to be Epiphany's
+ (Closes: #553054)
+ * debian/control.in:
+ - gnome-shell's startup script wants to run glxinfo to get information
+ regarding the server's GLX support; thanks to alex bodnaru
+ <alexbodn@xxxxxxxxxx> for noticing this is needed
+ (Closes: #553440)
+ * debian/patches/02_allow_non_uri_apps.diff:
+ - patch by Guido Günther <agx@xxxxxxxxxxx> to drop the requirement that
+ associated apps support URIs, for local files at least
+ (Closes: #553618)
+
+ -- Gustavo Noronha Silva <gustavo.noronha@xxxxxxxxxxxxxxx> Mon, 09 Nov 2009 15:32:14 -0200
+
+gnome-shell (2.28.1~git20091028-1) unstable; urgency=low
+
+ * New upstream snapshot
+ * debian/control:
+ - bump Standards-Version to 3.8.3
+ - python is a dependency, since the script that starts GNOME Shell
+ is a python script
+ - pkg-config is also a dependency (Closes: #552202)
+
+ -- Gustavo Noronha Silva <gustavo.noronha@xxxxxxxxxxxxxxx> Wed, 28 Oct 2009 16:12:13 -0200
+
+gnome-shell (2.28.1~git20091024-1) unstable; urgency=low
+
+ * New upstream snapshot
+ * debian/control.in:
+ - ok, I agree, let's recommend Xephyr for now (Closes: #552141)
+
+ -- Gustavo Noronha Silva <gustavo.noronha@xxxxxxxxxxxxxxx> Sat, 24 Oct 2009 13:22:02 -0200
+
+gnome-shell (2.28.1~git20091020-1) unstable; urgency=low
+
+ * Initial upload, based on the Ubuntu package (Closes: #550956)
+ * debian/patches:
+ - drop two unnecessary patches
+ * debian/rules:
+ - cleanup, and add Debian GNOME Team rules include
+ * debian/control.in:
+ - add Debian GNOME Team stuff
+ - fix alignment
+ - remove Recommends for xserver-xephyr
+ - fix build-dependencies package names
+ - build-depend on gnome-pkg-tools for uploaders
+
+ -- Gustavo Noronha Silva <gustavo.noronha@xxxxxxxxxxxxxxx> Wed, 14 Oct 2009 11:31:23 -0300
+
+gnome-shell (2.28.0-0ubuntu2) karmic; urgency=low
+
+ * Add libcroco3-dev to Build-Depends. Fixes FTBFS.
+
+ -- Christopher James Halse Rogers <raof@xxxxxxxxxx> Tue, 13 Oct 2009 17:50:23 +1100
+
+gnome-shell (2.28.0-0ubuntu1) karmic; urgency=low
+
+ * New upstream version
+ * debian/control:
+ - updated build requirement
+ * debian/patches/80_git_change_fix_alt_tab_ressource_usage.patch:
+ - git change to fix ressources not being freed on alt-tab
+
+ -- Sebastien Bacher <seb128@xxxxxxxxxx> Mon, 12 Oct 2009 22:44:00 +0200
+
+gnome-shell (2.27.3-0ubuntu1) karmic; urgency=low
+
+ * New upstream version
+ * debian/control:
+ - depends on python since it's used in the wrapper
+ (lp: #413096)
+ - updated gir requirement
+
+ -- Sebastien Bacher <seb128@xxxxxxxxxx> Wed, 30 Sep 2009 23:09:56 +0200
+
+gnome-shell (2.27.2-0ubuntu1) karmic; urgency=low
+
+ * New upstream version
+
+ -- Sebastien Bacher <seb128@xxxxxxxxxx> Tue, 08 Sep 2009 00:31:49 +0200
+
+gnome-shell (2.27.1-0ubuntu1) karmic; urgency=low
+
+ * New upstream version
+ * debian/control:
+ - updated build requirements
+
+ -- Sebastien Bacher <seb128@xxxxxxxxxx> Wed, 02 Sep 2009 10:44:03 +0200
+
+gnome-shell (2.27.0-0ubuntu3) karmic; urgency=low
+
+ * Requires gvfs-backends now
+
+ -- Sebastien Bacher <seb128@xxxxxxxxxx> Wed, 12 Aug 2009 01:46:57 +0200
+
+gnome-shell (2.27.0-0ubuntu2) karmic; urgency=low
+
+ * Require gobject-introspection-freedesktop too
+
+ -- Sebastien Bacher <seb128@xxxxxxxxxx> Wed, 12 Aug 2009 01:29:04 +0200
+
+gnome-shell (2.27.0-0ubuntu1) karmic; urgency=low
+
+ * New upstream version
+
+ -- Sebastien Bacher <seb128@xxxxxxxxxx> Tue, 11 Aug 2009 19:36:26 +0200
+
+gnome-shell (0.0.1~git20090805-0ubuntu1) karmic; urgency=low
+
+ * New upstream snapshot
+ * debian/control:
+ - require new clutter
+
+ -- Sebastien Bacher <seb128@xxxxxxxxxx> Wed, 05 Aug 2009 19:04:15 +0100
+
+gnome-shell (0.0.1~git20090715-0ubuntu1) karmic; urgency=low
+
+ * New upstream snapshot
+ * debian/control:
+ - build-depends on libglib
+
+ -- Sebastien Bacher <seb128@xxxxxxxxxx> Wed, 15 Jul 2009 15:57:33 +0200
+
+gnome-shell (0.0.1~git20090702-0ubuntu0.2) karmic; urgency=low
+
+ * debian/control:
+ - recommends xserver-xephyr
+
+ -- Sebastien Bacher <seb128@xxxxxxxxxx> Thu, 02 Jul 2009 19:48:06 +0200
+
+gnome-shell (0.0.1~git20090702-0ubuntu0.1) karmic; urgency=low
+
+ * New git version
+ * debian/control:
+ - updated the depends
+
+ -- Sebastien Bacher <seb128@xxxxxxxxxx> Thu, 02 Jul 2009 15:59:22 +0200
+
+gnome-shell (0.0.1~git20090701-0ubuntu0.3) karmic; urgency=low
+
+ * debian/control:
+ - build-depends on gobject-introspection-glib-2.0 and not on libdesk
+
+ -- Sebastien Bacher <seb128@xxxxxxxxxx> Thu, 02 Jul 2009 10:18:37 +0200
+
+gnome-shell (0.0.1~git20090701-0ubuntu0.2) karmic; urgency=low
+
+ * debian/control: build-depends on gobject-introspection
+
+ -- Sebastien Bacher <seb128@xxxxxxxxxx> Thu, 02 Jul 2009 09:51:01 +0200
+
+gnome-shell (0.0.1~git20090701-0ubuntu0.1) karmic; urgency=low
+
+ * Initial ppa upload
+
+ -- Sebastien Bacher <seb128@xxxxxxxxxx> Wed, 01 Jul 2009 23:29:31 +0200
=== added file 'debian/compat'
--- debian/compat 1970-01-01 00:00:00 +0000
+++ debian/compat 2011-07-15 08:51:13 +0000
@@ -0,0 +1,1 @@
+7
=== added file 'debian/control'
--- debian/control 1970-01-01 00:00:00 +0000
+++ debian/control 2011-07-15 08:51:13 +0000
@@ -0,0 +1,94 @@
+# This file is autogenerated. DO NOT EDIT!
+#
+# Modifications should be made to debian/control.in instead.
+# This file is regenerated automatically in the clean target.
+
+Source: gnome-shell
+Section: gnome
+Priority: optional
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@xxxxxxxxxxxxxxxx>
+XSBC-Original-Maintainer: Gustavo Noronha Silva <gustavo.noronha@xxxxxxxxxxxxxxx>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@xxxxxxxxxxxxxxxxxxxxxxx>, Emilio Pozuelo Monfort <pochu@xxxxxxxxxx>, Frederic Peters <fpeters@xxxxxxxxxx>, Sjoerd Simons <sjoerd@xxxxxxxxxx>
+Build-Depends: cdbs,
+ debhelper (>= 7),
+ autotools-dev,
+ gnome-pkg-tools (>= 0.11),
+ intltool,
+ libgjs-dev (>= 0.7.11),
+ gvfs-backends,
+ gobject-introspection (>= 0.10.1),
+ gir1.2-atk-1.0 (>= 1.32),
+ gir1.2-clutter-1.0 (>= 1.4),
+ gir1.2-freedesktop (>= 0.10.6),
+ gir1.2-glib-2.0 (>= 0.9),
+ gir1.2-gtk-3.0,
+ gir1.2-json-glib-1.0,
+ gir1.2-mutter-3.0,
+ gir1.2-polkit-1.0,
+ gir1.2-telepathyglib-0.12,
+ gir1.2-telepathylogger-0.2,
+ gnome-bluetooth (>= 3.0.0),
+ gsettings-desktop-schemas-dev (>= 0.1.7),
+ libcroco3-dev (>= 0.6),
+ libdbus-glib-1-dev,
+ libgconf2-dev,
+ libgirepository1.0-dev (>= 0.9),
+ libglib2.0-dev (>= 2.25.9),
+ libglib2.0-bin (>= 2.25.11),
+ libgnome-bluetooth-dev (>= 3.0.0),
+ libgnome-desktop-3-dev (>= 2.90.0),
+ libgnome-menu-dev,
+ libgstreamer0.10-dev (>= 0.10.16),
+ libgtk-3-dev (>= 3.0.0),
+ libstartup-notification0-dev,
+ libmutter-dev (>= 3.0.0),
+ librsvg2-dev,
+ libwnck-dev,
+ libclutter-1.0-dev (>= 1.5.15),
+ libxfixes-dev,
+ libxss-dev,
+ libpulse-dev,
+ libcanberra-dev,
+ libecal1.2-dev (>= 2.32),
+ libedataserver1.2-dev (>= 3.0.0),
+ libedataserverui-3.0-dev (>= 3.0.0),
+ libtelepathy-glib-dev (>= 0.13.12),
+ libtelepathy-logger-dev (>= 0.2.4),
+ libpolkit-agent-1-dev (>= 0.100)
+Standards-Version: 3.9.1
+Homepage: http://live.gnome.org/GnomeShell
+Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/gnome-shell
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/packages/unstable/gnome-shell/
+
+Package: gnome-shell
+Architecture: any
+Depends: ${gir:Depends},
+ gjs (>= 0.7.11),
+ ${shlibs:Depends},
+ ${misc:Depends},
+ libdconf0 | gsettings-backend,
+ gnome-settings-daemon (>= 2.91.5.1),
+ gnome-control-center (>= 2.91),
+ gsettings-desktop-schemas (>= 0.1.7),
+ gnome-icon-theme-symbolic (>= 2.91),
+ gir1.2-gconf-2.0,
+ gir1.2-gkbd-3.0,
+ gir1.2-gnomebluetooth-1.0,
+ gir1.2-mutter-3.0,
+ gir1.2-polkit-1.0,
+ gir1.2-upowerglib-1.0,
+ gir1.2-telepathyglib-0.12,
+ gir1.2-telepathylogger-0.2,
+ python,
+ pkg-config,
+ mesa-utils
+Description: graphical shell for the GNOME desktop
+ The GNOME Shell redefines user interactions with the GNOME desktop.
+ In particular, it offers new paradigms for launching applications,
+ accessing documents, and organizing open windows in GNOME. Later, it
+ will introduce a new applets eco-system and offer new solutions for
+ other desktop features, such as notifications and contacts
+ management. The GNOME Shell is intended to replace functions handled
+ by the GNOME Panel and by the window manager in previous versions of
+ GNOME. The GNOME Shell has rich visual effects enabled by new
+ graphical technologies.
=== added file 'debian/control.in'
--- debian/control.in 1970-01-01 00:00:00 +0000
+++ debian/control.in 2011-07-15 08:51:13 +0000
@@ -0,0 +1,89 @@
+Source: gnome-shell
+Section: gnome
+Priority: optional
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@xxxxxxxxxxxxxxxx>
+XSBC-Original-Maintainer: Gustavo Noronha Silva <gustavo.noronha@xxxxxxxxxxxxxxx>
+Uploaders: @GNOME_TEAM@
+Build-Depends: cdbs,
+ debhelper (>= 7),
+ autotools-dev,
+ gnome-pkg-tools (>= 0.11),
+ intltool,
+ libgjs-dev (>= 0.7.11),
+ gvfs-backends,
+ gobject-introspection (>= 0.10.1),
+ gir1.2-atk-1.0 (>= 1.32),
+ gir1.2-clutter-1.0 (>= 1.4),
+ gir1.2-freedesktop (>= 0.10.6),
+ gir1.2-glib-2.0 (>= 0.9),
+ gir1.2-gtk-3.0,
+ gir1.2-json-glib-1.0,
+ gir1.2-mutter-3.0,
+ gir1.2-polkit-1.0,
+ gir1.2-telepathyglib-0.12,
+ gir1.2-telepathylogger-0.2,
+ gnome-bluetooth (>= 3.0.0),
+ gsettings-desktop-schemas-dev (>= 0.1.7),
+ libcroco3-dev (>= 0.6),
+ libdbus-glib-1-dev,
+ libgconf2-dev,
+ libgirepository1.0-dev (>= 0.9),
+ libglib2.0-dev (>= 2.25.9),
+ libglib2.0-bin (>= 2.25.11),
+ libgnome-bluetooth-dev (>= 3.0.0),
+ libgnome-desktop-3-dev (>= 2.90.0),
+ libgnome-menu-dev,
+ libgstreamer0.10-dev (>= 0.10.16),
+ libgtk-3-dev (>= 3.0.0),
+ libstartup-notification0-dev,
+ libmutter-dev (>= 3.0.0),
+ librsvg2-dev,
+ libwnck-dev,
+ libclutter-1.0-dev (>= 1.5.15),
+ libxfixes-dev,
+ libxss-dev,
+ libpulse-dev,
+ libcanberra-dev,
+ libecal1.2-dev (>= 2.32),
+ libedataserver1.2-dev (>= 3.0.0),
+ libedataserverui-3.0-dev (>= 3.0.0),
+ libtelepathy-glib-dev (>= 0.13.12),
+ libtelepathy-logger-dev (>= 0.2.4),
+ libpolkit-agent-1-dev (>= 0.100)
+Standards-Version: 3.9.1
+Homepage: http://live.gnome.org/GnomeShell
+Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/gnome-shell
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/packages/unstable/gnome-shell/
+
+Package: gnome-shell
+Architecture: any
+Depends: ${gir:Depends},
+ gjs (>= 0.7.11),
+ ${shlibs:Depends},
+ ${misc:Depends},
+ libdconf0 | gsettings-backend,
+ gnome-settings-daemon (>= 2.91.5.1),
+ gnome-control-center (>= 2.91),
+ gsettings-desktop-schemas (>= 0.1.7),
+ gnome-icon-theme-symbolic (>= 2.91),
+ gir1.2-gconf-2.0,
+ gir1.2-gkbd-3.0,
+ gir1.2-gnomebluetooth-1.0,
+ gir1.2-mutter-3.0,
+ gir1.2-polkit-1.0,
+ gir1.2-upowerglib-1.0,
+ gir1.2-telepathyglib-0.12,
+ gir1.2-telepathylogger-0.2,
+ python,
+ pkg-config,
+ mesa-utils
+Description: graphical shell for the GNOME desktop
+ The GNOME Shell redefines user interactions with the GNOME desktop.
+ In particular, it offers new paradigms for launching applications,
+ accessing documents, and organizing open windows in GNOME. Later, it
+ will introduce a new applets eco-system and offer new solutions for
+ other desktop features, such as notifications and contacts
+ management. The GNOME Shell is intended to replace functions handled
+ by the GNOME Panel and by the window manager in previous versions of
+ GNOME. The GNOME Shell has rich visual effects enabled by new
+ graphical technologies.
=== added file 'debian/copyright'
--- debian/copyright 1970-01-01 00:00:00 +0000
+++ debian/copyright 2011-07-15 08:51:13 +0000
@@ -0,0 +1,52 @@
+This package was debianized by Sebastien Bacher <seb128@xxxxxxxxxx> on
+Wed, 01 Jul 2009 23:29:31 +0200.
+
+It was downloaded from http://ftp.gnome.org/pub/GNOME/sources/gnome-shell/2.28/
+
+Upstream Authors:
+
+ Colin Walters
+ Dan Winship
+ Marina Zhurakhinskaya
+ Owen Taylor
+ William Jon McCann
+
+Files: src/*
+ js/*
+Copyright: © 2000 Helix Code, Inc.
+ © 2000,2001 Eazel, Inc.
+ © 2001 George Lebl
+ © 2002 Sun Microsystems Inc.
+ © 2004-2005 James M. Cape <jcape@xxxxxxxxxxxxxx>
+ © 2006-2008 Red Hat, Inc.
+ © 2007 Ryan Lortie
+ © 2008 Intel Corp.
+License: GPL-2+ (/usr/share/common-licenses/GPL-2)
+
+Files: src/gdmuser/*
+Copyright: © 2007-2008 William Jon McCann <mccann@xxxxxxx>
+ © 2004-2005 James M. Cape <jcape@xxxxxxxxxxxxxx>
+License: LGPL-2+ (/usr/share/common-licenses/LGPL-2)
+
+Files: src/tray/*
+Copyright: © 2002 Anders Carlsson <andersca@xxxxxxx>
+ © 2003-2006 Vincent Untz
+ © 2008 Red Hat, Inc.
+
+Files: src/big/*
+Copyright: © 2005-2008 Red Hat, Inc.
+ © 2008-2009 litl, LLC
+
+Files: src/st/*
+Copyright: © 2008 OpenedHand
+ © 2009 Intel Corporation.
+ © 2003-2004 Dodji Seketeli
+License: LGPL-2.1 (/usr/share/common-licenses/LGPL-2.1)
+
+The Debian packaging is:
+
+ Copyright © 2009 Sebastien Bacher <seb128@xxxxxxxxxx>
+ Copyright © 2009 Collabora Ltd.
+
+and is licensed under the GPL version 3,
+see `/usr/share/common-licenses/GPL-3'.
=== added file 'debian/gnome-shell.lintian-overrides'
--- debian/gnome-shell.lintian-overrides 1970-01-01 00:00:00 +0000
+++ debian/gnome-shell.lintian-overrides 2011-07-15 08:51:13 +0000
@@ -0,0 +1,4 @@
+# It's the only way we have to let gnome-shell find the private library it
+# links against through libgnome-shell.so
+gnome-shell: binary-or-shlib-defines-rpath usr/bin/gnome-shell /usr/lib/gnome-bluetooth
+gnome-shell: binary-or-shlib-defines-rpath ./usr/bin/gnome-shell /usr/lib/gnome-bluetooth
=== added directory 'debian/patches'
=== added file 'debian/patches/01_favorite_apps.patch'
--- debian/patches/01_favorite_apps.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/01_favorite_apps.patch 2011-07-15 08:51:13 +0000
@@ -0,0 +1,13 @@
+Index: gnome-shell-2.91.90/data/org.gnome.shell.gschema.xml.in
+===================================================================
+--- gnome-shell-2.91.90.orig/data/org.gnome.shell.gschema.xml.in
++++ gnome-shell-2.91.90/data/org.gnome.shell.gschema.xml.in
+@@ -30,7 +30,7 @@
+ </_description>
+ </key>
+ <key name="favorite-apps" type="as">
+- <default>[ 'mozilla-firefox.desktop', 'evolution.desktop', 'empathy.desktop', 'rhythmbox.desktop', 'shotwell.desktop', 'openoffice.org-writer.desktop', 'nautilus.desktop' ]</default>
++ <default>[ 'mozilla-firefox.desktop', 'evolution.desktop', 'empathy.desktop', 'banshee.desktop', 'shotwell.desktop', 'libreoffice-writer.desktop', 'nautilus.desktop' ]</default>
+ <_summary>List of desktop file IDs for favorite applications</_summary>
+ <_description>
+ The applications corresponding to these identifiers
=== added file 'debian/patches/02_rpath-bluetooth-applet.patch'
--- debian/patches/02_rpath-bluetooth-applet.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/02_rpath-bluetooth-applet.patch 2011-07-15 08:51:13 +0000
@@ -0,0 +1,28 @@
+Description: Define rpath for linking against gnome-bluetooth
+ Modified by Raphael Hertzog to actually make it work.
+Author: Rico Tzschichholz <ricotz@xxxxxxxxxx>
+Forwarded: no
+Last-Update: 2011-04-11
+
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -254,7 +254,7 @@ shell-enum-types.c: shell-enum-types.c.i
+ rm -f $(@F).tmp
+ EXTRA_DIST += shell-enum-types.c.in
+
+-libgnome_shell_la_LDFLAGS = -avoid-version
++libgnome_shell_la_LDFLAGS = -avoid-version -rpath $(pkglibdir):/usr/lib/gnome-bluetooth -R $(pkglibdir)
+ libgnome_shell_la_LIBADD = \
+ -lm \
+ $(GNOME_SHELL_LIBS) \
+--- a/src/Makefile.in
++++ b/src/Makefile.in
+@@ -900,7 +900,7 @@ run_js_test_LDFLAGS = -export-dynamic
+ run_js_test_SOURCES = \
+ run-js-test.c
+
+-libgnome_shell_la_LDFLAGS = -avoid-version
++libgnome_shell_la_LDFLAGS = -avoid-version -rpath $(pkglibdir):/usr/lib/gnome-bluetooth -R $(pkglibdir)
+ libgnome_shell_la_LIBADD = \
+ -lm \
+ $(GNOME_SHELL_LIBS) \
=== added file 'debian/patches/series'
--- debian/patches/series 1970-01-01 00:00:00 +0000
+++ debian/patches/series 2011-07-15 08:51:13 +0000
@@ -0,0 +1,2 @@
+01_favorite_apps.patch
+02_rpath-bluetooth-applet.patch
=== added file 'debian/rules'
--- debian/rules 1970-01-01 00:00:00 +0000
+++ debian/rules 2011-07-15 08:51:13 +0000
@@ -0,0 +1,18 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/cdbs/1/class/gnome.mk
+include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
+-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+
+$(patsubst %,binary-predeb/%,$(DEB_ALL_PACKAGES)) ::
+ dh_girepository -p$(cdbs_curpkg) -l src -p /usr/lib/mutter \
+ /usr/lib/gnome-shell
+ find debian/$(cdbs_curpkg) -name '*.la' -exec rm -f '{}' ';'
+
+DEB_CONFIGURE_EXTRA_FLAGS += --enable-compile-warnings=yes
+
+DEB_DH_MAKESHLIBS_ARGS_gnome-shell = -Xlibgnome-shell
+DEB_SHLIBDEPS_INCLUDE = /usr/lib/gnome-bluetooth
=== added file 'debian/shlibs.local'
--- debian/shlibs.local 1970-01-01 00:00:00 +0000
+++ debian/shlibs.local 2011-07-15 08:51:13 +0000
@@ -0,0 +1,1 @@
+libgnome-bluetooth-applet 0 gnome-bluetooth (>= 3.0.0)
=== added directory 'debian/source'
=== added file 'debian/source/format'
--- debian/source/format 1970-01-01 00:00:00 +0000
+++ debian/source/format 2011-07-15 08:51:13 +0000
@@ -0,0 +1,1 @@
+3.0 (quilt)
=== added file 'debian/watch'
--- debian/watch 1970-01-01 00:00:00 +0000
+++ debian/watch 2011-07-15 08:51:13 +0000
@@ -0,0 +1,2 @@
+version=3
+http://download.gnome.org/sources/gnome-shell/([\d\.]+)/gnome-shell-(.*)\.tar\.gz