[Python-modules-commits] [python-keyring] 03/04: Suggest gnome-keyring and libkf5wallet-bin
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Sat Mar 12 08:30:20 UTC 2016
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to branch master
in repository python-keyring.
commit 14caa5d372ad121d6db34fba9f90c3c385c1e0cb
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Sat Mar 12 09:28:37 2016 +0100
Suggest gnome-keyring and libkf5wallet-bin
---
debian/changelog | 2 ++
debian/control | 2 ++
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 0f21cc2..b2b94c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
python-keyring (8.5-1) UNRELEASED; urgency=medium
* New upstream release.
+ * Suggest gnome-keyring and libkf5wallet-bin as these are providers
+ for D-Bus services that keyring uses.
-- Dmitry Shachnev <mitya57 at debian.org> Sat, 12 Mar 2016 09:24:10 +0100
diff --git a/debian/control b/debian/control
index e3fc20d..9410f23 100644
--- a/debian/control
+++ b/debian/control
@@ -25,6 +25,7 @@ Package: python-keyring
Architecture: all
Depends: python-dbus, ${misc:Depends}, ${python:Depends}
Recommends: python-secretstorage, python-keyrings.alt
+Suggests: gnome-keyring, libkf5wallet-bin
Breaks: kupfer (<< 0+v208-6),
python-mini-buildd (<< 1.0.0~gamma.3),
python-wheel (<< 0.27)
@@ -37,6 +38,7 @@ Package: python3-keyring
Architecture: all
Depends: python3-dbus, ${misc:Depends}, ${python3:Depends}
Recommends: python3-secretstorage, python3-keyrings.alt
+Suggests: gnome-keyring, libkf5wallet-bin
Breaks: python3-wheel (<< 0.27)
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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-keyring.git
More information about the Python-modules-commits
mailing list