[Python-modules-commits] r23659 - in packages/python-secretstorage/tags (7 files)
mitya57-guest at users.alioth.debian.org
mitya57-guest at users.alioth.debian.org
Tue Mar 5 10:33:58 UTC 2013
Date: Tuesday, March 5, 2013 @ 10:33:56
Author: mitya57-guest
Revision: 23659
[svn-buildpackage] Tagging python-secretstorage 0.9.0-1
Added:
packages/python-secretstorage/tags/0.9.0-1/
packages/python-secretstorage/tags/0.9.0-1/debian/changelog
(from rev 23658, packages/python-secretstorage/trunk/debian/changelog)
packages/python-secretstorage/tags/0.9.0-1/debian/control
(from rev 23658, packages/python-secretstorage/trunk/debian/control)
packages/python-secretstorage/tags/0.9.0-1/debian/rules
(from rev 23657, packages/python-secretstorage/trunk/debian/rules)
Deleted:
packages/python-secretstorage/tags/0.9.0-1/debian/changelog
packages/python-secretstorage/tags/0.9.0-1/debian/control
packages/python-secretstorage/tags/0.9.0-1/debian/rules
Deleted: packages/python-secretstorage/tags/0.9.0-1/debian/changelog
===================================================================
--- packages/python-secretstorage/trunk/debian/changelog 2013-03-05 00:28:16 UTC (rev 23655)
+++ packages/python-secretstorage/tags/0.9.0-1/debian/changelog 2013-03-05 10:33:56 UTC (rev 23659)
@@ -1,19 +0,0 @@
-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
Copied: packages/python-secretstorage/tags/0.9.0-1/debian/changelog (from rev 23658, packages/python-secretstorage/trunk/debian/changelog)
===================================================================
--- packages/python-secretstorage/tags/0.9.0-1/debian/changelog (rev 0)
+++ packages/python-secretstorage/tags/0.9.0-1/debian/changelog 2013-03-05 10:33:56 UTC (rev 23659)
@@ -0,0 +1,26 @@
+python-secretstorage (0.9.0-1) unstable; urgency=low
+
+ * New upstream release.
+ * Use canonical Vcs-Svn URI.
+
+ -- Dmitry Shachnev <mitya57 at gmail.com> Tue, 05 Mar 2013 14:06:38 +0400
+
+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.9.0-1/debian/control
===================================================================
--- packages/python-secretstorage/trunk/debian/control 2013-03-05 00:28:16 UTC (rev 23655)
+++ packages/python-secretstorage/tags/0.9.0-1/debian/control 2013-03-05 10:33:56 UTC (rev 23659)
@@ -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, 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.
Copied: packages/python-secretstorage/tags/0.9.0-1/debian/control (from rev 23658, packages/python-secretstorage/trunk/debian/control)
===================================================================
--- packages/python-secretstorage/tags/0.9.0-1/debian/control (rev 0)
+++ packages/python-secretstorage/tags/0.9.0-1/debian/control 2013-03-05 10:33:56 UTC (rev 23659)
@@ -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://anonscm.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.9.0-1/debian/rules
===================================================================
--- packages/python-secretstorage/trunk/debian/rules 2013-03-05 00:28:16 UTC (rev 23655)
+++ packages/python-secretstorage/tags/0.9.0-1/debian/rules 2013-03-05 10:33:56 UTC (rev 23659)
@@ -1,24 +0,0 @@
-#!/usr/bin/make -f
-# -*- mode: makefile; coding: utf-8 -*-
-
-PYTHON3=$(shell py3versions -r)
-
-%:
- dh $@ --with python2,python3,sphinxdoc
-
-override_dh_auto_clean:
- dh_auto_clean
- rm -rf build/ docs/html/*.html
-
-override_dh_auto_build:
- dh_auto_build
- set -ex; for python in $(PYTHON3); do \
- $$python setup.py build; \
- done
- python3 setup.py build_sphinx
-
-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
Copied: packages/python-secretstorage/tags/0.9.0-1/debian/rules (from rev 23657, packages/python-secretstorage/trunk/debian/rules)
===================================================================
--- packages/python-secretstorage/tags/0.9.0-1/debian/rules (rev 0)
+++ packages/python-secretstorage/tags/0.9.0-1/debian/rules 2013-03-05 10:33:56 UTC (rev 23659)
@@ -0,0 +1,24 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+
+PYTHON3=$(shell py3versions -r)
+
+%:
+ dh $@ --with python2,python3,sphinxdoc
+
+override_dh_auto_clean:
+ dh_auto_clean
+ rm -rf build/ docs/html/*.html */__pycache__
+
+override_dh_auto_build:
+ dh_auto_build
+ set -ex; for python in $(PYTHON3); do \
+ $$python setup.py build; \
+ done
+ python3 setup.py build_sphinx
+
+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
More information about the Python-modules-commits
mailing list