[Python-modules-commits] [pyvisa-py] 01/01: Fix circular dependency

Ruben Undheim rubund-guest at moszumanska.debian.org
Sun Aug 28 11:07:30 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-py.

commit a3de8fba6e77062b9b6d38309b2b13de11a646c5
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Sun Aug 28 13:04:52 2016 +0200

    Fix circular dependency
---
 debian/changelog | 10 ++++++++--
 debian/control   |  8 +++++---
 2 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2439377..c9fec6c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,14 @@
-pyvisa-py (0.2-2) UNRELEASED; urgency=medium
+pyvisa-py (0.2-2) unstable; urgency=medium
 
+  [ Ondřej Nový ]
   * Fixed VCS URL (https)
 
- -- Ondřej Nový <novy at ondrej.org>  Tue, 29 Mar 2016 22:28:58 +0200
+  [ Ruben Undheim ]
+  * debian/control:
+    - Fix circular dependency by moving python-pyvisa to Recommends
+    - New standards version 3.9.8 - no changes
+
+ -- Ruben Undheim <ruben.undheim at gmail.com>  Sun, 28 Aug 2016 13:03:59 +0200
 
 pyvisa-py (0.2-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 40f5601..4922715 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-py.git
@@ -18,7 +18,8 @@ Homepage: https://github.com/hgrecco/pyvisa-py
 
 Package: python-pyvisa-py
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-pyvisa (>= 1.8-1)
+Depends: ${misc:Depends}, ${python:Depends}
+Recommends: python-pyvisa (>= 1.8-1)
 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.
@@ -30,7 +31,8 @@ Description: Backend that implements a large part of the VISA in pure Python
 
 Package: python3-pyvisa-py
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}, python3-pyvisa (>= 1.8-1)
+Depends: ${misc:Depends}, ${python3:Depends}
+Recommends: python3-pyvisa (>= 1.8-1)
 Description: Backend that implements a large part of the VISA in pure Python 3
  This library provides Python VISA bindings for GPIB, RS232, and USB
  instruments.

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