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

drnlmza-guest at users.alioth.debian.org drnlmza-guest at users.alioth.debian.org
Wed Nov 2 19:23:02 UTC 2016


    Date: Wednesday, November 2, 2016 @ 19:23:00
  Author: drnlmza-guest
Revision: 13650

Fix some lintian issues

Modified:
  packages/irker/trunk/debian/changelog
  packages/irker/trunk/debian/control
  packages/irker/trunk/debian/patches/0009-env-service.patch

Modified: packages/irker/trunk/debian/changelog
===================================================================
--- packages/irker/trunk/debian/changelog	2016-11-02 12:55:03 UTC (rev 13649)
+++ packages/irker/trunk/debian/changelog	2016-11-02 19:23:00 UTC (rev 13650)
@@ -1,6 +1,7 @@
 irker (2.18+dfsg-2) UNRELEASED; urgency=low
 
   * Acknowledge Antoine Beaupré's NMU.
+  * Add missing dependency on lsb-base (lintian warning).
   * Add IOError exception fix from upstream issue tracker.
 
  -- Neil Muller <drnlmuller+debian at gmail.com>  Tue, 01 Nov 2016 13:11:44 +0200

Modified: packages/irker/trunk/debian/control
===================================================================
--- packages/irker/trunk/debian/control	2016-11-02 12:55:03 UTC (rev 13649)
+++ packages/irker/trunk/debian/control	2016-11-02 19:23:00 UTC (rev 13650)
@@ -21,6 +21,7 @@
 Depends:
  ${misc:Depends},
  ${python:Depends},
+ lsb-base,
  adduser,
 Description: submission tools for IRC notifications
  irkerd is a specialized IRC client that runs as a daemon, allowing other

Modified: packages/irker/trunk/debian/patches/0009-env-service.patch
===================================================================
--- packages/irker/trunk/debian/patches/0009-env-service.patch	2016-11-02 12:55:03 UTC (rev 13649)
+++ packages/irker/trunk/debian/patches/0009-env-service.patch	2016-11-02 19:23:00 UTC (rev 13650)
@@ -1,3 +1,13 @@
+Author: Antoine Beaupré <anarcat at debian.org>
+Date:   Mon Sep 12 12:01:44 2016 -0400
+
+    Properly import environment from /etc/defaults (Closes: #832322)
+
+    This fixes a regression in the systemd unit, which doesn't support
+    the equivilant /etc/default/irker configuration supported by the
+    sysvinit startup scripts.
+    
+
 diff --git a/irkerd.service b/irkerd.service
 index 82f39b0..f4cd45b 100644
 --- a/irkerd.service




More information about the Python-apps-commits mailing list