From 706ea0dd7eff9fbd32c8fe43330775a88878d0f1 Mon Sep 17 00:00:00 2001 From: Andreas Henriksson Date: Fri, 4 Apr 2014 19:56:02 +0000 Subject: [PATCH 1/2] * New upstream release (3.10.1) * New upstream release (3.12.0) * debian/local/gnome-session-classic, debian/patches/gnome-session-classic-wrapper-script.patch: - update script to include new GNOME_SHELL_SESSION_MODE env variable and update patch to apply again. --- debian/changelog | 14 +++++++++++--- debian/local/gnome-session-classic | 2 +- .../gnome-session-classic-wrapper-script.patch | 2 +- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index b5ab81a6..27a184d8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,19 @@ -gnome-shell-extensions (3.10.1-1) UNRELEASED; urgency=low +gnome-shell-extensions (3.12.0-1) experimental; urgency=low - * New upstream release + [ Jean Schurger ] + * New upstream release (3.10.1) * debian/rules: remove one of the 'windowsNavigator' extension listed twice and the 'alternative-system-menu' extension (does not exists anymore) * debian/copyright: Update 'Format:' line - -- Jean Schurger Thu, 05 Dec 2013 12:33:58 -0500 + [ Andreas Henriksson ] + * New upstream release (3.12.0) + * debian/local/gnome-session-classic, + debian/patches/gnome-session-classic-wrapper-script.patch: + - update script to include new GNOME_SHELL_SESSION_MODE env variable + and update patch to apply again. + + -- Andreas Henriksson Fri, 04 Apr 2014 21:43:18 +0200 gnome-shell-extensions (3.8.4-2) unstable; urgency=low diff --git a/debian/local/gnome-session-classic b/debian/local/gnome-session-classic index d4065e31..11f4dedd 100644 --- a/debian/local/gnome-session-classic +++ b/debian/local/gnome-session-classic @@ -1,2 +1,2 @@ #! /bin/sh -exec gnome-session --session gnome-classic "$@" +env GNOME_SHELL_SESSION_MODE=classic gnome-session --session gnome-classic "$@" diff --git a/debian/patches/gnome-session-classic-wrapper-script.patch b/debian/patches/gnome-session-classic-wrapper-script.patch index e6c9ab85..f518ff89 100644 --- a/debian/patches/gnome-session-classic-wrapper-script.patch +++ b/debian/patches/gnome-session-classic-wrapper-script.patch @@ -18,7 +18,7 @@ Index: gnome-shell-extensions-3.8.4/data/gnome-classic.desktop.in [Desktop Entry] _Name=GNOME Classic _Comment=This session logs you into GNOME Classic --Exec=gnome-session --session gnome-classic +-Exec=env GNOME_SHELL_SESSION_MODE=classic gnome-session --session gnome-classic +Exec=gnome-session-classic TryExec=gnome-session Icon= From 435bbff3b04da631f648bc5b1eaf984e6004f936 Mon Sep 17 00:00:00 2001 From: Andreas Henriksson Date: Tue, 15 Jul 2014 06:22:30 +0000 Subject: [PATCH 2/2] * New upstream release. * Bump Standards-Version to 3.9.5 * Upload to unstable. --- debian/changelog | 8 ++++++++ debian/control.in | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 27a184d8..7cfb9fad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +gnome-shell-extensions (3.12.2-1) unstable; urgency=medium + + * New upstream release. + * Bump Standards-Version to 3.9.5 + * Upload to unstable. + + -- Andreas Henriksson Tue, 15 Jul 2014 00:06:09 +0200 + gnome-shell-extensions (3.12.0-1) experimental; urgency=low [ Jean Schurger ] diff --git a/debian/control.in b/debian/control.in index 882b1e78..fa2ac92d 100644 --- a/debian/control.in +++ b/debian/control.in @@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 8.0.0), intltool, libgnome-desktop-3-dev (>= 3.2.0), libgtop2-dev (>= 2.28.3) -Standards-Version: 3.9.4 +Standards-Version: 3.9.5 Homepage: https://wiki.gnome.org/GnomeShell/Extensions Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/gnome-shell-extensions Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/gnome-shell-extensions