gnome-shell (3.5.91-0ubuntu1) quantal; urgency=low

  [ Rico Tzschichholz ]
  * New upstream release (LP: #1035742).
  * debian/control.in:
    - Bump minimum clutter, gnome-bluetooth, gnome-desktop, & mutter versions
    - Build-depend on ibus and depend on gir1.2-ibus-1.0 (LP: #1044962)
  * 22-remove-gdmgreeter-dep.patch:
    - Dropped, GDM 3.5 is in Ubuntu now

  [ Jeremy Bicha ]
  * debian/patches/90_dont-lock-without-gdm.patch:
    - Disable lock screen if GDM isn't running. If you need password-protected
      screen lock, you need to be using GDM as your default login screen.
  * debian/source_gnome-shell.py, debian/gnome-shell-common.install:
    - Add basic apport hook to report custom settings, 
      particularly what extensions are enabled & what theme is used

 -- Jeremy Bicha <jbicha@ubuntu.com>  Fri, 07 Sep 2012 11:40:48 -0400

gnome-shell (3.5.4-0ubuntu1) quantal; urgency=low

  * New upstream release.
  * debian/control.in:
    - Drop folks dependency
    - Bump gstreamer dependency to 1.0
    - Bump minimum gsettings-desktop-schemas version
  * debian/patches/90-fix-missing-date.patch:
    - Dropped, applied in new version
  * Refreshed patches

 -- Jeremy Bicha <jbicha@ubuntu.com>  Tue, 17 Jul 2012 14:14:52 -0400

gnome-shell (3.5.3-0ubuntu4) quantal-proposed; urgency=low

  * debian/control.in: Bump minimum evolution-data-server version
  * 20-revert-evolution35.patch: Dropped
  * 90-fix-missing-date.patch: Restore date to calendar

 -- Jeremy Bicha <jbicha@ubuntu.com>  Thu, 05 Jul 2012 00:08:43 -0400

gnome-shell (3.5.3-0ubuntu3) quantal-proposed; urgency=low

  * debian/control.in: Bump minimum gnome-menus version
  * 21-revert-gnome-menus35.patch: Dropped

 -- Jeremy Bicha <jbicha@ubuntu.com>  Wed, 27 Jun 2012 09:34:25 -0400

gnome-shell (3.5.3-0ubuntu2) quantal-proposed; urgency=low

  [ Jeremy Bicha ]
  * debian/control.in:
    - Build-depend on libnm-glib-vpn-dev

  [ Rico Tzschichholz ]
  * debian/control.in:
    - Bump minimum gsettings-desktop-schemas version
  * 22-remove-gdmgreeter-dep.patch:
    - Revert the hard dependency on GDM 3.4

 -- Rico Tzschichholz <ricotz@ubuntu.com>  Tue, 26 Jun 2012 12:47:16 -0400

gnome-shell (3.5.3-0ubuntu1) quantal-proposed; urgency=low

  * New upstream release.
  * debian/control.in:
    - Bump minimum versions of gjs, gnome-desktop3 and mutter
    - Build-depend on libatk-bridge2.0-dev
    - Depend on gir1.2-gnomedesktop-3.0
  * debian/watch: Watch for unstable releases
  * 10-make-NetworkManager-optional.patch: Disabled, it doesn't apply
    cleanly and it's not worth fixing at this point
  * 21_revert_evolution_gsettings.patch: Dropped, not needed
  * 22-remove-online-accounts-from-user-menu.patch: Dropped, upstream
  * 25-close-the-recorder-instead-of-pausing-it.patch: Dropped, upstream
  * 20-revert-evolution35.patch:
    - New patch to temporarily revert the Evolution 3.5 transition
  * 21-revert-gnome-menus35.patch:
    - New patch to temporarily revert the gnome-menus 3.5 transition

 -- Jeremy Bicha <jbicha@ubuntu.com>  Tue, 26 Jun 2012 00:08:54 -0400

gnome-shell (3.4.1-5ubuntu1) quantal; urgency=low

  * Re-synchronize with Debian. Remaining changes:
    - 09-respect-NoDisplay-semantics-for-app-menu.patch:
      + Disabled, as upstream says it breaks app tracking for NoDisplay apps
        and it's a Debian-specific problem anyway
    - 21_revert_evolution_gsettings.patch: Disabled, we have Evolution 3.4 now
  * Fixes gnome-shell recorder not starting new recording every time screen
    recorder stops and starts (LP: #975360)
  * Dropped Ubuntu's ARM patches because the Debian one works better. For
    instance the screen recorder is much faster on non-ARM platforms now.

 -- Jeremy Bicha <jbicha@ubuntu.com>  Wed, 30 May 2012 22:02:18 -0400

gnome-shell (3.4.1-5) unstable; urgency=low

  * Disabling the screen recorder on arm{el,hf} was not sufficient to make it
    build everywhere since the screen grabber is also used for making
    screenshots. Update debian/patches/14_make-GLX-optional.patch instead and
    only use pixel buffers in the screen grabber if we have GL/GLX support.
    This means we can re-enable the screen recorder on arm{el,hf} as it will
    use the slow, cogl-based path there.

 -- Michael Biebl <biebl@debian.org>  Wed, 30 May 2012 20:56:52 +0200

gnome-shell (3.4.1-4) unstable; urgency=low

  * debian/patches/14_make-GLX-optional.patch:
    - Add DEP-3 patch header.
    - Remove unconditional pkg-config check for the "gl" module.

 -- Michael Biebl <biebl@debian.org>  Wed, 30 May 2012 14:37:44 +0200

gnome-shell (3.4.1-3) unstable; urgency=low

  * Upload to unstable.

 -- Michael Biebl <biebl@debian.org>  Wed, 30 May 2012 13:19:38 +0200

gnome-shell (3.4.1-2) experimental; urgency=low

  * debian/patches/22-remove-online-accounts-from-user-menu.patch: Remove
    "Online Accounts" from user menu. It can be easily accessed via
    "System Settings" so there is no need to clutter up the user menu.
  * Tighten Depends on gir1.2-clutter-1.0. Closes: #673929
  * Change Recommends: gnome-themes-standard to Depends. Adwaita is the
    prefererred window manager theme and without a theme installed gnome-shell
    refuses to start. Closes: #590340
  * Bump Depends on gnome-settings-daemon to (>= 3.4.0). There was an
    incompatible change in the Power D-Bus API which caused the power icon to
    no longer update properly. Closes: #674429
  * Don't build the screen recorder on arm{el,hf} as the screen grabber uses
    GL/GLX and on those archs cogl uses GLES.
  * debian/patches/25-close-the-recorder-instead-of-pausing-it.patch: Close
    the screen recorder instead of pausing. Otherwise we continue to write to
    the same output file. Patch cherry-picked from upstream Git.

 -- Michael Biebl <biebl@debian.org>  Wed, 30 May 2012 12:17:13 +0200

gnome-shell (3.4.1-1) experimental; urgency=low

  [ Jeremy Bicha ]
  * New upstream release.
  * debian/control.in: 
    - Add debug package
    - Update dependencies
    - Recommend gnome-user-guide
    - Break gnome-tweak-tool (<< 3.3)
    - Bump Standards-Version to 3.9.3
  * debian/gnome-shell-common.install:
    - No more gconf schemas to install
    - Install gtk-docs
  * Drop patches that have been applied upstream.

  [ Sjoerd Simons ]
  * debian/control.in: Add build-depends on libgcr-3-dev (>= 3.3.90)
  * debian/control.in: Drop dependency on gir1.2-gjs-1.0 as it has been folded
    into libgjs
  * debian/control.in: Add depends on gir1.2-gcr-3

  [ Michael Biebl ]
  * debian/patches/10-make-NetworkManager-optional.patch: Updated.
  * debian/gnome-shell-common.install: Install GConf conversion script.
  * debian/patches/21_revert_evolution_gsettings.patch: Revert the switch to
    gsettings in the calendar server for now as long as evolution 3.4 is not
    ready yet.

 -- Michael Biebl <biebl@debian.org>  Sun, 20 May 2012 00:16:54 +0200

gnome-shell (3.2.2.1-4) unstable; urgency=low

  * Fold 04_remove-glx-dependency-on-armel.patch and
    14_require_gl_directly.patch into a new patch named
    14_make-GLX-optional.patch. Use pkg-config to check if gl.pc is available
    and build the GLX/GL bits conditionally. This fixes a build failure on
    arm{el,hf} where clutter/cogl uses GLES. Closes: #670850

 -- Michael Biebl <biebl@debian.org>  Mon, 30 Apr 2012 20:37:44 +0200

gnome-shell (3.2.2.1-3) unstable; urgency=low

  * d/p/14_require_gl_directly.patch
    + Added. gnome-shell uses glXQuery* API so it needs a direct link against
      libGL. Causes build failure with upcoming clutter/cogl as they don't
      expose a directly link to libGL anymore

 -- Sjoerd Simons <sjoerd@debian.org>  Sun, 01 Apr 2012 16:07:26 +0200

gnome-shell (3.2.2.1-2) unstable; urgency=low

  * debian/patches/12_Replace-shell_util_icon_from_string.patch
    + Added. Remove the neglected user of the removed
      Shell.util_icon_from_string function. This caused subscription request
      to not pop up (From upstream git)
  * debian/patches/13_bluetooth_fix_undefined_variable.patch
    + Added. Fixes bluetooth device status slider so it reflects reality again
    (From upstream git)

 -- Sjoerd Simons <sjoerd@debian.org>  Tue, 28 Feb 2012 11:30:47 +0100

gnome-shell (3.2.2.1-1) unstable; urgency=low

  [ Michael Biebl ]
  * debian/patches/10-make-NetworkManager-optional.patch: make NM
    optional, to fix build on kFreeBSD architectures. Closes: #652482
  * debian/patches/11-no-gettext.patch: remove gettext macros, otherwise
    autoreconf fails due to incompatibilities with intltool.

  [ Jordi Mallach ]
  * Enable dh_autoreconf.
  * Update Vcs-* URLs.

  [ Josselin Mouette ]
  * Update repository URL.

  [ Michael Biebl ]
  * New upstream release:
    - Fix a crash in gnome-shell-extension-tool. Closes: #649583
    - Remove 05-NetworkMenu-don-t-query-DBus-properties-of-removed-o.patch.
    - Remove 06-NetworkMenu-fix-regression-in-access-point-removed.patch.
    - Refresh 07-NetworkMenu-fix-logic-for-updating-wifi-icon.patch.
  * debian/control.in: Bump dependency on python to (>= 2.6) since we require
    JSON support. Closes: #580869

 -- Michael Biebl <biebl@debian.org>  Wed, 25 Jan 2012 11:06:41 +0100

gnome-shell (3.2.1-8) unstable; urgency=low

  [ Laurent Bigonville ]
  * debian/control.in: Add Depends on telepathy-mission-control-5
    (Closes: #651514)

  [ Michael Biebl ]
  * Upload to unstable.

 -- Michael Biebl <biebl@debian.org>  Sat, 17 Dec 2011 06:34:55 +0100

gnome-shell (3.2.1-7) experimental; urgency=low

  * Fix version in Breaks/Replaces. Closes: #650927

 -- Michael Biebl <biebl@debian.org>  Sun, 04 Dec 2011 21:19:25 +0100

gnome-shell (3.2.1-6) experimental; urgency=low

  [ Raphaël Hertzog ]
  * Add Breaks against gnome-tweak-tool (<< 3.2) to force its upgrade to a
    version that works with GNOME 3.2.

  [ Josselin Mouette ]
  * Split common files and translations in gnome-shell-common. Add 
    appropriate Breaks/Replaces.

  [ Michael Biebl ]
  * debian/watch:
    - Track stable releases.
  * debian/patches/09-respect-NoDisplay-semantics-for-app-menu.patch:
    - Respect NoDisplay semantics for applications menu. This avoids duplicate
      menu entries when menu-xdg is installed. Closes: #649559

 -- Michael Biebl <biebl@debian.org>  Sat, 03 Dec 2011 17:23:39 +0100

gnome-shell (3.2.1-5) experimental; urgency=low

  * debian/patches/06-polkit-Find-the-best-user-to-authenticate-as.patch:
    + Added. When picking a user to authenticate with, try the current user
      first, then root and if all else fails the first user that is allowed to
      authenticate. (from upstream git)

 -- Sjoerd Simons <sjoerd@debian.org>  Sun, 20 Nov 2011 22:28:42 +0000

gnome-shell (3.2.1-4) experimental; urgency=low

  * 05-NetworkMenu-don-t-query-DBus-properties-of-removed-o.patch:
    + Added. Don't (potentially) ask NM over D-Bus about an access point that
      was just removed. (From upstream git). As a side-effect this fixes
      gnome-shell freezing a while after unblacking.
  * 06-NetworkMenu-fix-regression-in-access-point-removed.patch
    + Added. Fix a regression in above patch (from upstream git)
  * 07-NetworkMenu-fix-logic-for-updating-wifi-icon.patch
    + Added. Fix the logic for connecting to the current wifi strength,
      prevents the network icon fro mbecoming stale (from upstream git)

 -- Sjoerd Simons <sjoerd@debian.org>  Sat, 19 Nov 2011 15:28:19 +0000

gnome-shell (3.2.1-3) experimental; urgency=low

  [ Josselin Mouette ]
  * Break fglrx-driver (<< 1:11-10). Closes: #648280.

  [ Sjoerd Simons ]
  * debian/control.in: Recommend gnome-contacts
  * debian/control.in: Update build-depends on the e-d-s libs to ensure we
    build against the same version as the libfolks e-d-s backend.

 -- Sjoerd Simons <sjoerd@debian.org>  Sun, 13 Nov 2011 16:40:12 +0100

gnome-shell (3.2.1-2) experimental; urgency=low

  * debian/control.in:
    - Tighten Depends on gir1.2-mutter-3.0 and gir1.2-glib-2.0.
      Closes: #646999
    - Drop Build-Depends on libgnome-menu-dev.

 -- Michael Biebl <biebl@debian.org>  Sat, 05 Nov 2011 21:35:14 +0100

gnome-shell (3.2.1-1) experimental; urgency=low

  [ Sjoerd Simons ]
  * New upstream release
  * debian/patches/00git-ShellRecorder-Use-cogl_read_pixels.patch:
    + Dropped, fixed upstream
  * debian/patches/03_hidden_applications.patch
    + Dropped, fixed upstream
  * debian/control.in: Add libfolks-dev build-depends
  * debian/control.in: Add depends on gir1.2-accountsservice-1.0 and
    gir1.2-caribou-1.0,

  [ Jeremy Bicha ]
  * debian/control.in:
    - Recommend gnome-session-fallback
    - Bump minimum gjs & gobject-introspection versions
    - Add gir1.2-soup-2.4 dependency

  [ Sjoerd Simons ]
  * debian/gnome-shell.lintian-overrides:
    + Updated (from Ubuntu). gnome-shell needs an rpath to find the private
      bluetooth lib

 -- Sjoerd Simons <sjoerd@debian.org>  Fri, 28 Oct 2011 22:20:04 +0200

gnome-shell (3.0.2-8) unstable; urgency=low

  * debian/patches/05_fix_glib_2.30_compat.patch:
    + Updated. Small mistake in the patch causes gnome-shell to fail to load
      the dim window shared, instead of which it just hangs. Fixed now..
      (Closes: 649459)

 -- Sjoerd Simons <sjoerd@debian.org>  Mon, 21 Nov 2011 15:19:48 +0000

gnome-shell (3.0.2-7) unstable; urgency=low

  * debian/patches/06-polkit-Find-the-best-user-to-authenticate-as.patch:
    + Added. When picking a user to authenticate with, try the current user
    first, then root and if all else fails the first user that is allowed to
    authenticate. (from upstream git)
  * debian/patches/07-Add-some-element-type-annotations-to-appease-g-i-mas.patch:
    + Added. Add annotation to prevent warnings from new g-i (from upstream
      git)

 -- Sjoerd Simons <sjoerd@debian.org>  Sun, 20 Nov 2011 22:04:39 +0000

gnome-shell (3.0.2-6) unstable; urgency=low

  * debian/patches/05_fix_glib_2.30_compat.patch:
    + Added. Fix compatibility with glib 2.30, which broke some things due to
      GI annotation changes. (From upstream git)

 -- Sjoerd Simons <sjoerd@debian.org>  Sat, 19 Nov 2011 15:04:45 +0000

gnome-shell (3.0.2-5) unstable; urgency=low

  [ Michael Biebl ]
  * debian/rules:
    - Make network-manager and gnome-bluetooth (build) dependencies linux-any.

  [ Rico Tzschichholz ]
  * Add 00git-ShellRecorder-Use-cogl_read_pixels.patch to fix FTBFS on arm

 -- Michael Biebl <biebl@debian.org>  Fri, 14 Oct 2011 17:22:55 +0200

gnome-shell (3.0.2-4) unstable; urgency=low

  [ Josselin Mouette ]
  * Break gnome-session < 3.

  [ Rico Tzschichholz ]
  * Add 04_remove-glx-dependency-on-armel.patch to fix FTBFS on arm

  [ Michael Biebl ]
  * Upload to unstable.
  * debian/watch: Switch to .xz tarballs.
  * debian/control.in:
    - Set pkg-gnome-maintainers@lists.alioth.debian.org as Maintainer.
    - Bump Standards-Version to 3.9.2. No further changes.

 -- Michael Biebl <biebl@debian.org>  Fri, 14 Oct 2011 12:56:37 +0200

gnome-shell (3.0.2-3) experimental; urgency=low

  * Re-add gnome-bluetooth dependency.

 -- Josselin Mouette <joss@debian.org>  Mon, 19 Sep 2011 18:53:24 +0200

gnome-shell (3.0.2-2) experimental; urgency=low

  [ Martin Pitt ]
  * debian/control.in, debian/rules: When building on Ubuntu, add a dependency
    to gnome-icon-theme-full.
  * debian/control.in: Change gir1.2-json-glib-1.0 build-dep to 
    gir1.2-json-1.0 to reflect the binary rename in json-glib 
    0.13.4-2. Thanks Micah Gersten!

  [ Laurent Bigonville ]
  * debian/control.in:
    - Drop dependency against libdconf0 and let dh_installgsettings set
      the right dependencies.
    - Make gnome-shell Recommends gnome-themes-standard (for Adwaita)
  * debian/compat: Bump debhelper compatibility to 8

  [ Josselin Mouette ]
  * 03_hidden_applications.patch: do not show NoDisplay=true submenus 
    and applications. This will avoid showing the Debian menu while 
    asked not to. Closes: #557997.
  * 01_favorite_apps.patch: dropped, replaced by override file.
  * Add libreoffice and yelp to favorite applications.
  * Drop useless build-dependency on libwnck.
  * Massive cleanup in build-dependencies.

 -- Josselin Mouette <joss@debian.org>  Mon, 19 Sep 2011 16:36:48 +0200

gnome-shell (3.0.2-1) experimental; urgency=low

  [ Rico Tzschichholz ]
  * New upstream release
  * debian/watch:
    - Look for bzip2 tarballs
  * debian/rules,debian/upstream.gitlog:
    - Drop upstream.gitlog which is outdated

  [ Josselin Mouette ]
  * Only recommend gnome-control-center.
  * Break gnome-control-center < 3. This time add the missing epoch.
    Closes: #628532.

  [ Sjoerd Simons ]
  * debian/rules: Fix misspelling of Recommends

 -- Sjoerd Simons <sjoerd@debian.org>  Tue, 31 May 2011 19:31:47 -0700

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@debian.org>  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@debian.org>  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@debian.org>  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@debian.org>  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@debian.org>  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@debian.org>  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@debian.org>  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@debian.org>  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@debian.org>  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@debian.org>  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@debian.org>  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@collabora.co.uk>  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@collabora.co.uk>  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@debian.org>  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@debian.org>  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@debian.org>  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@debian.org>  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@collabora.co.uk>  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@collabora.co.uk>  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@collabora.co.uk>  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@012.net.il> for noticing this is needed
    (Closes: #553440)
  * debian/patches/02_allow_non_uri_apps.diff:
  - patch by Guido Günther <agx@sigxcpu.org> to drop the requirement that
    associated apps support URIs, for local files at least
    (Closes: #553618)

 -- Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>  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@collabora.co.uk>  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@collabora.co.uk>  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@collabora.co.uk>  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@ubuntu.com>  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@ubuntu.com>  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@ubuntu.com>  Wed, 30 Sep 2009 23:09:56 +0200

gnome-shell (2.27.2-0ubuntu1) karmic; urgency=low

  * New upstream version

 -- Sebastien Bacher <seb128@ubuntu.com>  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@ubuntu.com>  Wed, 02 Sep 2009 10:44:03 +0200

gnome-shell (2.27.0-0ubuntu3) karmic; urgency=low

  * Requires gvfs-backends now

 -- Sebastien Bacher <seb128@ubuntu.com>  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@ubuntu.com>  Wed, 12 Aug 2009 01:29:04 +0200

gnome-shell (2.27.0-0ubuntu1) karmic; urgency=low

  * New upstream version

 -- Sebastien Bacher <seb128@ubuntu.com>  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@ubuntu.com>  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@ubuntu.com>  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@ubuntu.com>  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@ubuntu.com>  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@ubuntu.com>  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@ubuntu.com>  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@ubuntu.com>  Wed, 01 Jul 2009 23:29:31 +0200
