[Python-modules-commits] [pyvisa] 01/01: More sensible dependencies

Ruben Undheim rubund-guest at moszumanska.debian.org
Sat Aug 27 08:55:18 UTC 2016


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

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

commit 2c7d082e0b2dbc70229a9fc2b3b5f76fd10dff03
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Sat Aug 27 10:42:22 2016 +0200

    More sensible dependencies
---
 debian/changelog | 11 +++++++++--
 debian/control   | 10 +++++-----
 2 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6bc2b68..7de8a2b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,15 @@
-pyvisa (1.8-3) UNRELEASED; urgency=medium
+pyvisa (1.8-3) unstable; urgency=medium
 
+  [ Ondřej Nový ]
   * Fixed VCS URL (https)
 
- -- Ondřej Nový <novy at ondrej.org>  Tue, 29 Mar 2016 22:28:53 +0200
+  [ Ruben Undheim ]
+  * debian/control:
+    - Move libvisa0 from Depends to Suggests
+    - Move python-pyvisa-py from Recommends to Depends
+    - New Standards version 3.9.8
+
+ -- Ruben Undheim <ruben.undheim at gmail.com>  Sat, 27 Aug 2016 10:41:27 +0200
 
 pyvisa (1.8-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 5a523fe..8a89721 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9),
                python-setuptools,
                python3-all,
                python3-setuptools
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 X-Python-Version: all
 X-Python3-Version: >= 3.1
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pyvisa.git
@@ -26,8 +26,8 @@ Description: Transitional dummy package for python-pyvisa
 
 Package: python-pyvisa
 Architecture: all
-Depends: libvisa0, python-pkg-resources, ${python:Depends}, ${misc:Depends}
-Recommends: python-pyvisa-py
+Depends: python-pyvisa-py, python-pkg-resources, ${python:Depends}, ${misc:Depends}
+Suggests: libvisa0
 Replaces: pyvisa (<< 1.6.3-2)
 Breaks: pyvisa (<< 1.6.3-2)
 Description: Python bindings for Virtual Instrument Software Architecture
@@ -38,8 +38,8 @@ Description: Python bindings for Virtual Instrument Software Architecture
 
 Package: python3-pyvisa
 Architecture: all
-Depends: libvisa0, python3-pkg-resources, ${python3:Depends}, ${misc:Depends}
-Recommends: python3-pyvisa-py
+Depends: python3-pyvisa-py, python3-pkg-resources, ${python3:Depends}, ${misc:Depends}
+Suggests: libvisa0
 Description: Python 3 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