r45363 - in /desktop/unstable/gnome-control-center/debian: changelog patches/debian-uses-ssh-service.patch patches/series

ah at users.alioth.debian.org ah at users.alioth.debian.org
Mon Jun 22 11:51:55 UTC 2015


Author: ah
Date: Mon Jun 22 11:51:55 2015
New Revision: 45363

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=45363
Log:
* Add debian/patches/debian-uses-ssh-service.patch
  - look for ssh.service (rathen than sshd.service) to make
    Remote Login show up under sharing panel.

Added:
    desktop/unstable/gnome-control-center/debian/patches/debian-uses-ssh-service.patch
Modified:
    desktop/unstable/gnome-control-center/debian/changelog
    desktop/unstable/gnome-control-center/debian/patches/series

Modified: desktop/unstable/gnome-control-center/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-control-center/debian/changelog?rev=45363&op=diff
==============================================================================
--- desktop/unstable/gnome-control-center/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-control-center/debian/changelog	[utf-8] Mon Jun 22 11:51:55 2015
@@ -1,3 +1,11 @@
+gnome-control-center (1:3.16.2-3) UNRELEASED; urgency=medium
+
+  * Add debian/patches/debian-uses-ssh-service.patch
+    - look for ssh.service (rathen than sshd.service) to make
+      Remote Login show up under sharing panel.
+
+ -- Andreas Henriksson <andreas at fatal.se>  Mon, 22 Jun 2015 13:50:28 +0200
+
 gnome-control-center (1:3.16.2-2) unstable; urgency=medium
 
   * Upload to unstable.

Added: desktop/unstable/gnome-control-center/debian/patches/debian-uses-ssh-service.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-control-center/debian/patches/debian-uses-ssh-service.patch?rev=45363&op=file
==============================================================================
--- desktop/unstable/gnome-control-center/debian/patches/debian-uses-ssh-service.patch	(added)
+++ desktop/unstable/gnome-control-center/debian/patches/debian-uses-ssh-service.patch	[utf-8] Mon Jun 22 11:51:55 2015
@@ -0,0 +1,32 @@
+From: Andreas Henriksson <andreas at fatal.se>
+Subject: Debian uses ssh.service (rather than sshd.service)
+Forwarded: not-needed
+
+The sharing panel does not show Remote Connections unless
+it can find the ssh service unit. In Debian it is called
+ssh.service rather than sshd.service. Patch the code
+to use the Debian name.... obviously this is not something
+to be forwarded upstream.
+
+--- a/panels/sharing/cc-remote-login-helper.c
++++ b/panels/sharing/cc-remote-login-helper.c
+@@ -20,7 +20,7 @@
+  */
+ 
+ #include <gio/gio.h>
+-#define SSHD_SERVICE "sshd.service"
++#define SSHD_SERVICE "ssh.service"
+ 
+ static const gchar *service_list[] = { SSHD_SERVICE, NULL };
+ 
+--- a/panels/sharing/cc-remote-login.c
++++ b/panels/sharing/cc-remote-login.c
+@@ -21,7 +21,7 @@
+ #include "cc-remote-login.h"
+ #include <gio/gio.h>
+ 
+-#define SSHD_SERVICE "sshd.service"
++#define SSHD_SERVICE "ssh.service"
+ 
+ typedef struct
+ {

Modified: desktop/unstable/gnome-control-center/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-control-center/debian/patches/series?rev=45363&op=diff
==============================================================================
--- desktop/unstable/gnome-control-center/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/gnome-control-center/debian/patches/series	[utf-8] Mon Jun 22 11:51:55 2015
@@ -1,3 +1,4 @@
+debian-uses-ssh-service.patch
 01_menu_category.patch
 06_handle_passwd_with_ldap.patch
 07_polkit_wheel_sudo_group.patch




More information about the pkg-gnome-commits mailing list