From 94df6e9e0da689754a53057c248e7fec32c7fa11 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Mon, 18 May 2015 02:14:55 -0400 Subject: [PATCH] debian: remove trailing spaces from control.in file This were causing lintian failures. Signed-off-by: Theodore Ts'o --- debian/control.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control.in b/debian/control.in index 7624029..05929ac 100644 --- a/debian/control.in +++ b/debian/control.in @@ -66,7 +66,7 @@ Description: command-line interface parsing library libss provides a simple command-line interface parser which will accept input from the user, parse the command into an argv argument vector, and then dispatch it to a handler function. - . + . It was originally inspired by the Multics SubSystem library. Package: ss-dev @@ -78,7 +78,7 @@ Description: command-line interface parsing library - headers and static librari This package includes a tool that parses a command table to generate a simple command-line interface parser, the include files needed to compile and use it, and the static libs. - . + . It was originally inspired by the Multics SubSystem library. . This package contains the development environment for the ss library. -- 1.8.3.1