[Python-modules-commits] r22022 - in packages (15 files)

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Sat Jun 2 09:14:07 UTC 2012


    Date: Saturday, June 2, 2012 @ 09:14:03
  Author: mitya57-guest
Revision: 22022

Adding python-secretstorage package (closes: #675193)

Added:
  packages/python-secretstorage/
  packages/python-secretstorage/trunk/
  packages/python-secretstorage/trunk/debian/
  packages/python-secretstorage/trunk/debian/changelog
  packages/python-secretstorage/trunk/debian/compat
  packages/python-secretstorage/trunk/debian/control
  packages/python-secretstorage/trunk/debian/copyright
  packages/python-secretstorage/trunk/debian/python-secretstorage-doc.doc-base
  packages/python-secretstorage/trunk/debian/python-secretstorage-doc.docs
  packages/python-secretstorage/trunk/debian/python-secretstorage.install
  packages/python-secretstorage/trunk/debian/python3-secretstorage.install
  packages/python-secretstorage/trunk/debian/rules
  packages/python-secretstorage/trunk/debian/source/
  packages/python-secretstorage/trunk/debian/source/format
  packages/python-secretstorage/trunk/debian/watch

Added: packages/python-secretstorage/trunk/debian/changelog
===================================================================
--- packages/python-secretstorage/trunk/debian/changelog	                        (rev 0)
+++ packages/python-secretstorage/trunk/debian/changelog	2012-06-02 09:14:03 UTC (rev 22022)
@@ -0,0 +1,5 @@
+python-secretstorage (0.1-1) UNRELEASED; urgency=low
+
+  * Initial release. (closes: #675193)
+
+ -- Dmitry Shachnev <mitya57 at gmail.com>  Sat, 02 Jun 2012 13:07:18 +0400

Added: packages/python-secretstorage/trunk/debian/compat
===================================================================
--- packages/python-secretstorage/trunk/debian/compat	                        (rev 0)
+++ packages/python-secretstorage/trunk/debian/compat	2012-06-02 09:14:03 UTC (rev 22022)
@@ -0,0 +1 @@
+8

Added: packages/python-secretstorage/trunk/debian/control
===================================================================
--- packages/python-secretstorage/trunk/debian/control	                        (rev 0)
+++ packages/python-secretstorage/trunk/debian/control	2012-06-02 09:14:03 UTC (rev 22022)
@@ -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~), retext-wpgen
+Standards-Version: 3.9.3
+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
+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 private data.
+ .
+ It uses DBus 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
+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 private data.
+ .
+ It uses DBus 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}
+Description: Python module for storing passwords - documentation
+ Python-SecretStorage provides a way for securely storing passwords
+ and other private data.
+ .
+ It uses DBus 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.

Added: packages/python-secretstorage/trunk/debian/copyright
===================================================================
--- packages/python-secretstorage/trunk/debian/copyright	                        (rev 0)
+++ packages/python-secretstorage/trunk/debian/copyright	2012-06-02 09:14:03 UTC (rev 22022)
@@ -0,0 +1,29 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: python-secretstorage
+Source: https://launchpad.net/python-secretstorage
+
+Files: *
+Copyright: Copyright 2012 Dmitry Shachnev <mitya57 at gmail.com>
+License: BSD
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ * Redistributions of source code must retain the above copyright notice,
+   this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above copyright notice,
+   this list of conditions and the following disclaimer in the documentation
+   and/or other materials provided with the distribution.
+ * Neither the name of the author nor the names of its contributors may be
+   used to endorse or promote products derived from this software without
+   specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Added: packages/python-secretstorage/trunk/debian/python-secretstorage-doc.doc-base
===================================================================
--- packages/python-secretstorage/trunk/debian/python-secretstorage-doc.doc-base	                        (rev 0)
+++ packages/python-secretstorage/trunk/debian/python-secretstorage-doc.doc-base	2012-06-02 09:14:03 UTC (rev 22022)
@@ -0,0 +1,9 @@
+Document: python-secretstorage
+Title: SecretStorage module for Python
+Author: Dmitry Shachnev <mitya57 at gmail.com>
+Abstract: This is documentation of python-secretstorage module.
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-secretstorage-doc/html/index.html
+Files: /usr/share/doc/python-secretstorage-doc/html/*.html

Added: packages/python-secretstorage/trunk/debian/python-secretstorage-doc.docs
===================================================================
--- packages/python-secretstorage/trunk/debian/python-secretstorage-doc.docs	                        (rev 0)
+++ packages/python-secretstorage/trunk/debian/python-secretstorage-doc.docs	2012-06-02 09:14:03 UTC (rev 22022)
@@ -0,0 +1 @@
+docs/html

Added: packages/python-secretstorage/trunk/debian/python-secretstorage.install
===================================================================
--- packages/python-secretstorage/trunk/debian/python-secretstorage.install	                        (rev 0)
+++ packages/python-secretstorage/trunk/debian/python-secretstorage.install	2012-06-02 09:14:03 UTC (rev 22022)
@@ -0,0 +1 @@
+usr/lib/python2.*/*

Added: packages/python-secretstorage/trunk/debian/python3-secretstorage.install
===================================================================
--- packages/python-secretstorage/trunk/debian/python3-secretstorage.install	                        (rev 0)
+++ packages/python-secretstorage/trunk/debian/python3-secretstorage.install	2012-06-02 09:14:03 UTC (rev 22022)
@@ -0,0 +1 @@
+usr/lib/python3*/*

Added: packages/python-secretstorage/trunk/debian/rules
===================================================================
--- packages/python-secretstorage/trunk/debian/rules	                        (rev 0)
+++ packages/python-secretstorage/trunk/debian/rules	2012-06-02 09:14:03 UTC (rev 22022)
@@ -0,0 +1,17 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+
+PYTHON3=$(shell py3versions -r)
+
+%:
+	dh $@ --with python2,python3
+
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -rf build/ docs/html/*.html
+
+override_dh_auto_install:
+	dh_auto_install
+	set -ex; for python in $(PYTHON3); do \
+		$$python setup.py install --install-layout=deb --root=debian/tmp; \
+	done


Property changes on: packages/python-secretstorage/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-secretstorage/trunk/debian/source/format
===================================================================
--- packages/python-secretstorage/trunk/debian/source/format	                        (rev 0)
+++ packages/python-secretstorage/trunk/debian/source/format	2012-06-02 09:14:03 UTC (rev 22022)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-secretstorage/trunk/debian/watch
===================================================================
--- packages/python-secretstorage/trunk/debian/watch	                        (rev 0)
+++ packages/python-secretstorage/trunk/debian/watch	2012-06-02 09:14:03 UTC (rev 22022)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/S/SecretStorage/SecretStorage-(.*).tar.gz




More information about the Python-modules-commits mailing list