[Python-modules-commits] [python-stopit] 01/01: fix lintian error in Description and GPL 3 license

Adrian Alves alvesadrian-guest at moszumanska.debian.org
Mon Dec 19 06:27:53 UTC 2016


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

alvesadrian-guest pushed a commit to branch master
in repository python-stopit.

commit 1b7538977f3a285d452251809bbc811204d5fc6b
Author: Adrian Alves <aalves at gmail.com>
Date:   Mon Dec 19 03:27:42 2016 -0300

    fix lintian error in Description and GPL 3 license
---
 debian/control   | 28 ++++++++++++----------------
 debian/copyright |  6 +++---
 2 files changed, 15 insertions(+), 19 deletions(-)

diff --git a/debian/control b/debian/control
index 60d5233..55b932b 100644
--- a/debian/control
+++ b/debian/control
@@ -19,27 +19,23 @@ X-Python3-Version: >= 3.2
 Package: python-stopit
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}
-Description: Timeout control decorator and context manager
- This Python module provides:
- - a function that raises an exception in another thread,
- including the main thread.
- - two context managers that may stop its inner block
- activity on timeout.
- - two decorators that may stop its decorated callables on
- timeout.
+Description: Timeout control decorator and context manager for python
+ This Python module provides a function that raises an
+ exception in another thread, including the main thread.
+ Two context managers that may stop its inner block activity
+ on timeout. And two decorators that may stop its decorated
+ callables on timeout.
  .
  This is the Python 2 compatible package.
 
 Package: python3-stopit
 Architecture: all
 Depends: ${python3:Depends}, ${misc:Depends}
-Description: Timeout control decorator and context manager
- This Python module provides:
- - a function that raises an exception in another thread,
- including the main thread.
- - two context managers that may stop its inner block
- activity on timeout.
- - two decorators that may stop its decorated callables on
- timeout.
+Description: Timeout control decorator and context manager for python
+ This Python module provides a function that raises an
+ exception in another thread, including the main thread.
+ Two context managers that may stop its inner block activity
+ on timeout. And two decorators that may stop its decorated
+ callables on timeout.
  .
  This is the Python 3 compatible package.
diff --git a/debian/copyright b/debian/copyright
index 39c9076..e4f6c1a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,14 +4,14 @@ Source: https://github.com/glenfant/stopit
 
 Files: *
 Copyright: 2015 Gilles Lenfant <gilles.lenfant at gmail.com>
-License: GPL-3+
+License: GPL-3
 
 Files: debian/*
 Copyright: 2016 Adrian Alves <aalves at gmail.com>
-License: GPL-3+
+License: GPL-3
 Comment: Debian packaging is licensed under the same terms as upstream.
 
-License: GPL-3+
+License: GPL-3
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 3 of the License, or

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-stopit.git



More information about the Python-modules-commits mailing list