[Python-modules-commits] [pyvisa-py] 07/13: Added depends

Ruben Undheim rubund-guest at moszumanska.debian.org
Sun Mar 15 11:01:27 UTC 2015


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

rubund-guest pushed a commit to branch master
in repository pyvisa-py.

commit 82268ffcf549153e606989d3367df5b025ea8228
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Wed Feb 25 22:48:37 2015 +0100

    Added depends
---
 debian/control | 5 +++--
 1 file 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 at 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

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



More information about the Python-modules-commits mailing list