~ubuntu-branches/ubuntu/oneiric/dulwich/oneiric

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2011-01-21 19:38:13 UTC
  • mfrom: (1.2.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20110121193813-2cnp21akwf5j0pq2
Tags: 0.7.0-1
* New upstream release.
 + Changes default test runner from nose to testtools.
* Drop Pure- from the description.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: optional
4
4
Maintainer: Jelmer Vernooij <jelmer@debian.org>
5
5
Homepage: http://samba.org/~jelmer/dulwich
6
 
Build-Depends: python-support (>= 0.90), cdbs (>= 0.4.43), python-all-dev, debhelper (>= 5.0.37.2), python-nose, git (>= 1:1.7.0.4-2) | git-core, python-fastimport (>= 0.9.0~bzr293)
 
6
Build-Depends: python-support (>= 0.90), cdbs (>= 0.4.43), python-all-dev, debhelper (>= 5.0.37.2), python-testtools, git (>= 1:1.7.0.4-2) | git-core, python-fastimport (>= 0.9.0~bzr293)
7
7
Standards-Version: 3.9.1
8
8
XS-Python-Version: >= 2.4
9
9
Vcs-Bzr: http://bzr.debian.org/users/jelmer/dulwich/unstable
14
14
Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
15
15
XB-Python-Version: ${python:Versions}
16
16
Recommends: python-fastimport
17
 
Description: Pure-python Git library
 
17
Description: Python Git library
18
18
 Dulwich is a Python implementation of the file formats and protocols 
19
19
 used by the Git version control system. It can currently read from and write 
20
20
 to existing Git repositories and implements the protocol for pushing and