diff -Nru pyvisa-py-0.2/debian/changelog pyvisa-py-0.2/debian/changelog --- pyvisa-py-0.2/debian/changelog 2015-09-14 19:48:41.000000000 +0000 +++ pyvisa-py-0.2/debian/changelog 2016-08-28 11:03:59.000000000 +0000 @@ -1,3 +1,15 @@ +pyvisa-py (0.2-2) unstable; urgency=medium + + [ Ondřej Nový ] + * Fixed VCS URL (https) + + [ Ruben Undheim ] + * debian/control: + - Fix circular dependency by moving python-pyvisa to Recommends + - New standards version 3.9.8 - no changes + + -- Ruben Undheim Sun, 28 Aug 2016 13:03:59 +0200 + pyvisa-py (0.2-1) unstable; urgency=low * New upstream release diff -Nru pyvisa-py-0.2/debian/control pyvisa-py-0.2/debian/control --- pyvisa-py-0.2/debian/control 2015-09-13 19:18:12.000000000 +0000 +++ pyvisa-py-0.2/debian/control 2016-08-28 11:03:56.000000000 +0000 @@ -9,16 +9,17 @@ 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 -Vcs-Git: git://anonscm.debian.org/python-modules/packages/pyvisa-py.git +Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pyvisa-py.git 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 @@ 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. diff -Nru pyvisa-py-0.2/debian/.git-dpm pyvisa-py-0.2/debian/.git-dpm --- pyvisa-py-0.2/debian/.git-dpm 2015-09-13 19:18:12.000000000 +0000 +++ pyvisa-py-0.2/debian/.git-dpm 2015-10-12 20:07:20.000000000 +0000 @@ -6,3 +6,6 @@ pyvisa-py_0.2.orig.tar.gz 58f9118ee60dc08dc1ef8c5fa5c3315df374fcff 48322 +debianTag="debian/%e%v" +patchedTag="patched/%e%v" +upstreamTag="upstream/%e%u"