~ubuntu-branches/ubuntu/trusty/mocker/trusty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Rodney Dawes
  • Date: 2010-06-21 13:26:42 UTC
  • Revision ID: james.westby@ubuntu.com-20100621132642-f6a3n7s6zf28wlmm
Tags: 1.0-0ubuntu1
Initial Ubuntu package for mocker (LP: #453466)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: mocker
 
2
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
 
3
XSBC-Original-Maintainer: Rodney Dawes <rodney.dawes@ubuntu.com>
 
4
Section: python
 
5
Priority: optional
 
6
Standards-Version: 3.8.4
 
7
Build-Depends-Indep:
 
8
    python-setuptools,
 
9
    python-support
 
10
Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.38), python-all
 
11
XS-Python-Version: all
 
12
Homepage: http://labix.org/mocker
 
13
 
 
14
Package: python-mocker
 
15
Architecture: all
 
16
Depends: ${python:Depends}, ${misc:Depends}
 
17
XB-Python-Version: ${python:Versions}
 
18
Description: Mocker object mocking framework
 
19
 Mocker provides an API for mocking Python objects in unit tests. Mocker
 
20
 provides graceful creation of test doubles (mocks, stubs, fakes, and dummies)
 
21
 for Python testing needs.
 
22