[Python-modules-commits] r23258 - in packages/python-secretstorage/trunk/debian (control)

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Sun Jan 6 10:21:34 UTC 2013


    Date: Sunday, January 6, 2013 @ 10:21:32
  Author: mitya57-guest
Revision: 23258

Update description for 0.8.x, move gnome-keyring recommendation to Suggests

Modified:
  packages/python-secretstorage/trunk/debian/control

Modified: packages/python-secretstorage/trunk/debian/control
===================================================================
--- packages/python-secretstorage/trunk/debian/control	2013-01-06 04:00:38 UTC (rev 23257)
+++ packages/python-secretstorage/trunk/debian/control	2013-01-06 10:21:32 UTC (rev 23258)
@@ -15,52 +15,52 @@
 Package: python-secretstorage
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, python-dbus, dbus
-Recommends: python-gi, gnome-keyring (>= 2.30.0)
-Suggests: python-secretstorage-doc
-Description: Python module for storing passwords - Python 2.x version
+Recommends: python-gi
+Suggests: gnome-keyring (>= 2.30), python-secretstorage-doc
+Description: Python module for storing secrets - Python 2.x version
  Python-SecretStorage provides a way for securely storing passwords
  and other secrets.
  .
  It uses D-Bus Secret Service API that is supported by GNOME Keyring
- (>= 2.30) and KWallet (>= 4.8).
+ (>= 2.30) and KSecretsService.
  .
- It allows one to create new passwords, delete and search for passwords
- matching given attributes. It also supports graphical prompts when
- unlocking is needed.
+ It allows one to create, edit and delete secret items, manipulate
+ secret collections, and search for items matching given attributes.
+ It also supports locking and unlocking collections.
  .
- This package provides Python 2.x version of this module.
+ This package provides Python 2.x version of SecretStorage.
 
 Package: python3-secretstorage
 Architecture: all
 Depends: ${python3:Depends}, ${misc:Depends}, python3-dbus, dbus
-Recommends: python3-gi, gnome-keyring (>= 2.30.0)
-Suggests: python-secretstorage-doc
-Description: Python module for storing passwords - Python 3.x version
+Recommends: python3-gi
+Suggests: gnome-keyring (>= 2.30), python-secretstorage-doc
+Description: Python module for storing secrets - Python 3.x version
  Python-SecretStorage provides a way for securely storing passwords
  and other secrets.
  .
  It uses D-Bus Secret Service API that is supported by GNOME Keyring
- (>= 2.30) and KWallet (>= 4.8).
+ (>= 2.30) and KSecretsService.
  .
- It allows one to create new passwords, delete and search for passwords
- matching given attributes. It also supports graphical prompts when
- unlocking is needed.
+ It allows one to create, edit and delete secret items, manipulate
+ secret collections, and search for items matching given attributes.
+ It also supports locking and unlocking collections.
  .
- This package provides Python 3.x version of this module.
+ This package provides Python 3.x version of SecretStorage.
 
 Package: python-secretstorage-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}, ${sphinxdoc:Depends}
-Description: Python module for storing passwords - documentation
+Description: Python module for storing secrets - documentation
  Python-SecretStorage provides a way for securely storing passwords
  and other secrets.
  .
  It uses D-Bus Secret Service API that is supported by GNOME Keyring
- (>= 2.30) and KWallet (>= 4.8).
+ (>= 2.30) and KSecretsService.
  .
- It allows one to create new passwords, delete and search for passwords
- matching given attributes. It also supports graphical prompts when
- unlocking is needed.
+ It allows one to create, edit and delete secret items, manipulate
+ secret collections, and search for items matching given attributes.
+ It also supports locking and unlocking collections.
  .
  This package provides the HTML documentation.




More information about the Python-modules-commits mailing list