summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control18
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..1d45b52
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,18 @@
+Source: python-bgproc
+Maintainer: Lars Wirzenius <liw@liw.fi>
+Section: python
+Priority: optional
+Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 7.3.8), python-support (>= 1.0.3),
+ python (>= 2.5), extrautils
+XS-Python-Version: >= 2.6
+
+Package: python-bgproc
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6)
+XB-Python-Version: ${python:Versions}
+Description: manager for Python multiprocessing library
+ The Python multiprocessing library allows some processing to happen in
+ the background, using sub-processes. This library adds an abstraction
+ layer on top of multiprocessing to allow easy work queueing.
+Homepage: http://liw.fi/bgproc/