control 1.1 KB

12345678910111213141516171819202122232425
  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-all-dev (>= 2.6.6-3), debhelper (>= 7.0.50~), python-testtools, git (>= 1:1.7.0.4-2) | git-core, python-fastimport (>= 0.9.0~bzr293)
  7. Standards-Version: 3.9.1
  8. X-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. Recommends: python-fastimport
  15. Breaks: ${python:Breaks}
  16. Description: Python Git library
  17. Dulwich is a Python implementation of the file formats and protocols
  18. used by the Git version control system. It can currently read from and write
  19. to existing Git repositories and implements the protocol for pushing and
  20. receiving packs from remote servers.
  21. .
  22. All functionality is available in pure Python, but for improved performance
  23. replacements of some modules written in C are also available. This package
  24. includes the high performance versions.