From e57a4533b4526e059c31a115ffcc9c59241bd3e2 Mon Sep 17 00:00:00 2001 From: Julien Malik Date: Wed, 9 Sep 2015 18:54:58 +0200 Subject: [PATCH] [lintian] fix init.d-script-missing-lsb-description --- debian/yunohost-api.init | 1 + debian/yunohost-firewall.init | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/yunohost-api.init b/debian/yunohost-api.init index 11c92b747..2bd0222b2 100755 --- a/debian/yunohost-api.init +++ b/debian/yunohost-api.init @@ -6,6 +6,7 @@ # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Start/stop YunoHost API +# Description: Start/stop YunoHost API ### END INIT INFO DAEMON=/usr/bin/yunohost-api diff --git a/debian/yunohost-firewall.init b/debian/yunohost-firewall.init index f16e1d6b4..06bf2145c 100755 --- a/debian/yunohost-firewall.init +++ b/debian/yunohost-firewall.init @@ -6,6 +6,7 @@ # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Start/stop YunoHost firewall +# Description: Start/stop YunoHost firewall ### END INIT INFO DAEMON=/usr/bin/yunohost