[Python-modules-commits] r27463 - in packages/python-secretstorage/trunk/debian (2 files)
mitya57-guest at users.alioth.debian.org
mitya57-guest at users.alioth.debian.org
Tue Jan 28 12:49:54 UTC 2014
Date: Tuesday, January 28, 2014 @ 12:49:53
Author: mitya57-guest
Revision: 27463
* New upstream release.
* Add dependency on python[3]-crypto.
Modified:
packages/python-secretstorage/trunk/debian/changelog
packages/python-secretstorage/trunk/debian/control
Modified: packages/python-secretstorage/trunk/debian/changelog
===================================================================
--- packages/python-secretstorage/trunk/debian/changelog 2014-01-28 12:35:22 UTC (rev 27462)
+++ packages/python-secretstorage/trunk/debian/changelog 2014-01-28 12:49:53 UTC (rev 27463)
@@ -1,6 +1,8 @@
-python-secretstorage (1.1.0-2) UNRELEASED; urgency=medium
+python-secretstorage (2.0.0-1) UNRELEASED; urgency=medium
+ * New upstream release.
* Add explicit build-dependency on dh-python.
+ * Add dependency on python[3]-crypto.
-- Dmitry Shachnev <mitya57 at gmail.com> Sun, 12 Jan 2014 12:57:19 +0400
Modified: packages/python-secretstorage/trunk/debian/control
===================================================================
--- packages/python-secretstorage/trunk/debian/control 2014-01-28 12:35:22 UTC (rev 27462)
+++ packages/python-secretstorage/trunk/debian/control 2014-01-28 12:49:53 UTC (rev 27463)
@@ -18,7 +18,7 @@
Package: python-secretstorage
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-dbus, dbus
+Depends: ${python:Depends}, ${misc:Depends}, python-crypto, python-dbus, dbus
Recommends: python-gi
Suggests: gnome-keyring (>= 2.30), python-secretstorage-doc
Description: Python module for storing secrets - Python 2.x version
@@ -36,7 +36,7 @@
Package: python3-secretstorage
Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}, python3-dbus, dbus
+Depends: ${python3:Depends}, ${misc:Depends}, python3-crypto, python3-dbus, dbus
Recommends: python3-gi
Suggests: gnome-keyring (>= 2.30), python-secretstorage-doc
Description: Python module for storing secrets - Python 3.x version
More information about the Python-modules-commits
mailing list