r50055 - in /desktop/unstable/gnome-session/debian: changelog patches/Revert-switch-to-Xorg-by-default.patch patches/git_fix-bashism.patch patches/series

ah at users.alioth.debian.org ah at users.alioth.debian.org
Sat Sep 3 23:07:42 UTC 2016


Author: ah
Date: Sat Sep  3 23:07:42 2016
New Revision: 50055

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50055
Log:
Add debian/patches/git_fix-bashism.patch (Closes: #835289)

Added:
    desktop/unstable/gnome-session/debian/patches/git_fix-bashism.patch
Removed:
    desktop/unstable/gnome-session/debian/patches/Revert-switch-to-Xorg-by-default.patch
Modified:
    desktop/unstable/gnome-session/debian/changelog
    desktop/unstable/gnome-session/debian/patches/series

Modified: desktop/unstable/gnome-session/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-session/debian/changelog?rev=50055&op=diff
==============================================================================
--- desktop/unstable/gnome-session/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-session/debian/changelog	[utf-8] Sat Sep  3 23:07:42 2016
@@ -1,3 +1,9 @@
+gnome-session (3.21.90-2) UNRELEASED; urgency=medium
+
+  * Add debian/patches/git_fix-bashism.patch (Closes: #835289)
+
+ -- Andreas Henriksson <andreas at fatal.se>  Sat, 03 Sep 2016 22:11:37 +0200
+
 gnome-session (3.21.90-1) experimental; urgency=medium
 
   * New upstream beta release.

Added: desktop/unstable/gnome-session/debian/patches/git_fix-bashism.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-session/debian/patches/git_fix-bashism.patch?rev=50055&op=file
==============================================================================
--- desktop/unstable/gnome-session/debian/patches/git_fix-bashism.patch	(added)
+++ desktop/unstable/gnome-session/debian/patches/git_fix-bashism.patch	[utf-8] Sat Sep  3 23:07:42 2016
@@ -0,0 +1,29 @@
+From 08125eddf19832b69c090ff094a178d4f630a643 Mon Sep 17 00:00:00 2001
+From: Ray Strode <rstrode at redhat.com>
+Date: Thu, 25 Aug 2016 12:55:48 -0400
+Subject: gnome-session: drop bashism from shell script
+
+Apparently dash doesn't support >& and some people use dash.
+
+This commit changes it to the more wordy form > ... 2>&1 .
+
+https://bugzilla.gnome.org/show_bug.cgi?id=770363
+---
+ gnome-session/gnome-session.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/gnome-session/gnome-session.in b/gnome-session/gnome-session.in
+index 5f4b303..530299d 100644
+--- a/gnome-session/gnome-session.in
++++ b/gnome-session/gnome-session.in
+@@ -12,6 +12,6 @@ if [ -n "$REGION" ]; then
+   export LC_PAPER=$REGION
+ fi
+ 
+-dbus-update-activation-environment --all >& /dev/null ||:
++dbus-update-activation-environment --all > /dev/null 2>&1 ||:
+ 
+ exec @libexecdir@/gnome-session-binary "$@"
+-- 
+cgit v0.12
+

Modified: desktop/unstable/gnome-session/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-session/debian/patches/series?rev=50055&op=diff
==============================================================================
--- desktop/unstable/gnome-session/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/gnome-session/debian/patches/series	[utf-8] Sat Sep  3 23:07:42 2016
@@ -1 +1 @@
-#Revert-switch-to-Xorg-by-default.patch
+git_fix-bashism.patch




More information about the pkg-gnome-commits mailing list