summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2015-03-23 20:49:51 +0100
committerRuben Undheim <ruben.undheim@gmail.com>2015-03-23 20:53:37 +0100
commit5c5c58318b8b8770c359bef05597757394729329 (patch)
treeff7a28438eb36e08d646521e8f3b17de2af6a0fa /debian
parent3821d23fde91038daf94a89e1bb6b0760010a925 (diff)
Reformulated description again
Diffstat (limited to 'debian')
-rw-r--r--debian/control10
1 files changed, 6 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index f79fd8b..87d9d60 100644
--- a/debian/control
+++ b/debian/control
@@ -19,8 +19,9 @@ Homepage: https://github.com/hgrecco/pyvisa-py
Package: python-pyvisa-py
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-pyvisa
-Description: Python VISA bindings for GPIB, RS232, and USB instruments
- This is a backend that implements a large part of the VISA in pure Python.
+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.
.
PyVISA started as wrapper for the NI-VISA library and therefore you need to
install National Instruments VISA library in your system. This works most of
@@ -30,8 +31,9 @@ Description: Python VISA bindings for GPIB, RS232, and USB instruments
Package: python3-pyvisa-py
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-pyvisa
-Description: Python3 VISA bindings for GPIB, RS232, and USB instruments
- This is a backend that implements a large part of the VISA in pure Python.
+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.
.
PyVISA started as wrapper for the NI-VISA library and therefore you need to
install National Instruments VISA library in your system. This works most of