[Python-modules-commits] [pyvisa] 01/01: Fix circular dependency issue
Ruben Undheim
rubund-guest at moszumanska.debian.org
Thu Sep 22 17:26:59 UTC 2016
This is an automated email from the git hooks/post-receive script.
rubund-guest pushed a commit to branch master
in repository pyvisa.
commit d24eaf555e24800e5d12e50cf70155af603c47e6
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date: Thu Sep 22 19:24:34 2016 +0200
Fix circular dependency issue
---
debian/changelog | 7 +++++++
debian/control | 6 ++++--
2 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7de8a2b..faed03f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pyvisa (1.8-4) unstable; urgency=low
+
+ * Moved python-pyvisa-py back from Depends to Recommends. (Closes: #836963)
+ This fixes a circular dependency issue.
+
+ -- Ruben Undheim <ruben.undheim at gmail.com> Thu, 22 Sep 2016 19:22:55 +0200
+
pyvisa (1.8-3) unstable; urgency=medium
[ Ondřej Nový ]
diff --git a/debian/control b/debian/control
index 8a89721..79f40fe 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,8 @@ Description: Transitional dummy package for python-pyvisa
Package: python-pyvisa
Architecture: all
-Depends: python-pyvisa-py, python-pkg-resources, ${python:Depends}, ${misc:Depends}
+Depends: python-pkg-resources, ${python:Depends}, ${misc:Depends}
+Recommends: python-pyvisa-py
Suggests: libvisa0
Replaces: pyvisa (<< 1.6.3-2)
Breaks: pyvisa (<< 1.6.3-2)
@@ -38,7 +39,8 @@ Description: Python bindings for Virtual Instrument Software Architecture
Package: python3-pyvisa
Architecture: all
-Depends: python3-pyvisa-py, python3-pkg-resources, ${python3:Depends}, ${misc:Depends}
+Depends: python3-pkg-resources, ${python3:Depends}, ${misc:Depends}
+Recommends: python3-pyvisa-py
Suggests: libvisa0
Description: Python 3 bindings for Virtual Instrument Software Architecture
The VISA standard provides a common interface for communication with test
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyvisa.git
More information about the Python-modules-commits
mailing list