From 95a97e2e4c8c8d95c5a598e32af999d0296ec9cd Mon Sep 17 00:00:00 2001 From: Ben Carrillo Date: Mon, 7 Jul 2014 11:31:34 -0500 Subject: Initial debianization --- debian/control | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..83f4585 --- /dev/null +++ b/debian/control @@ -0,0 +1,20 @@ +Source: python-taskthread +Maintainer: Ben Carrillo +Uploaders: Micah Anderson +Homepage: http://hpcloud.com +Section: python +Priority: optional +Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9.0.0) +Standards-Version: 3.9.5 + +Package: python-taskthread +Architecture: any +Depends: ${misc:Depends}, ${python:Depends} +Description: Simple thread module to repetitively perform a task. + Python thread module to repeat an predefined task on a thread mulitple times. + . + A TaskThread is useful when a task needs to be repeated several times on + a separate thread. Normal usage of the threading.Thread class would call for + creation of a new thread each time the same task needs to be run. This module + allows for repetitive tasks to be run multiple times on the same thread by + having the thread wait until the task needs to be executed again. -- cgit v1.2.3