~ubuntu-branches/ubuntu/wily/dulwich/wily-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2014-11-30 17:56:46 UTC
  • Revision ID: package-import@ubuntu.com-20141130175646-ochno39z4umq75jl
Tags: 0.9.8-2
* Add pypy package.
* Add patch 02_unpure_pypy to enable C bindings in pypy.

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-all-dev (>= 2.6.6-3), python-all-dbg (>= 2.6.6-3), debhelper (>= 9), python-unittest2, git (>= 1:1.7.0.4-2) | git-core, python-fastimport (>= 0.9.0~bzr293)
 
6
Build-Depends: python-all-dev (>= 2.6.6-3), python-all-dbg (>= 2.6.6-3), debhelper (>= 9), python-unittest2, git (>= 1:1.7.0.4-2) | git-core, python-fastimport (>= 0.9.0~bzr293), pypy-dev, dh-python
7
7
Standards-Version: 3.9.6
8
8
X-Python-Version: >= 2.7
9
9
Vcs-Git: git://anonscm.debian.org/users/jelmer/dulwich.git -b unstable
26
26
 All functionality is available in pure Python, but for improved performance
27
27
 replacements of some modules written in C are also available. This package
28
28
 includes the high performance versions.
 
29
 .
 
30
 This package contains the module built for Python version 2.x.
29
31
 
30
32
Package: python-dulwich-dbg
31
33
Architecture: any
44
46
 includes the high performance versions.
45
47
 .
46
48
 This package contains the extensions built for the Python debug interpreter.
 
49
 
 
50
Package: pypy-dulwich
 
51
Architecture: any
 
52
Provides: ${pypy:Provides}
 
53
Depends: ${pypy:Depends}, ${misc:Depends}, ${shlibs:Depends}
 
54
Description: Python Git library - pypy module
 
55
 Dulwich is a Python implementation of the file formats and protocols
 
56
 used by the Git version control system. It can currently read from and write
 
57
 to existing Git repositories and implements the protocol for pushing and
 
58
 receiving packs from remote servers.
 
59
 .
 
60
 All functionality is available in pure Python, but for improved performance
 
61
 replacements of some modules written in C are also available. This package
 
62
 includes the high performance versions.
 
63
 .
 
64
 This package contains the module built for pypy.