~ubuntu-branches/ubuntu/saucy/tickcount/saucy

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Robert Collins
  • Date: 2006-08-14 17:59:52 UTC
  • Revision ID: james.westby@ubuntu.com-20060814175952-be30rnk5xxsc80mi
Tags: 0.1-0ubuntu1
Initial release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: tickcount
 
2
Section: python
 
3
Priority: optional
 
4
Maintainer: Robert Collins <robertc@robertcollins.net>
 
5
Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-all-dev, python-support (>= 0.3)
 
6
Standards-Version: 3.7.2
 
7
  
 
8
Package: python-tickcount
 
9
Architecture: any
 
10
Depends: ${python:Depends}
 
11
Provides: ${python:Provides}
 
12
Description: a python module to access the python interpreter tickcount.
 
13
 Python C extension module giving access to the internal tickcounter of python.
 
14
 .
 
15
 This is useful for certain forms of profiling or performance analysis.