diff --git a/debian/changelog b/debian/changelog index 54558e5c..d521090f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,15 +1,13 @@ -gnome-shell-extensions (3.8.3-1) UNRELEASED; urgency=low +gnome-shell-extensions (3.8.3.1-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 + - Depend on gnome-session 3.8 and nautilus 3.8, needed for the new Classic mode. * debian/rules: - Run autoreconf - * debian/patches/git-drop-IsRunnableHelper.patch: - - Don't run IsRunnableHelper since it's ignored anyway -- Jeremy Bicha Sat, 08 Jun 2013 19:46:26 -0400 diff --git a/debian/patches/git-drop-IsRunnableHelper.patch b/debian/patches/git-drop-IsRunnableHelper.patch deleted file mode 100644 index 34a4dd80..00000000 --- a/debian/patches/git-drop-IsRunnableHelper.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 85038e2f5624a1a6fc46c0b8e3649577799610aa Mon Sep 17 00:00:00 2001 -From: Jeremy Bicha -Date: Sat, 8 Jun 2013 20:22:09 -0400 -Subject: [PATCH] classic: Drop IsRunnableHelper - -https://bugzilla.gnome.org/show_bug.cgi?id=701886 ---- - data/Makefile.am | 1 - - data/gnome-classic.session.desktop.in.in | 1 - - 2 files changed, 2 deletions(-) - -diff --git a/data/Makefile.am b/data/Makefile.am -index e203a29..af11e18 100644 ---- a/data/Makefile.am -+++ b/data/Makefile.am -@@ -36,7 +36,6 @@ gsettings_SCHEMAS = $(gsettings_in_files:.xml.in=.xml) - - %.desktop.in:%.desktop.in.in - $(AM_V_GEN) sed \ -- -e "s|\@libexecdir\@|$(libexecdir)|" \ - -e "s|\@bindir\@|$(bindir)|" \ - -e "s|\@VERSION\@|$(VERSION)|" \ - $< > $@ -diff --git a/data/gnome-classic.session.desktop.in.in b/data/gnome-classic.session.desktop.in.in -index eddbacc..c52a82a 100644 ---- a/data/gnome-classic.session.desktop.in.in -+++ b/data/gnome-classic.session.desktop.in.in -@@ -1,4 +1,3 @@ - [GNOME Session] - _Name=GNOME Classic - RequiredComponents=gnome-shell-classic;gnome-settings-daemon;nautilus-classic; --IsRunnableHelper=@libexecdir@/gnome-session-check-accelerated diff --git a/debian/patches/series b/debian/patches/series index ece1c523..e69de29b 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +0,0 @@ -git-drop-IsRunnableHelper.patch