* New upstream release

- default-min-max and static-workspaces extensions have been dropped.
    Use Classic Mode or tweak org.gnome.shell.overrides in dconf-editor
* debian/control.in:
  - Depend on gnome-session and nautilus 3.8, needed for the new
    Classic mode.
This commit is contained in:
Jeremy Bicha
2013-06-08 23:57:29 +00:00
parent 88b5fea2f9
commit 4d8bccc861
4 changed files with 18 additions and 5 deletions
+11
View File
@@ -1,3 +1,14 @@
gnome-shell-extensions (3.8.3-1) UNRELEASED; urgency=low
* New upstream release
- default-min-max and static-workspaces extensions have been dropped.
Use Classic Mode or tweak org.gnome.shell.overrides in dconf-editor
* debian/control.in:
- Depend on gnome-session and nautilus 3.8, needed for the new
Classic mode.
-- Jeremy Bicha <jbicha@ubuntu.com> Sat, 08 Jun 2013 19:46:26 -0400
gnome-shell-extensions (3.8.2-1) experimental; urgency=low
* Team upload
+3 -2
View File
@@ -2,7 +2,6 @@
#
# Modifications should be made to debian/control.in instead.
# This file is regenerated automatically in the clean target.
Source: gnome-shell-extensions
Section: gnome
Priority: optional
@@ -27,7 +26,9 @@ Depends: ${misc:Depends},
gnome-shell (>= ${gnome:Version}),
gnome-shell (<< ${gnome:NextVersion}),
gir1.2-gtop-2.0,
gvfs (>= 1.16.0)
gvfs (>= 1.16.0),
gnome-session (>= 3.8),
nautilus (>= 3.8)
Recommends: gnome-tweak-tool (>= ${gnome:Version})
Description: Extensions to extend functionality of GNOME Shell
The GNOME Shell redefines user interactions with the GNOME desktop. In
+3 -1
View File
@@ -22,7 +22,9 @@ Depends: ${misc:Depends},
gnome-shell (>= ${gnome:Version}),
gnome-shell (<< ${gnome:NextVersion}),
gir1.2-gtop-2.0,
gvfs (>= 1.16.0)
gvfs (>= 1.16.0),
gnome-session (>= 3.8),
nautilus (>= 3.8)
Recommends: gnome-tweak-tool (>= ${gnome:Version})
Description: Extensions to extend functionality of GNOME Shell
The GNOME Shell redefines user interactions with the GNOME desktop. In
+1 -2
View File
@@ -9,8 +9,7 @@ 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\
windowsNavigator"
launch-new-instance window-list windowsNavigator"
EXTENSIONS_DISABLED="example xrandr-indicator"