[Python-modules-commits] [python-secretstorage] 01/01: Rely on dh-python to generate the dependencies.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sat Jun 18 15:22:12 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 9d02e19c33096ac73db1ca2236a59c08f28119db
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sat Jun 18 18:22:00 2016 +0300

    Rely on dh-python to generate the dependencies.
---
 debian/changelog         | 1 +
 debian/control           | 4 ++--
 debian/py3dist-overrides | 1 +
 debian/pydist-overrides  | 1 +
 4 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 009d79b..69b92ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ python-secretstorage (2.2.0-1) UNRELEASED; urgency=medium
 
   [ Dmitry Shachnev ]
   * New upstream release.
+  * Rely on dh-python to generate the dependencies.
 
  -- Ondřej Nový <novy at ondrej.org>  Tue, 29 Mar 2016 22:22:42 +0200
 
diff --git a/debian/control b/debian/control
index 15f1fc2..531882b 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ X-Python3-Version: >= 3.1
 
 Package: python-secretstorage
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-crypto, python-dbus, dbus
+Depends: ${python:Depends}, ${misc:Depends}, dbus
 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}, python3-crypto, python3-dbus, dbus
+Depends: ${python3:Depends}, ${misc:Depends}, dbus
 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
new file mode 100644
index 0000000..875034c
--- /dev/null
+++ b/debian/py3dist-overrides
@@ -0,0 +1 @@
+dbus_python python3-dbus
diff --git a/debian/pydist-overrides b/debian/pydist-overrides
new file mode 100644
index 0000000..50785bd
--- /dev/null
+++ b/debian/pydist-overrides
@@ -0,0 +1 @@
+dbus_python 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