[Python-modules-commits] [python-protobix] 03/05: Fix dependencies

Jean Baptiste Favre jbfavre-guest at moszumanska.debian.org
Mon Feb 22 18:04:10 UTC 2016


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

jbfavre-guest pushed a commit to branch master
in repository python-protobix.

commit 976c2a7838ec54f4adb67f74db30ef0fc9fcfd7e
Author: Jean Baptiste Favre <github at jbfavre.org>
Date:   Sun Feb 14 15:02:37 2016 +0100

    Fix dependencies
---
 debian/control           | 7 ++++++-
 debian/py3dist-overrides | 2 ++
 debian/pydist-overrides  | 2 ++
 3 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 02070d8..cdc93cd 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,10 @@ Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Jean Baptiste Favre <debian at jbfavre.org>
-Build-Depends: debhelper (>= 8), python-all (>= 2.6.6-3), python-setuptools, dh-python, python3-all, python3-setuptools
+Build-Depends: debhelper (>= 8), dh-python,
+               python-all (>= 2.6.6-3), python-setuptools,
+               python3-all, python3-setuptools,
+               python-configobj, python3-configobj
 Standards-Version: 3.9.6
 Homepage: https://github.com/jbfavre/python-protobix
 Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-protobix.git
@@ -18,6 +21,8 @@ Description: Implementation of Zabbix Sender protocol
  This module implements Zabbix Sender Protocol.
  It allows one to build list of items and send items and send them as trapper.
  It currently supports items as well as Low Level Discovery.
+ .
+ This is the Python 2 version of the package.
 
 Package: python3-protobix
 Architecture: all
diff --git a/debian/py3dist-overrides b/debian/py3dist-overrides
new file mode 100644
index 0000000..bf16319
--- /dev/null
+++ b/debian/py3dist-overrides
@@ -0,0 +1,2 @@
+logging libpython3.5-minimal
+functools libpython3.5-minimal
diff --git a/debian/pydist-overrides b/debian/pydist-overrides
new file mode 100644
index 0000000..4e0a720
--- /dev/null
+++ b/debian/pydist-overrides
@@ -0,0 +1,2 @@
+logging libpython2.7-minimal
+functools libpython2.7-minimal

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



More information about the Python-modules-commits mailing list