diff options
author | Christoph <chris@inferno.nadir.org> | 2015-08-05 10:07:04 +0200 |
---|---|---|
committer | Christoph <chris@inferno.nadir.org> | 2015-08-05 10:07:04 +0200 |
commit | b476050cb9253f869b469b39890c634a88c33404 (patch) | |
tree | d6ffc091eb3a15d0e3aa9bb9a82add2e9fc61d08 | |
parent | 48cecb7530bc75437c39ed76abc8b56c712c4723 (diff) |
[style] fix lintian
lintian complains about the spaces on empty lines.
E: soledad-client: description-contains-invalid-control-statement
N: The description contains a line starting with a dot (.). This is not
N: allowed.
N: Refer to Debian Policy Manual section 5.6.13 (Description) for details.
N: Severity: serious, Certainty: certain
N: Check: description, Type: binary, udeb
-rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index b891cb3c..6e574e9b 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Description: Synchronization of locally encrypted data among devices. Soledad is the part of LEAP that allows application data to be securely shared among devices. It provides, to other parts of the LEAP client, an API for data storage and sync. - . + . This package contains the server components. Package: soledad-common @@ -25,7 +25,7 @@ Description: Synchronization of locally encrypted data among devices. Soledad is the part of LEAP that allows application data to be securely shared among devices. It provides, to other parts of the LEAP client, an API for data storage and sync. - . + . This package contains the common soledad libraries. For the server, see the soledad-server package @@ -39,5 +39,5 @@ Description: Synchronization of locally encrypted data among devices. Soledad is the part of LEAP that allows application data to be securely shared among devices. It provides, to other parts of the LEAP client, an API for data storage and sync. - . + . This package contains the soledad client. |