[Python-modules-commits] [pyvisa] 01/01: Added missing install dependencies

Ruben Undheim rubund-guest at moszumanska.debian.org
Thu May 28 20:52:03 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.

commit a471140b07265f9c8447d56ca3f75cc7667cc3f1
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Thu May 28 22:48:12 2015 +0200

    Added missing install dependencies
---
 debian/changelog | 8 ++++++++
 debian/control   | 4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 193f132..0aef394 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+pyvisa (1.6.3-4) unstable; urgency=medium
+
+  * d/control:
+    - Added missing install dependencies: python-pkg-resources and
+      python3-pkg-resources
+
+ -- Ruben Undheim <ruben.undheim at gmail.com>  Thu, 28 May 2015 22:45:17 +0200
+
 pyvisa (1.6.3-3) unstable; urgency=low
 
   * Uploaded to unstable
diff --git a/debian/control b/debian/control
index 014666a..7e7b78b 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,7 @@ Description: transitional dummy package
 
 Package: python-pyvisa
 Architecture: all
-Depends: libvisa0, ${python:Depends}, ${misc:Depends}
+Depends: libvisa0, python-pkg-resources, ${python:Depends}, ${misc:Depends}
 Replaces: pyvisa (<< 1.6.3-2)
 Breaks: pyvisa (<< 1.6.3-2)
 Description: Python bindings for Virtual Instrument Software Architecture
@@ -36,7 +36,7 @@ Description: Python bindings for Virtual Instrument Software Architecture
 
 Package: python3-pyvisa
 Architecture: all
-Depends: libvisa0, ${python3:Depends}, ${misc:Depends}
+Depends: libvisa0, python3-pkg-resources, ${python3:Depends}, ${misc:Depends}
 Description: Python3 bindings for Virtual Instrument Software Architecture
  The VISA standard provides a common interface for communication with test
  and measurement equipment.

-- 
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