[Python-modules-commits] [pyvisa-py] 01/02: Some cleanup

Ruben Undheim rubund-guest at moszumanska.debian.org
Fri Sep 11 06:41:51 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-py.

commit 031829b73246fe98439e17005969d9953e6885c8
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Fri Sep 11 08:20:53 2015 +0200

    Some cleanup
---
 debian/changelog |  6 ++++--
 debian/control   |  4 ++--
 debian/copyright | 15 +++++++++++++--
 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 at gmail.com>  Tue, 01 Sep 2015 22:39:52 +0200
+ -- Ruben Undheim <ruben.undheim at 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 at gmail.com>
+           2014-2015 Hernan E. Grecco <hernan.grecco at gmail.com>
            2014 Lance McCulley <lancemcculley at gmail.com>
-           2014 Tobias Müller <Tobias_Mueller at twam.info>
+           2014-2015 Tobias Müller <Tobias_Mueller at twam.info>
+           2015 Alex Forencich <alex at alexforencich.com>
+           2015 Alexander Bessman <bessman at kth.se>
+           2015 Colin Marquardt <github at marquardt-home.de>
+           2015 Martin Ritter <ritter at mpp.mpg.de>
+           2015 Sebastian Held <sebastian.held at imst.de>
+           2015 Thomas Kopp <20.kopp at gmail.com>
+           2015 Thorsten Liebig <liebig at 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 at gmail.com>

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