summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2015-09-01 22:44:52 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2015-09-01 22:44:52 +0200
commitd68be3c607a9dc61470c199ee8e249667554c090 (patch)
tree2f8251ff3656e305485cfa42a00975f8c991b7d3
parentbf06f42c1bed25d276c3dc2cad50cadbf40999e4 (diff)
Added version dependency on python-pyvisa and python3-pyvisa
-rw-r--r--debian/changelog2
-rw-r--r--debian/control4
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index e1432f0..552f67a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ pyvisa-py (0.2-1) unstable; urgency=low
* New upstream release
- Added year 2015 to debian/copyright
+ - Added version dependency on python-pyvisa and python3-pyvisa
+ (debian/control)
-- Ruben Undheim <ruben.undheim@gmail.com> Tue, 01 Sep 2015 22:39:52 +0200
diff --git a/debian/control b/debian/control
index 87d9d60..2abc7c9 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Homepage: https://github.com/hgrecco/pyvisa-py
Package: python-pyvisa-py
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-pyvisa
+Depends: ${misc:Depends}, ${python:Depends}, python-pyvisa (>= 1.8-1)
Description: Backend that implements a large part of the VISA in pure Python
This library provides Python VISA bindings for GPIB, RS232, and USB
instruments.
@@ -30,7 +30,7 @@ Description: Backend that implements a large part of the VISA in pure Python
Package: python3-pyvisa-py
Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}, python3-pyvisa
+Depends: ${misc:Depends}, ${python3:Depends}, python3-pyvisa (>= 1.8-1)
Description: Backend that implements a large part of the VISA in pure Python3
This library provides Python VISA bindings for GPIB, RS232, and USB
instruments.