control 1.0 KB

123456789101112131415161718192021222324
  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-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
  7. Standards-Version: 3.9.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. Provides: ${python:Provides}
  13. Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
  14. XB-Python-Version: ${python:Versions}
  15. Description: Pure-python Git library
  16. Dulwich is a Python implementation of the file formats and protocols
  17. used by the Git version control system. It can currently read from and write
  18. to existing Git repositories and implements the protocol for pushing and
  19. receiving packs from remote servers.
  20. .
  21. All functionality is available in pure Python, but for improved performance
  22. replacements of some modules written in C are also available. This package
  23. includes the high performance versions.