summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control23
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..9246faf
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: python-tracing
+Maintainer: Lars Wirzenius <liw@liw.fi>
+Section: python
+Priority: optional
+Standards-Version: 3.9.0
+Build-Depends: debhelper (>= 7.3.8), python-support (>= 1.0.3),
+ python (>= 2.5), extrautils
+XS-Python-Version: >= 2.5
+
+Package: python-tracing
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.5)
+XB-Python-Version: ${python:Versions}
+Description: Python debug tracing helper
+ Provides the Python library 'tracing' to help with logging debug messages.
+ This module provides a couple of functions for logging debug messages.
+ It is sometimes practical to add a lot of debugging log messages to a
+ program, but having them enabled all the time results in very large
+ log files. Also, logging that much takes quite a bit of time.
+ .
+ This module provides a way to turn such debugging or tracing messages
+ on and off, based on the filename they occur in.
+