From 9f5d060c5332574001e8f148165eddddc9400312 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rub=C3=A9n=20Rodr=C3=ADguez?= <ruben@trisquel.info>
Date: Sat, 2 Mar 2013 05:09:49 +0100
Subject: [PATCH] Updated gnome-session, fixes #7367

---
 helpers/make-gnome-session | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/helpers/make-gnome-session b/helpers/make-gnome-session
index 7b690369..1aaffb9c 100644
--- a/helpers/make-gnome-session
+++ b/helpers/make-gnome-session
@@ -17,7 +17,7 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=8
+VERSION=9
 COMPONENT=main
 QUILT=skip
 
@@ -27,7 +27,7 @@ export QUILT_PATCHES=debian/patches
 quilt push -a
 
 #% Make gnome-session not dependent on unity
-sed 's/unity.*/gnome-shell (>= 3.0),/' -i debian/control*
+#sed 's/unity.*/gnome-shell (>= 3.0),/' -i debian/control*
 
 #% Replace gnome-classic session with gnome-fallback
 cat << EOF > debian/gnome-session-fallback.install
-- 
GitLab