[Python-modules-commits] [python-keyring] 01/02: Promote python[3]-secretstorage from Recommends to Depends.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Mon Oct 31 13:40:33 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 4577db603ddfb507a72d9c2bb015c89fef53ceba
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Mon Oct 31 16:30:37 2016 +0300

    Promote python[3]-secretstorage from Recommends to Depends.
    
    This matches upstream changes, see:
    - https://github.com/jaraco/keyring/commit/e6a05713
    - https://github.com/jaraco/keyring/issues/231
    
    Closes: #842500.
---
 debian/changelog     |  7 +++++++
 debian/control       | 14 ++++++++++----
 debian/tests/control |  6 ++----
 3 files changed, 19 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 774fffd..45e594a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-keyring (10.0.2-2) UNRELEASED; urgency=medium
+
+  * Promote python[3]-secretstorage from Recommends to Depends,
+    following upstream (closes: #842500).
+
+ -- Dmitry Shachnev <mitya57 at debian.org>  Mon, 31 Oct 2016 16:29:42 +0300
+
 python-keyring (10.0.2-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 514e9ab..1fb92bb 100644
--- a/debian/control
+++ b/debian/control
@@ -21,8 +21,11 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-keyr
 
 Package: python-keyring
 Architecture: all
-Depends: python-dbus, ${misc:Depends}, ${python:Depends}
-Recommends: python-secretstorage, python-keyrings.alt
+Depends: python-dbus,
+         python-secretstorage,
+         ${misc:Depends},
+         ${python:Depends}
+Recommends: python-keyrings.alt
 Suggests: gnome-keyring, libkf5wallet-bin
 Breaks: kupfer (<< 0+v208-6),
         python-mini-buildd (<< 1.0.0~gamma.3),
@@ -34,8 +37,11 @@ Description: store and access your passwords safely
 
 Package: python3-keyring
 Architecture: all
-Depends: python3-dbus, ${misc:Depends}, ${python3:Depends}
-Recommends: python3-secretstorage, python3-keyrings.alt
+Depends: python3-dbus,
+         python3-secretstorage,
+         ${misc:Depends},
+         ${python3:Depends}
+Recommends: 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
diff --git a/debian/tests/control b/debian/tests/control
index 98d78d3..1f0fa6f 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,11 +1,9 @@
 Tests: secretstorage-python2
 Depends: gnome-keyring (>= 3.11.92),
-         python-keyring,
-         python-secretstorage
+         python-keyring
 Restrictions: allow-stderr
 
 Tests: secretstorage-python3
 Depends: gnome-keyring (>= 3.11.92),
-         python3-keyring,
-         python3-secretstorage
+         python3-keyring
 Restrictions: allow-stderr

-- 
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