[Python-modules-commits] r28906 - in packages/python-keyring/trunk/debian (4 files)
vcheng at users.alioth.debian.org
vcheng at users.alioth.debian.org
Thu May 15 02:53:53 UTC 2014
Date: Thursday, May 15, 2014 @ 02:53:52
Author: vcheng
Revision: 28906
s/UNRELEASED/unstable/, wrap-and-sort -s
Modified:
packages/python-keyring/trunk/debian/changelog
packages/python-keyring/trunk/debian/control
packages/python-keyring/trunk/debian/copyright
packages/python-keyring/trunk/debian/python-keyring.install
Modified: packages/python-keyring/trunk/debian/changelog
===================================================================
--- packages/python-keyring/trunk/debian/changelog 2014-05-14 21:35:27 UTC (rev 28905)
+++ packages/python-keyring/trunk/debian/changelog 2014-05-15 02:53:52 UTC (rev 28906)
@@ -1,4 +1,4 @@
-python-keyring (3.8-1) UNRELEASED; urgency=medium
+python-keyring (3.8-1) unstable; urgency=medium
* New upstream release.
* Set DPMT as Maintainer, add myself to Uploaders.
Modified: packages/python-keyring/trunk/debian/control
===================================================================
--- packages/python-keyring/trunk/debian/control 2014-05-14 21:35:27 UTC (rev 28905)
+++ packages/python-keyring/trunk/debian/control 2014-05-15 02:53:52 UTC (rev 28906)
@@ -5,17 +5,18 @@
X-Python3-Version: >= 3.2
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Carl Chenet <chaica at debian.org>, Dmitry Shachnev <mitya57 at gmail.com>
-Build-Depends: debhelper (>= 9),
- dh-python,
- python-all (>= 2.6.6-13),
- python-crypto,
- python-mock,
- python-setuptools,
- python3-all,
- python3-crypto,
- python3-mock,
- python3-setuptools,
- unzip
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python-all (>= 2.6.6-13),
+ python-crypto,
+ python-mock,
+ python-setuptools,
+ python3-all,
+ python3-crypto,
+ python3-mock,
+ python3-setuptools,
+ unzip
Standards-Version: 3.9.5
Homepage: https://bitbucket.org/kang/python-keyring-lib
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-keyring/trunk/
@@ -23,11 +24,16 @@
Package: python-keyring
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
-Recommends: python-secretstorage, python-crypto
-Suggests: python-gi, gir1.2-gnomekeyring-1.0, python-gdata, python-keyczar,
- python-kde4, python-fs
-Breaks: python-mini-buildd (<< 1.0.0~gamma.3), kupfer (<< 0+v208-2.1)
+Depends: ${misc:Depends}, ${python:Depends}
+Recommends: python-crypto, python-secretstorage
+Suggests:
+ gir1.2-gnomekeyring-1.0,
+ python-fs,
+ python-gdata,
+ python-gi,
+ python-kde4,
+ python-keyczar
+Breaks: kupfer (<< 0+v208-2.1), python-mini-buildd (<< 1.0.0~gamma.3)
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.
@@ -35,9 +41,9 @@
Package: python3-keyring
Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
-Recommends: python3-secretstorage, python3-crypto
-Suggests: python3-gi, gir1.2-gnomekeyring-1.0, python3-pykde4
+Depends: ${misc:Depends}, ${python3:Depends}
+Recommends: python3-crypto, python3-secretstorage
+Suggests: gir1.2-gnomekeyring-1.0, python3-gi, python3-pykde4
Description: store and access your passwords safely - Python 3 version of the package
The Python keyring library provides an easy way to access the system
keyring service (e.g Gnome-Keyring, KWallet) from Python.
Modified: packages/python-keyring/trunk/debian/copyright
===================================================================
--- packages/python-keyring/trunk/debian/copyright 2014-05-14 21:35:27 UTC (rev 28905)
+++ packages/python-keyring/trunk/debian/copyright 2014-05-15 02:53:52 UTC (rev 28906)
@@ -22,7 +22,7 @@
("PSF"), and the Individual or Organization ("Licensee") accessing and
otherwise using Python 2.3 software in source or binary form and its
associated documentation.
-
+
2. Subject to the terms and conditions of this License Agreement, PSF
hereby grants Licensee a nonexclusive, royalty-free, world-wide
license to reproduce, analyze, test, perform and/or display publicly,
@@ -32,34 +32,34 @@
2001, 2002 Python Software Foundation; All Rights Reserved" are
retained in Python 2.3 alone or in any derivative version prepared by
Licensee.
-
+
3. In the event Licensee prepares a derivative work that is based on
or incorporates Python 2.3 or any part thereof, and wants to make
the derivative work available to others as provided herein, then
Licensee hereby agrees to include in any such work a brief summary of
the changes made to Python 2.3.
-
+
4. PSF is making Python 2.3 available to Licensee on an "AS IS"
basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 2.3 WILL NOT
INFRINGE ANY THIRD PARTY RIGHTS.
-
+
5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
2.3 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 2.3,
OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
-
+
6. This License Agreement will automatically terminate upon a material
breach of its terms and conditions.
-
+
7. Nothing in this License Agreement shall be deemed to create any
relationship of agency, partnership, or joint venture between PSF and
Licensee. This License Agreement does not grant permission to use PSF
trademarks or trade name in a trademark sense to endorse or promote
products or services of Licensee, or any third party.
-
+
8. By copying, installing or otherwise using Python 2.3, Licensee
agrees to be bound by the terms and conditions of this License
Agreement.
@@ -88,5 +88,5 @@
Copyright © 2009 Carl Chenet <chaica at ohmytux.com>
-and is licensed under the GPL version 3,
+and is licensed under the GPL version 3,
see `/usr/share/common-licenses/GPL-3'.
Modified: packages/python-keyring/trunk/debian/python-keyring.install
===================================================================
--- packages/python-keyring/trunk/debian/python-keyring.install 2014-05-14 21:35:27 UTC (rev 28905)
+++ packages/python-keyring/trunk/debian/python-keyring.install 2014-05-15 02:53:52 UTC (rev 28906)
@@ -1,2 +1,2 @@
+debian/convert-crypto-keyring usr/share/python-keyring/
usr/lib/python2*
-debian/convert-crypto-keyring usr/share/python-keyring/
More information about the Python-modules-commits
mailing list