[Python-modules-commits] [python-stopit] 01/01: problems with description
Adrian Alves
alvesadrian-guest at moszumanska.debian.org
Tue Dec 20 22:31:50 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 0fe310c80643e982af5cf804eaa75ab9ac713b29
Author: Adrian Alves <aalves at gmail.com>
Date: Tue Dec 20 19:31:43 2016 -0300
problems with description
---
debian/control | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index 1f70cb4..7aae956 100644
--- a/debian/control
+++ b/debian/control
@@ -21,6 +21,7 @@ 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
@@ -35,11 +36,12 @@ 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.
- - two decorators that may stop its decorated callables
- on timeout.
+
+ - 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.
--
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