[Python-modules-commits] r9848 - in packages/python-keyring/trunk/debian (3 files)
chaica-guest at users.alioth.debian.org
chaica-guest at users.alioth.debian.org
Wed Sep 23 21:54:20 UTC 2009
Date: Wednesday, September 23, 2009 @ 21:54:19
Author: chaica-guest
Revision: 9848
* New upstream version.
* debian/control:
- Added 4 binary packages.
- Added the Conflicts field.
* Created debian/*.install to deal with *.so
* Improved short and long descriptions.
Added:
packages/python-keyring/trunk/debian/python-keyring-minimal.install
Modified:
packages/python-keyring/trunk/debian/changelog
packages/python-keyring/trunk/debian/control
Modified: packages/python-keyring/trunk/debian/changelog
===================================================================
--- packages/python-keyring/trunk/debian/changelog 2009-09-23 11:50:11 UTC (rev 9847)
+++ packages/python-keyring/trunk/debian/changelog 2009-09-23 21:54:19 UTC (rev 9848)
@@ -2,11 +2,12 @@
* New upstream version.
* debian/control:
- - Added 2 binary packages.
+ - Added 4 binary packages.
+ - Added the Conflicts field.
* Created debian/*.install to deal with *.so
* Improved short and long descriptions.
- -- Carl Chenet <chaica at ohmytux.com> Tue, 22 Sep 2009 00:39:54 +0200
+ -- Carl Chenet <chaica at ohmytux.com> Wed, 23 Sep 2009 23:52:03 +0200
python-keyring (0.1+hg66-1) unstable; urgency=low
Modified: packages/python-keyring/trunk/debian/control
===================================================================
--- packages/python-keyring/trunk/debian/control 2009-09-23 11:50:11 UTC (rev 9847)
+++ packages/python-keyring/trunk/debian/control 2009-09-23 21:54:19 UTC (rev 9848)
@@ -13,30 +13,43 @@
Package: python-keyring
architecture: any
depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Conflicts: python-keyring-gnome, python-keyring-kde, python-keyring-minimal
description: store and access your passwords safely
- the Python keyring library provides an easy way to access the system
+ The Python keyring library provides an easy way to access the system
keyring service (e.g Gnome-Keyring, KWallet) from Python.
it can be used in any application that needs safe password storage.
- the Python keyring library also provides build-in keyrings.
+ .
+ This package provides both Gnome-Keyring and KWallet backends.
Package: python-keyring-gnome
architecture: any
depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Conflicts: python-keyring, python-keyring-kde, python-keyring-minimal
description: store and access your passwords safely - Gnome-Keyring backend
The Python keyring library provides an easy way to access the system
keyring service (e.g Gnome-Keyring, KWallet) from Python.
- it can be used in any application that needs safe password storage.
- the Python keyring library also provides build-in keyrings.
+ It can be used in any application that needs safe password storage.
.
This package only provides the Gnome-Keyring backend.
Package: python-keyring-kde
architecture: any
depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
-description: store and access your passwords safely - KWallet Backend
+Conflicts: python-keyring-gnome, python-keyring, python-keyring-minimal
+description: store and access your passwords safely - KWallet backend
The Python keyring library provides an easy way to access the system
keyring service (e.g Gnome-Keyring, KWallet) from Python.
it can be used in any application that needs safe password storage.
- the Python keyring library also provides build-in keyrings.
.
This package only provides the KWallet backend.
+
+Package: python-keyring-minimal
+architecture: any
+depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Conflicts: python-keyring-gnome, python-keyring-kde, python-keyring
+description: store and access your passwords safely - no builtin backend
+ The Python keyring library provides an easy way to access the system
+ keyring service (e.g Gnome-Keyring, KWallet) from Python.
+ it can be used in any application that needs safe password storage.
+ .
+ This package does not provide any builtin backend.
Added: packages/python-keyring/trunk/debian/python-keyring-minimal.install
===================================================================
--- packages/python-keyring/trunk/debian/python-keyring-minimal.install (rev 0)
+++ packages/python-keyring/trunk/debian/python-keyring-minimal.install 2009-09-23 21:54:19 UTC (rev 9848)
@@ -0,0 +1,2 @@
+usr/lib/python*/site-packages/keyring/*.py
+usr/lib/python*/site-packages/keyring-*.egg-info
More information about the Python-modules-commits
mailing list