~ubuntu-branches/ubuntu/saucy/dulwich/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2011-08-07 15:03:44 UTC
  • mfrom: (1.2.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20110807150344-a5w6vkqtfy8fr526
Tags: 0.8.0-1
* New upstream release.
 + Adds support for IPv6 to git:// client. Closes: #631490
 + Fixes use of ~username in git:// URLs. Closes: #631483
* Bump standards version to 3.9.2 (no changes).

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: debhelper (>= 7.0.50~),
7
 
               git (>= 1:1.7.0.4-2) | git-core,
8
 
               python-all-dev (>= 2.6.6-3),
9
 
               python-all-dbg (>= 2.6.6-3),
10
 
               python-fastimport (>= 0.9.0~bzr293),
11
 
               python-testtools
 
6
Build-Depends: python-all-dev (>= 2.6.6-3), python-all-dbg (>= 2.6.6-3), debhelper (>= 7.0.50~), python-unittest2, git (>= 1:1.7.0.4-2) | git-core, python-fastimport (>= 0.9.0~bzr293)
12
7
Standards-Version: 3.9.2
13
8
X-Python-Version: >= 2.4
14
9
Vcs-Bzr: http://bzr.debian.org/users/jelmer/dulwich/unstable
16
11
Package: python-dulwich
17
12
Architecture: any
18
13
Provides: ${python:Provides}
19
 
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
 
14
Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
 
15
Breaks: bzr-git (<< 0.6.2)
 
16
Suggests: python-dulwich-dbg
20
17
Recommends: python-fastimport
21
 
Suggests: python-dulwich-dbg
22
18
Description: Python Git library
23
19
 Dulwich is a Python implementation of the file formats and protocols
24
20
 used by the Git version control system. It can currently read from and write