[Python-modules-commits] r9850 - in packages/python-keyring/trunk/debian (7 files)

chaica-guest at users.alioth.debian.org chaica-guest at users.alioth.debian.org
Thu Sep 24 19:57:32 UTC 2009


    Date: Thursday, September 24, 2009 @ 19:57:32
  Author: chaica-guest
Revision: 9850

  * New upstream version.
  * debian/control:
    - Added 3 binary packages.
  * Created debian/*.install to deal with *.so
  * Improved short and long descriptions.

Added:
  packages/python-keyring/trunk/debian/python-keyring-kwallet.install
    (from rev 9822, packages/python-keyring/trunk/debian/python-keyring-kde.install)
Modified:
  packages/python-keyring/trunk/debian/changelog
  packages/python-keyring/trunk/debian/control
  packages/python-keyring/trunk/debian/python-keyring-gnome.install
  packages/python-keyring/trunk/debian/python-keyring.install
Deleted:
  packages/python-keyring/trunk/debian/python-keyring-kde.install
  packages/python-keyring/trunk/debian/python-keyring-minimal.install

Modified: packages/python-keyring/trunk/debian/changelog
===================================================================
--- packages/python-keyring/trunk/debian/changelog	2009-09-24 11:53:51 UTC (rev 9849)
+++ packages/python-keyring/trunk/debian/changelog	2009-09-24 19:57:32 UTC (rev 9850)
@@ -2,12 +2,11 @@
 
   * New upstream version.
   * debian/control:
-    - Added 4 binary packages.
-    - Added the Conflicts field.
+    - Added 3 binary packages.
   * Created debian/*.install to deal with *.so
   * Improved short and long descriptions.
 
- -- Carl Chenet <chaica at ohmytux.com>  Wed, 23 Sep 2009 23:52:03 +0200
+ -- Carl Chenet <chaica at ohmytux.com>  Thu, 24 Sep 2009 20:56:46 +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-24 11:53:51 UTC (rev 9849)
+++ packages/python-keyring/trunk/debian/control	2009-09-24 19:57:32 UTC (rev 9850)
@@ -11,45 +11,31 @@
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-keyring/trunk/
 
 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
+Architecture: any
+Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Description: store and access your passwords safely
  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 provides both Gnome-Keyring and KWallet backends.
+ This package does not provides the Gnome-Keyring or 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
+Architecture: any
+Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, python-keyring (= ${binary:Version})
+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.
  .
  This package only provides the Gnome-Keyring backend.
 
-Package: python-keyring-kde
-architecture: any
-depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
-Conflicts: python-keyring-gnome, python-keyring, python-keyring-minimal
-description: store and access your passwords safely - KWallet backend
+Package: python-keyring-kwallet
+Architecture: any
+Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, python-keyring (= ${binary:Version})
+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.
  .
  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.

Modified: packages/python-keyring/trunk/debian/python-keyring-gnome.install
===================================================================
--- packages/python-keyring/trunk/debian/python-keyring-gnome.install	2009-09-24 11:53:51 UTC (rev 9849)
+++ packages/python-keyring/trunk/debian/python-keyring-gnome.install	2009-09-24 19:57:32 UTC (rev 9850)
@@ -1,3 +1 @@
-usr/lib/python*/site-packages/keyring/*.py
-usr/lib/python*/site-packages/keyring-*.egg-info
 usr/lib/python*/site-packages/gnome_keyring.so

Deleted: packages/python-keyring/trunk/debian/python-keyring-kde.install
===================================================================
--- packages/python-keyring/trunk/debian/python-keyring-kde.install	2009-09-24 11:53:51 UTC (rev 9849)
+++ packages/python-keyring/trunk/debian/python-keyring-kde.install	2009-09-24 19:57:32 UTC (rev 9850)
@@ -1,3 +0,0 @@
-usr/lib/python*/site-packages/keyring/*.py
-usr/lib/python*/site-packages/keyring-*.egg-info
-usr/lib/python*/site-packages/kde_kwallet.so

Copied: packages/python-keyring/trunk/debian/python-keyring-kwallet.install (from rev 9822, packages/python-keyring/trunk/debian/python-keyring-kde.install)
===================================================================
--- packages/python-keyring/trunk/debian/python-keyring-kwallet.install	                        (rev 0)
+++ packages/python-keyring/trunk/debian/python-keyring-kwallet.install	2009-09-24 19:57:32 UTC (rev 9850)
@@ -0,0 +1 @@
+usr/lib/python*/site-packages/kde_kwallet.so

Deleted: packages/python-keyring/trunk/debian/python-keyring-minimal.install
===================================================================
--- packages/python-keyring/trunk/debian/python-keyring-minimal.install	2009-09-24 11:53:51 UTC (rev 9849)
+++ packages/python-keyring/trunk/debian/python-keyring-minimal.install	2009-09-24 19:57:32 UTC (rev 9850)
@@ -1,2 +0,0 @@
-usr/lib/python*/site-packages/keyring/*.py
-usr/lib/python*/site-packages/keyring-*.egg-info

Modified: packages/python-keyring/trunk/debian/python-keyring.install
===================================================================
--- packages/python-keyring/trunk/debian/python-keyring.install	2009-09-24 11:53:51 UTC (rev 9849)
+++ packages/python-keyring/trunk/debian/python-keyring.install	2009-09-24 19:57:32 UTC (rev 9850)
@@ -1,4 +1,2 @@
 usr/lib/python*/site-packages/keyring/*.py
 usr/lib/python*/site-packages/keyring-*.egg-info
-usr/lib/python*/site-packages/gnome_keyring.so
-usr/lib/python*/site-packages/kde_kwallet.so




More information about the Python-modules-commits mailing list