[Python-apps-commits] r12736 - in packages/irker/trunk/debian (3 files)

drnlmza-guest at users.alioth.debian.org drnlmza-guest at users.alioth.debian.org
Tue Jan 19 20:09:37 UTC 2016


    Date: Tuesday, January 19, 2016 @ 20:09:36
  Author: drnlmza-guest
Revision: 12736

Add an alias to upstream's irkerd.service file so it recognises the sysvinit script

Added:
  packages/irker/trunk/debian/patches/0006-alias-service.patch
Modified:
  packages/irker/trunk/debian/changelog
  packages/irker/trunk/debian/patches/series

Modified: packages/irker/trunk/debian/changelog
===================================================================
--- packages/irker/trunk/debian/changelog	2016-01-19 19:15:02 UTC (rev 12735)
+++ packages/irker/trunk/debian/changelog	2016-01-19 20:09:36 UTC (rev 12736)
@@ -11,6 +11,8 @@
     - Use BSD-3-clause as the copyright short name.
   * Don't remove the irker user on package removal, since it may still own
     files.
+  * Add an Alias entry to the systemd unit so it recognises the SysV init
+    script.
   * Bump Standards-Version to 3.9.6 (no changes needed).
 
  -- Neil Muller <drnlmuller+debian at gmail.com>  Thu, 14 Jan 2016 21:23:57 +0200

Added: packages/irker/trunk/debian/patches/0006-alias-service.patch
===================================================================
--- packages/irker/trunk/debian/patches/0006-alias-service.patch	                        (rev 0)
+++ packages/irker/trunk/debian/patches/0006-alias-service.patch	2016-01-19 20:09:36 UTC (rev 12736)
@@ -0,0 +1,13 @@
+Author: Neil Muller <drnlmuller+debian at gmail.com>
+Description:
+ Add an alias to the upstream service file so the sysinit and systemd
+ scripts play nicely together.
+
+diff -Naurp irker.orig/irkerd.service irker/irkerd.service
+--- irker.orig/irkerd.service
++++ irker/irkerd.service
+@@ -10,3 +10,4 @@ ExecStart=/usr/bin/irkerd
+ 
+ [Install]
+ WantedBy=multi-user.target
++Alias=irker.service

Modified: packages/irker/trunk/debian/patches/series
===================================================================
--- packages/irker/trunk/debian/patches/series	2016-01-19 19:15:02 UTC (rev 12735)
+++ packages/irker/trunk/debian/patches/series	2016-01-19 20:09:36 UTC (rev 12736)
@@ -3,3 +3,4 @@
 0003-abbrev-gitweb.patch
 0004-webview.patch
 0005-author-name.patch
+0006-alias-service.patch




More information about the Python-apps-commits mailing list