summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2015-09-11 08:20:53 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2015-09-11 08:24:46 +0200
commit031829b73246fe98439e17005969d9953e6885c8 (patch)
tree1f50de601e052c32d170596d616e473602723826
parentd68be3c607a9dc61470c199ee8e249667554c090 (diff)
Some cleanup
-rw-r--r--debian/changelog6
-rw-r--r--debian/control4
-rw-r--r--debian/copyright15
3 files changed, 19 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index 552f67a..1f05cce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,10 +2,12 @@ pyvisa-py (0.2-1) unstable; urgency=low
* New upstream release
- Added year 2015 to debian/copyright
- - Added version dependency on python-pyvisa and python3-pyvisa
+ - Added versioned dependency on python-pyvisa and python3-pyvisa
(debian/control)
+ * debian/control
+ - Added space between Python and 3 in the description
- -- Ruben Undheim <ruben.undheim@gmail.com> Tue, 01 Sep 2015 22:39:52 +0200
+ -- Ruben Undheim <ruben.undheim@gmail.com> Fri, 11 Sep 2015 08:20:47 +0200
pyvisa-py (0.1-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 2abc7c9..ac201cb 100644
--- a/debian/control
+++ b/debian/control
@@ -31,7 +31,7 @@ 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)
-Description: Backend that implements a large part of the VISA in pure Python3
+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.
.
@@ -40,4 +40,4 @@ Description: Backend that implements a large part of the VISA in pure Python3
the time, for most people. But NI-VISA is a proprietary library that only works
on certain systems. That is when PyVISA-py jumps in.
.
- This package provides Python3 bindings for pyvisa-py.
+ This package provides Python 3 bindings for pyvisa-py.
diff --git a/debian/copyright b/debian/copyright
index ed21efb..2569cc2 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,10 +4,21 @@ Source: https://github.com/hgrecco/pyvisa-py
Files: *
Copyright: 2014-2015 PyVISA-py Authors and contributors
- 2014 Hernan E. Grecco <hernan.grecco@gmail.com>
+ 2014-2015 Hernan E. Grecco <hernan.grecco@gmail.com>
2014 Lance McCulley <lancemcculley@gmail.com>
- 2014 Tobias Müller <Tobias_Mueller@twam.info>
+ 2014-2015 Tobias Müller <Tobias_Mueller@twam.info>
+ 2015 Alex Forencich <alex@alexforencich.com>
+ 2015 Alexander Bessman <bessman@kth.se>
+ 2015 Colin Marquardt <github@marquardt-home.de>
+ 2015 Martin Ritter <ritter@mpp.mpg.de>
+ 2015 Sebastian Held <sebastian.held@imst.de>
+ 2015 Thomas Kopp <20.kopp@gmail.com>
+ 2015 Thorsten Liebig <liebig@imst.de>
License: MIT
+Comment: Hernan E. Grecco is the current upstream and his commits (and copyright
+ dates) can be checked at https://github.com/hgrecco/pyvisa. Copyright
+ dates for the other contributors mentioned in the AUTHORS file are also
+ found in the git log at https://github.com/hgrecco/pyvisa.
Files: debian/*
Copyright: 2015 Ruben <ruben.undheim@gmail.com>