control 1008 B

1234567891011121314151617181920212223
  1. Source: dulwich
  2. Section: python
  3. Priority: optional
  4. Maintainer: Jelmer Vernooij <jelmer@debian.org>
  5. Homepage: http://samba.org/~jelmer/dulwich
  6. Build-Depends: python-central (>= 0.5), cdbs (>= 0.4.43), python-all-dev, debhelper (>= 5.0.37.2), python-nose
  7. Standards-Version: 3.8.1
  8. XS-Python-Version: >= 2.4
  9. Vcs-Bzr: http://bzr.debian.org/users/jelmer/dulwich/unstable
  10. Package: python-dulwich
  11. Architecture: any
  12. Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
  13. XB-Python-Version: ${python:Versions}
  14. Description: Pure-python Git library
  15. Dulwich is a Python implementation of the file formats and protocols
  16. used by the Git version control system. It can currently read from and write
  17. to existing Git repositories and implements the protocol for pushing and
  18. receiving packs from remote servers.
  19. .
  20. All functionality is available in pure Python, but for improved performance
  21. replacements of some modules written in C are also available. This package
  22. includes the high performance versions.