[Python-modules-commits] [python-secretstorage] 01/01: Specify python[3]-dbus dependency manually.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sun Aug 28 21:19:56 UTC 2016


This is an automated email from the git hooks/post-receive script.

mitya57 pushed a commit to branch master
in repository python-secretstorage.

commit 0f4751721775dd77c804635b17bf9fa7bd763c08
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Mon Aug 29 00:19:26 2016 +0300

    Specify python[3]-dbus dependency manually.
    
    It is no longer in the main section of requires.txt.
---
 debian/changelog         | 4 ++--
 debian/control           | 4 ++--
 debian/py3dist-overrides | 1 -
 debian/pydist-overrides  | 1 -
 4 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 200bea1..0e685a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,7 @@
 python-secretstorage (2.3.1-2) UNRELEASED; urgency=medium
 
-  * Update debian/py3dist-overrides to make sure python3-secretstorage
-    really depends on python3-dbus.
+  * Specify python[3]-dbus dependency manually, it is no longer in the
+    main section of requires.txt.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Sun, 28 Aug 2016 22:39:12 +0300
 
diff --git a/debian/control b/debian/control
index 37c9b0a..149d004 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ X-Python3-Version: >= 3.3
 
 Package: python-secretstorage
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, dbus
+Depends: dbus, python-dbus, ${misc:Depends}, ${python:Depends}
 Recommends: python-gi
 Suggests: gnome-keyring (>= 2.30), python-secretstorage-doc
 Description: Python module for storing secrets - Python 2.x version
@@ -38,7 +38,7 @@ Description: Python module for storing secrets - Python 2.x version
 
 Package: python3-secretstorage
 Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}, dbus
+Depends: dbus, python3-dbus, ${misc:Depends}, ${python3:Depends}
 Recommends: python3-gi
 Suggests: gnome-keyring (>= 2.30), python-secretstorage-doc
 Description: Python module for storing secrets - Python 3.x version
diff --git a/debian/py3dist-overrides b/debian/py3dist-overrides
deleted file mode 100644
index b4d82cd..0000000
--- a/debian/py3dist-overrides
+++ /dev/null
@@ -1 +0,0 @@
-dbus python3-dbus
diff --git a/debian/pydist-overrides b/debian/pydist-overrides
index 62ef8a0..4689837 100644
--- a/debian/pydist-overrides
+++ b/debian/pydist-overrides
@@ -1,2 +1 @@
 cryptography python-cryptography
-dbus python-dbus

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-secretstorage.git



More information about the Python-modules-commits mailing list