Package: ser2net
Version: 2.10.1-1
Severity: normal
Tags: patch

Hi,

lintian reports error init.d-script-needs-depends-on-lsb-base. So please
add the missing dependency on lsb-base (patch attached).

-- 
Benjamin Drung
System Developer
Debian & Ubuntu Developer

ProfitBricks GmbH
Greifswalder Str. 207
D - 10405 Berlin

Email: benjamin.dr...@profitbricks.com
URL:  http://www.profitbricks.com

Sitz der Gesellschaft: Berlin.
Registergericht: Amtsgericht Charlottenburg, HRB 125506B.
Geschäftsführer: Andreas Gauger, Achim Weiss.
>From 98351e451c48f4917e76195bc6cdf3ec214987bc Mon Sep 17 00:00:00 2001
From: Benjamin Drung <benjamin.dr...@profitbricks.com>
Date: Mon, 5 Dec 2016 12:48:19 +0100
Subject: [PATCH] Add missing dependency on lsb-base

---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index e79e385..6d41cda 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Vcs-Browser: http://git.debian.org/?p=collab-maint/ser2net.git;a=summary
 
 Package: ser2net
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: lsb-base (>= 3.0-6), ${shlibs:Depends}, ${misc:Depends}
 Suggests: telnet
 Description: Serial port to network proxy
  This daemon allows telnet and tcp sessions to be established with a
-- 
2.9.3

Reply via email to