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

chaica-guest at users.alioth.debian.org chaica-guest at users.alioth.debian.org
Mon Sep 21 22:45:26 UTC 2009


    Date: Monday, September 21, 2009 @ 22:45:26
  Author: chaica-guest
Revision: 9822

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

Added:
  packages/python-keyring/trunk/debian/python-keyring-gnome.install
  packages/python-keyring/trunk/debian/python-keyring-kde.install
  packages/python-keyring/trunk/debian/python-keyring.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-21 21:00:25 UTC (rev 9821)
+++ packages/python-keyring/trunk/debian/changelog	2009-09-21 22:45:26 UTC (rev 9822)
@@ -1,8 +1,12 @@
 python-keyring (0.2-1) unstable; urgency=low
 
   * New upstream version.
+  * debian/control:
+    - Added 2 binary packages.
+  * Created debian/*.install to deal with *.so
+  * Improved short and long descriptions.
 
- -- Carl Chenet <chaica at ohmytux.com>  Sun, 13 Sep 2009 22:11:32 +0200
+ -- Carl Chenet <chaica at ohmytux.com>  Tue, 22 Sep 2009 00:39:54 +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-21 21:00:25 UTC (rev 9821)
+++ packages/python-keyring/trunk/debian/control	2009-09-21 22:45:26 UTC (rev 9822)
@@ -1,19 +1,42 @@
 Source: python-keyring
-Priority: extra
+Priority: optional
 Section: python
 XS-Python-Version: >= 2.5
 Maintainer: Carl Chenet <chaica at ohmytux.com>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7), python(>= 2.5), python-support
+Build-Depends: debhelper (>= 7), python(>= 2.5), python-support, python-dev, libdbus-1-dev, libglib2.0-dev, libgnome-keyring-dev, kdelibs5-dev, kdelibs-bin
 Standards-Version: 3.8.3
 Homepage: http://pypi.python.org/pypi/keyring
+Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/python-keyring/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-keyring/trunk/
 
 Package: python-keyring
-Architecture: any
-Depends: ${python:Depends}, ${misc:Depends}
-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.
+ the Python keyring library also provides build-in keyrings.
+
+Package: python-keyring-gnome
+architecture: any
+depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
+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 GnomeKeyring, KDEKWallet) from Python.
- It can be used in any application that needs safe password storage.
- The Python keyring library also provides build-in keyrings.
+ 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 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
+ 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.

Added: packages/python-keyring/trunk/debian/python-keyring-gnome.install
===================================================================
--- packages/python-keyring/trunk/debian/python-keyring-gnome.install	                        (rev 0)
+++ packages/python-keyring/trunk/debian/python-keyring-gnome.install	2009-09-21 22:45:26 UTC (rev 9822)
@@ -0,0 +1,3 @@
+usr/lib/python*/site-packages/keyring/*.py
+usr/lib/python*/site-packages/keyring-*.egg-info
+usr/lib/python*/site-packages/gnome_keyring.so

Added: packages/python-keyring/trunk/debian/python-keyring-kde.install
===================================================================
--- packages/python-keyring/trunk/debian/python-keyring-kde.install	                        (rev 0)
+++ packages/python-keyring/trunk/debian/python-keyring-kde.install	2009-09-21 22:45:26 UTC (rev 9822)
@@ -0,0 +1,3 @@
+usr/lib/python*/site-packages/keyring/*.py
+usr/lib/python*/site-packages/keyring-*.egg-info
+usr/lib/python*/site-packages/kde_kwallet.so

Added: packages/python-keyring/trunk/debian/python-keyring.install
===================================================================
--- packages/python-keyring/trunk/debian/python-keyring.install	                        (rev 0)
+++ packages/python-keyring/trunk/debian/python-keyring.install	2009-09-21 22:45:26 UTC (rev 9822)
@@ -0,0 +1,4 @@
+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