~python-fixtures/debian/sid/python-fixtures/sid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Robert Collins
  • Date: 2010-09-13 10:03:40 UTC
  • Revision ID: robertc@robertcollins.net-20100913100340-afhh1ycf0n81abx6
Tags: 0.2-1
Debianise.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: python-fixtures
 
2
Section: python
 
3
Priority: optional
 
4
Maintainer: Robert Collins <robertc@robertcollins.net>
 
5
Build-Depends: debhelper (>= 5.0.38), cdbs (>= 0.4.49),
 
6
 python-all-dev (>= 2.3.5-11)
 
7
Build-Depends-Indep: python-docutils, python-support (>= 0.5.3),
 
8
  python-testtools (>= 0.9.4)
 
9
Standards-Version: 3.8.3
 
10
 
 
11
Package: python-fixtures
 
12
Architecture: all
 
13
Depends: ${python:Depends}, ${misc:Depends}
 
14
Description: PyUnit extension for defining test fixtures outside of test cases
 
15
 A PyUnit extension for defining test fixtures outside of test cases. Each
 
16
 fixture encapsulates creating, reusing and freeing some state - be that a 
 
17
 temporary directory on disk, SQL server connection, or just a particular
 
18
 object graph.