summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2015-02-25 22:48:37 +0100
committerRuben Undheim <ruben.undheim@gmail.com>2015-02-25 22:48:37 +0100
commit82268ffcf549153e606989d3367df5b025ea8228 (patch)
tree3f64d18ec84db565237573c435629690ab9fe458 /debian
parent3c3903042331bc39e8dddd4a092c05e9099435f7 (diff)
Added depends
Diffstat (limited to 'debian')
-rw-r--r--debian/control5
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 3660e3f..d439ea3 100644
--- a/debian/control
+++ b/debian/control
@@ -2,15 +2,16 @@ Source: pyvisa-py
Section: electronics
Priority: extra
Maintainer: Ruben Undheim <ruben.undheim@gmail.com>
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 9), dh-python
Standards-Version: 3.9.6
Homepage: https://github.com/hgrecco/pyvisa-py
#Vcs-Git: git://anonscm.debian.org/collab-maint/pyvisa-py.git
#Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/pyvisa-py.git;a=summary
+X-Python-Version: all
Package: pyvisa-py
Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, ${python:Depends}
Description: Backend that implements a large part of the VISA in pure Python
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