From dc3496ccd0692c9f42ee44ae93573221aef3a332 Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Thu, 30 Aug 2007 20:43:28 -0400 Subject: [PATCH] Changed the priority from extra to optional. Recommends libpwmd. Updated the description. Removed TODO from the debian package. --- debian/control | 49 +++++++++++++++++++++++++------------------------ debian/docs | 1 - 2 files changed, 25 insertions(+), 25 deletions(-) rewrite debian/control (66%) diff --git a/debian/control b/debian/control dissimilarity index 66% index 8baf2f32..ab91cb41 100644 --- a/debian/control +++ b/debian/control @@ -1,24 +1,25 @@ -Source: pwmd -Section: utils -Priority: extra -Maintainer: Ben Kibbey -Build-Depends: debhelper (>= 5), autotools-dev -Standards-Version: 3.7.2 - -Package: pwmd -Architecture: i386 -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: A daemon to server clients sensitive data - Password Manager Daemon is a server that listens on a local socket for - connections from clients who wish to store or retrieve sensitive data. The - data can potentially be anything at all and is stored in an AES-256 encrypted - XML file. Some of the features include: - . - * shared memory file cache - * different settings for different files - * and more ... - . - There is also a library available making it easy for applications to use the - server. - . - Homepage: http://bjk.sourceforge.net/pwmd/ +Source: pwmd +Section: utils +Priority: optional +Maintainer: Ben Kibbey +Build-Depends: debhelper (>= 5), autotools-dev +Standards-Version: 3.7.2 + +Package: pwmd +Architecture: i386 +Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: libpwmd +Description: locally serve clients sensitive data + Password Manager Daemon is a server that provides a way to securely store + data. The data is saved in an AES256 encrypted XML file. Here are some of the + features: + . + * Shared memory key cache supporting multiple files. + * Server configuration file which supports file specific settings + including encryption iterations, cache expiration, and encryption key or + key file. + * Compressed data file support. + * Secure memory usage. PWMD will zero out memory before freeing it. + * And more... + . + Homepage: http://bjk.sourceforge.net/pwmd/ diff --git a/debian/docs b/debian/docs index a66621c9..0eedc102 100644 --- a/debian/docs +++ b/debian/docs @@ -1,4 +1,3 @@ NEWS README -TODO COMMANDS -- 2.11.4.GIT