[Python-modules-commits] [python-pskc] 06/09: Update package description

Arthur de Jong adejong at moszumanska.debian.org
Mon Mar 28 20:06:36 UTC 2016


This is an automated email from the git hooks/post-receive script.

adejong pushed a commit to branch master
in repository python-pskc.

commit 0c2d14071d1205ee51559468e1fbfcc03bf6009d
Author: Arthur de Jong <adejong at debian.org>
Date:   Mon Mar 28 21:48:15 2016 +0200

    Update package description
---
 debian/changelog |  3 ++-
 debian/control   | 16 ++++++++--------
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index de081d5..9fead2e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,8 +15,9 @@ python-pskc (0.4-1) UNRELEASED; urgency=medium
     - refactoring and clean-ups to be more easily extendible (thanks Mathias
       Laurin)
   * Use https in Vcs-Git field (thanks lintian)
+  * Update package description
 
- -- Arthur de Jong <adejong at debian.org>  Mon, 28 Mar 2016 21:40:51 +0200
+ -- Arthur de Jong <adejong at debian.org>  Mon, 28 Mar 2016 21:47:30 +0200
 
 python-pskc (0.3-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 0ce306b..b1c9e38 100644
--- a/debian/control
+++ b/debian/control
@@ -22,11 +22,11 @@ Depends: ${python:Depends}, ${misc:Depends}, ${sphinxdoc:Depends}
 Description: Python module for handling PSKC files (Python 2)
  This Python library handles Portable Symmetric Key Container (PSKC) files as
  defined in RFC6030. PSKC files are used to transport and provision symmetric
- keys (seed files) to different types of crypto modules, commonly one-time
- password tokens or other authentication devices.
+ keys and key meta data (seed files) to different types of crypto modules,
+ commonly one-time password tokens or other authentication devices.
  .
- The main goal of this module is to be able to extract keys from PSKC files
- for use in an OTP authentication system.
+ This module can be used to extract keys from PSKC files for use in an OTP
+ authentication system. The module can also be used for authoring PSKC files.
  .
  This package installs the library for Python 2.
 
@@ -36,10 +36,10 @@ Depends: ${python3:Depends}, ${misc:Depends}, ${sphinxdoc:Depends}
 Description: Python module for handling PSKC files (Python 3)
  This Python library handles Portable Symmetric Key Container (PSKC) files as
  defined in RFC6030. PSKC files are used to transport and provision symmetric
- keys (seed files) to different types of crypto modules, commonly one-time
- password tokens or other authentication devices.
+ keys and key meta data (seed files) to different types of crypto modules,
+ commonly one-time password tokens or other authentication devices.
  .
- The main goal of this module is to be able to extract keys from PSKC files
- for use in an OTP authentication system.
+ This module can be used to extract keys from PSKC files for use in an OTP
+ authentication system. The module can also be used for authoring PSKC files.
  .
  This package installs the library for Python 3.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pskc.git



More information about the Python-modules-commits mailing list