diff --git a/debian/changelog b/debian/changelog index 34f7ea65..707aff3e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sat, 08 Jun 2013 19:46:26 -0400 + gnome-shell-extensions (3.8.2-1) experimental; urgency=low * Team upload diff --git a/debian/control b/debian/control index a429007e..0daa6e3a 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/debian/control.in b/debian/control.in index 0bcac17f..d0f4e96b 100644 --- a/debian/control.in +++ b/debian/control.in @@ -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 diff --git a/debian/rules b/debian/rules index d65bab0c..e7b5b00c 100755 --- a/debian/rules +++ b/debian/rules @@ -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"