From 91e886c5641f0794d3a0d08fec6e28f894e76a9e Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 23 May 2013 08:07:17 +0000 Subject: [PATCH] New upstream release 3.8.2 * Install the "classic mode" * Enable windowNavigator extension (this means we have everything except example and xrandr, the same as in the Ubuntu gnome3-team's PPA) --- debian/changelog | 30 +++++++++++++++--------------- debian/rules | 10 +++++++--- 2 files changed, 22 insertions(+), 18 deletions(-) diff --git a/debian/changelog b/debian/changelog index fd046ae3..8222d2f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,28 +1,28 @@ -gnome-shell-extensions (3.8.0-1) UNRELEASED; urgency=low +gnome-shell-extensions (3.8.2-1) UNRELEASED; urgency=low - * New upstream release. - * debian/control.in - - Added runtime dependency to 'gvfs' (>= 1.16.0). - The 'Places' extension rely on a 'gvfs' linked to 'udisks2'. + * Team upload - -- Jean Schurger Thu, 04 Apr 2013 10:03:26 -0400 + [ Victor Seva ] + * Recommends gnome-tweak-tool -gnome-shell-extensions (3.7.92-1) UNRELEASED; urgency=low - - * New Upstream release. + [ Jean Schurger ] + * New upstream release 3.7.92 (LP: #1017979, #1059152). * Enabled new extensions. * Dropped 'dock' and 'gajim'. * Use ./configure instead of autoreconf. * Bumped Standards-Version to 3.9.4. * Updated Vcs-Svn. + * debian/control.in + - Added runtime dependency to 'gvfs' (>= 1.16.0). + The 'Places' extension rely on a 'gvfs' linked to 'udisks2'. - -- Jean Schurger Thu, 21 Mar 2013 12:31:37 -0400 + [ Simon McVittie ] + * New upstream release 3.8.2. + * Install the "classic mode" + * Enable windowNavigator extension (this means we have everything except + example and xrandr, the same as in the Ubuntu gnome3-team's PPA) -gnome-shell-extensions (3.4.0-3) UNRELEASED; urgency=low - - * Recommends gnome-tweak-tool - - -- Victor Seva Fri, 27 Jul 2012 09:26:15 +0200 + -- Jean Schurger Thu, 04 Apr 2013 10:03:26 -0400 gnome-shell-extensions (3.4.0-2) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 65cd4752..d65bab0c 100755 --- a/debian/rules +++ b/debian/rules @@ -9,8 +9,12 @@ include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk EXTENSIONS_ENABLED="alternate-tab auto-move-windows workspace-indicator\ alternative-status-menu native-window-placement user-theme\ apps-menu drive-menu places-menu windowsNavigator systemMonitor\ - default-min-max launch-new-instance static-workspaces window-list" + default-min-max launch-new-instance static-workspaces window-list\ + windowsNavigator" -EXTENSIONS_DISABLED="xrandr-indicator" +EXTENSIONS_DISABLED="example xrandr-indicator" -DEB_CONFIGURE_EXTRA_FLAGS := --enable-extensions=$(EXTENSIONS_ENABLED) +DEB_CONFIGURE_EXTRA_FLAGS := \ + --enable-extensions=$(EXTENSIONS_ENABLED) \ + --enable-classic-mode \ + $(NULL)