[Python-modules-commits] [python-keyring] 03/05: Update package relationships for the keyrings.alt split
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Sun Feb 7 10:38:49 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 fed8e274a03b2b7e07ebcbf172b0bf3bdf09e687
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Sun Feb 7 13:20:32 2016 +0300
Update package relationships for the keyrings.alt split
- Depend on python-dbus, both remaining Linux backends (Secret Service
and KWallet) need it.
- Recommend keyrings.alt to help with migration to the new version.
It can be changed to a suggestion later.
- Drop obsolete recommendations, suggestions and build-dependencies.
---
debian/changelog | 8 +++++++-
debian/control | 20 ++++----------------
2 files changed, 11 insertions(+), 17 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 25c5861..d65bf14 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,13 @@ python-keyring (8.3-1) UNRELEASED; urgency=medium
* New upstream release.
- Now python-keyring contains only the recommended secure backends,
- all other backends are now in keyrings.alt package.
+ all the other backends have been moved to keyrings.alt package.
+ * Update package relationships for the keyrings.alt split:
+ - Depend on python-dbus, both remaining Linux backends (Secret Service
+ and KWallet) need it.
+ - Recommend keyrings.alt to help with migration to the new version.
+ It can be changed to a suggestion later.
+ - Drop obsolete recommendations, suggestions and build-dependencies.
-- Dmitry Shachnev <mitya57 at debian.org> Sun, 07 Feb 2016 13:14:00 +0300
diff --git a/debian/control b/debian/control
index 6a5172a..b06dfeb 100644
--- a/debian/control
+++ b/debian/control
@@ -9,14 +9,10 @@ Build-Depends:
debhelper (>= 9),
dh-python,
python-all (>= 2.6.6-13),
- python-crypto,
- python-mock,
python-pytest,
python-setuptools,
python-setuptools-scm (>= 1.9),
python3-all,
- python3-crypto,
- python3-mock,
python3-pytest,
python3-setuptools,
python3-setuptools-scm (>= 1.9)
@@ -27,15 +23,8 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-keyr
Package: python-keyring
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
-Recommends: python-crypto, python-dbus, python-secretstorage
-Suggests:
- gir1.2-gnomekeyring-1.0,
- python-fs,
- python-gdata,
- python-gi,
- python-kde4,
- python-keyczar
+Depends: python-dbus, ${misc:Depends}, ${python:Depends}
+Recommends: python-secretstorage, python-keyrings.alt
Breaks: kupfer (<< 0+v208-2.1), python-mini-buildd (<< 1.0.0~gamma.3)
Description: store and access your passwords safely
The Python keyring library provides an easy way to access the system
@@ -44,9 +33,8 @@ Description: store and access your passwords safely
Package: python3-keyring
Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
-Recommends: python3-crypto, python3-dbus, python3-secretstorage
-Suggests: gir1.2-gnomekeyring-1.0, python3-gi, python3-pykde4
+Depends: python3-dbus, ${misc:Depends}, ${python3:Depends}
+Recommends: python3-secretstorage, python3-keyrings.alt
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
keyring service (e.g Gnome-Keyring, KWallet) from Python.
--
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