[Python-modules-commits] r23317 - in packages/python-secretstorage/tags (7 files)

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Wed Jan 16 15:14:15 UTC 2013


    Date: Wednesday, January 16, 2013 @ 15:14:13
  Author: mitya57-guest
Revision: 23317

[svn-buildpackage] Tagging python-secretstorage 0.8.1-1

Added:
  packages/python-secretstorage/tags/0.8.1-1/
  packages/python-secretstorage/tags/0.8.1-1/debian/changelog
    (from rev 23316, packages/python-secretstorage/trunk/debian/changelog)
  packages/python-secretstorage/tags/0.8.1-1/debian/control
    (from rev 23258, packages/python-secretstorage/trunk/debian/control)
  packages/python-secretstorage/tags/0.8.1-1/debian/python-secretstorage-doc.docs
    (from rev 23243, packages/python-secretstorage/trunk/debian/python-secretstorage-doc.docs)
Deleted:
  packages/python-secretstorage/tags/0.8.1-1/debian/changelog
  packages/python-secretstorage/tags/0.8.1-1/debian/control
  packages/python-secretstorage/tags/0.8.1-1/debian/python-secretstorage-doc.docs

Deleted: packages/python-secretstorage/tags/0.8.1-1/debian/changelog
===================================================================
--- packages/python-secretstorage/trunk/debian/changelog	2013-01-03 21:03:00 UTC (rev 23242)
+++ packages/python-secretstorage/tags/0.8.1-1/debian/changelog	2013-01-16 15:14:13 UTC (rev 23317)
@@ -1,17 +0,0 @@
-python-secretstorage (0.8-1) UNRELEASED; urgency=low
-
-  * New upstream release.
-  * Add missing python3 build.
-  * Build docs using sphinx.
-  * Removed obsolete d/patches/bzr_use_check_call.patch.
-  * Bump Standards-Version to 3.9.4, no changes needed.
-
- -- Dmitry Shachnev <mitya57 at gmail.com>  Wed, 02 Jan 2013 19:23:00 +0400
-
-python-secretstorage (0.2-1) experimental; urgency=low
-
-  * Initial release. (closes: #675193)
-  * debian/patches/bzr_use_check_call.patch:
-    - use check_call instead of Popen in setup.py (from upstream bzr)
-
- -- Dmitry Shachnev <mitya57 at gmail.com>  Thu, 28 Jun 2012 12:13:33 +0400

Copied: packages/python-secretstorage/tags/0.8.1-1/debian/changelog (from rev 23316, packages/python-secretstorage/trunk/debian/changelog)
===================================================================
--- packages/python-secretstorage/tags/0.8.1-1/debian/changelog	                        (rev 0)
+++ packages/python-secretstorage/tags/0.8.1-1/debian/changelog	2013-01-16 15:14:13 UTC (rev 23317)
@@ -0,0 +1,19 @@
+python-secretstorage (0.8.1-1) unstable; urgency=low
+
+  * Upload to unstable.
+  * New upstream release.
+  * Add missing python3 build.
+  * Build docs using sphinx.
+  * Removed obsolete d/patches/bzr_use_check_call.patch.
+  * Bump Standards-Version to 3.9.4, no changes needed.
+  * Moved dependencies on python*-gi to Recommends.
+
+ -- Dmitry Shachnev <mitya57 at gmail.com>  Wed, 16 Jan 2013 19:10:48 +0400
+
+python-secretstorage (0.2-1) experimental; urgency=low
+
+  * Initial release. (closes: #675193)
+  * debian/patches/bzr_use_check_call.patch:
+    - use check_call instead of Popen in setup.py (from upstream bzr)
+
+ -- Dmitry Shachnev <mitya57 at gmail.com>  Thu, 28 Jun 2012 12:13:33 +0400

Deleted: packages/python-secretstorage/tags/0.8.1-1/debian/control
===================================================================
--- packages/python-secretstorage/trunk/debian/control	2013-01-03 21:03:00 UTC (rev 23242)
+++ packages/python-secretstorage/tags/0.8.1-1/debian/control	2013-01-16 15:14:13 UTC (rev 23317)
@@ -1,66 +0,0 @@
-Source: python-secretstorage
-Section: python
-Priority: optional
-Maintainer: Dmitry Shachnev <mitya57 at gmail.com>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 8), python-all (>= 2.6.6-3~), python3-all (>= 3.1.2-7~),
- python3-sphinx
-Standards-Version: 3.9.4
-Homepage: https://launchpad.net/python-secretstorage
-Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-secretstorage/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-secretstorage/trunk/
-X-Python-Version: >= 2.6
-X-Python3-Version: >= 3.1
-
-Package: python-secretstorage
-Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-dbus, python-gi, dbus
-Recommends: gnome-keyring (>= 2.30.0)
-Suggests: python-secretstorage-doc
-Description: Python module for storing passwords - 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).
- .
- It allows one to create new passwords, delete and search for passwords
- matching given attributes. It also supports graphical prompts when
- unlocking is needed.
- .
- This package provides Python 2.x version of this module.
-
-Package: python3-secretstorage
-Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}, python3-dbus, python3-gi, dbus
-Recommends: gnome-keyring (>= 2.30.0)
-Suggests: python-secretstorage-doc
-Description: Python module for storing passwords - 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).
- .
- It allows one to create new passwords, delete and search for passwords
- matching given attributes. It also supports graphical prompts when
- unlocking is needed.
- .
- This package provides Python 3.x version of this module.
-
-Package: python-secretstorage-doc
-Section: doc
-Architecture: all
-Depends: ${misc:Depends}, ${sphinxdoc:Depends}
-Description: Python module for storing passwords - 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).
- .
- It allows one to create new passwords, delete and search for passwords
- matching given attributes. It also supports graphical prompts when
- unlocking is needed.
- .
- This package provides the HTML documentation.

Copied: packages/python-secretstorage/tags/0.8.1-1/debian/control (from rev 23258, packages/python-secretstorage/trunk/debian/control)
===================================================================
--- packages/python-secretstorage/tags/0.8.1-1/debian/control	                        (rev 0)
+++ packages/python-secretstorage/tags/0.8.1-1/debian/control	2013-01-16 15:14:13 UTC (rev 23317)
@@ -0,0 +1,66 @@
+Source: python-secretstorage
+Section: python
+Priority: optional
+Maintainer: Dmitry Shachnev <mitya57 at gmail.com>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 8), python-all (>= 2.6.6-3~), python3-all (>= 3.1.2-7~),
+ python3-sphinx, python3-dbus
+Standards-Version: 3.9.4
+Homepage: https://launchpad.net/python-secretstorage
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-secretstorage/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-secretstorage/trunk/
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.1
+
+Package: python-secretstorage
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-dbus, dbus
+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 KSecretsService.
+ .
+ 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 SecretStorage.
+
+Package: python3-secretstorage
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}, python3-dbus, dbus
+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 KSecretsService.
+ .
+ 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 SecretStorage.
+
+Package: python-secretstorage-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+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 KSecretsService.
+ .
+ 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.

Deleted: packages/python-secretstorage/tags/0.8.1-1/debian/python-secretstorage-doc.docs
===================================================================
--- packages/python-secretstorage/trunk/debian/python-secretstorage-doc.docs	2013-01-03 21:03:00 UTC (rev 23242)
+++ packages/python-secretstorage/tags/0.8.1-1/debian/python-secretstorage-doc.docs	2013-01-16 15:14:13 UTC (rev 23317)
@@ -1 +0,0 @@
-docs/html

Copied: packages/python-secretstorage/tags/0.8.1-1/debian/python-secretstorage-doc.docs (from rev 23243, packages/python-secretstorage/trunk/debian/python-secretstorage-doc.docs)
===================================================================
--- packages/python-secretstorage/tags/0.8.1-1/debian/python-secretstorage-doc.docs	                        (rev 0)
+++ packages/python-secretstorage/tags/0.8.1-1/debian/python-secretstorage-doc.docs	2013-01-16 15:14:13 UTC (rev 23317)
@@ -0,0 +1 @@
+build/sphinx/html




More information about the Python-modules-commits mailing list