[Python-modules-commits] [python-stopit] 01/01: fix license comment and description

Adrian Alves alvesadrian-guest at moszumanska.debian.org
Tue Dec 20 22:02:29 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 850805d5525c0099747ee9dcf15e3aa5bcbf3508
Author: Adrian Alves <aalves at gmail.com>
Date:   Tue Dec 20 19:02:21 2016 -0300

    fix license comment and description
---
 debian/control   | 24 ++++++++++++++----------
 debian/copyright |  1 -
 2 files changed, 14 insertions(+), 11 deletions(-)

diff --git a/debian/control b/debian/control
index bd72a35..ecb6bc6 100644
--- a/debian/control
+++ b/debian/control
@@ -20,11 +20,13 @@ Package: python-stopit
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}
 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 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.
  .
  This is the Python 2 compatible package.
 
@@ -32,10 +34,12 @@ Package: python3-stopit
 Architecture: all
 Depends: ${python3:Depends}, ${misc:Depends}
 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 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.
  .
  This is the Python 3 compatible package.
diff --git a/debian/copyright b/debian/copyright
index e4f6c1a..2838be0 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -9,7 +9,6 @@ License: GPL-3
 Files: debian/*
 Copyright: 2016 Adrian Alves <aalves at gmail.com>
 License: GPL-3
-Comment: Debian packaging is licensed under the same terms as upstream.
 
 License: GPL-3
  This program is free software; you can redistribute it and/or modify

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