From 363d960c3feddb93a0f660075d9b4b33f3713882 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 1 Sep 2015 16:07:16 -0400 Subject: minor lintian fixes --- debian/changelog | 7 +++++-- debian/control | 6 +++--- debian/copyright | 2 +- server/pkg/soledad-server | 2 +- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 09b802ac..36fc5ff0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,11 @@ soledad (0.7.2) unstable; urgency=medium * Update to 0.7.2 release - - -- Ben Carrillo Fri, 28 Aug 2015 15:43:11 -0400 + * Update short descriptions in debian/control to be unique + * Update debian/copyright to point to the specific GPL-3 symlink + * Fix init.d-script-does-not-provide-itself lintian error + + -- Micah Anderson Tue, 01 Sep 2015 15:43:11 -0400 soledad (0.6.5.1) unstable; urgency=medium diff --git a/debian/control b/debian/control index 54e5b313..cf1252e3 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-configparser, python-couchdb, python-simplejson, python-oauth, python-u1db, python-routes, python-openssl, soledad-common (>= 0.5.0), python-six, python-twisted-web (>= 13.0.0-1~bpo70+1) -Description: Synchronization of locally encrypted data among devices. +Description: Synchronization of locally encrypted data among devices (server files) 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. @@ -21,7 +21,7 @@ Package: soledad-common Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-simplejson, python-oauth, python-u1db, python-six -Description: Synchronization of locally encrypted data among devices. +Description: Synchronization of locally encrypted data among devices (common files) 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. @@ -35,7 +35,7 @@ Depends: ${misc:Depends}, ${python:Depends}, python-sqlcipher (>= 2.6.3.3+b1), python-simplejson, python-oauth, python-u1db, python-scrypt, python-dirspec, python-pycryptopp (>= 0.6.0.20120313-1~), soledad-common, python-chardet, python-twisted-core -Description: Synchronization of locally encrypted data among devices. +Description: Synchronization of locally encrypted data among devices (client files) 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. diff --git a/debian/copyright b/debian/copyright index d811209b..edd67753 100644 --- a/debian/copyright +++ b/debian/copyright @@ -13,4 +13,4 @@ License: GPL-3+ License: GPL-3+ On Debian systems, the complete text of the GNU General - Public License can be found in `/usr/share/common-licenses/GPL'. + Public License can be found in `/usr/share/common-licenses/GPL-3'. diff --git a/server/pkg/soledad-server b/server/pkg/soledad-server index 811ad55b..d127c5c5 100644 --- a/server/pkg/soledad-server +++ b/server/pkg/soledad-server @@ -1,6 +1,6 @@ #!/bin/sh ### BEGIN INIT INFO -# Provides: soledad +# Provides: soledad-server # Required-Start: $network $named $remote_fs $syslog $time # Required-Stop: $network $named $remote_fs $syslog # Default-Start: 2 3 4 5 -- cgit v1.2.3