control 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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), 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)
  7. Standards-Version: 3.9.4
  8. X-Python-Version: >= 2.4
  9. Vcs-Git: git://git.debian.org/users/jelmer/dulwich.git
  10. Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/jelmer/dulwich.git
  11. Package: python-dulwich
  12. Architecture: any
  13. Provides: ${python:Provides}
  14. Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
  15. Breaks: bzr-git (<< 0.6.2)
  16. Suggests: python-dulwich-dbg
  17. Recommends: python-fastimport
  18. Description: Python Git library
  19. Dulwich is a Python implementation of the file formats and protocols
  20. used by the Git version control system. It can currently read from and write
  21. to existing Git repositories and implements the protocol for pushing and
  22. receiving packs from remote servers.
  23. .
  24. All functionality is available in pure Python, but for improved performance
  25. replacements of some modules written in C are also available. This package
  26. includes the high performance versions.
  27. Package: python-dulwich-dbg
  28. Architecture: any
  29. Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, python-dbg, python-dulwich (= ${binary:Version})
  30. Priority: extra
  31. Section: debug
  32. Provides: ${python:Provides}
  33. Description: Python Git library - Debug Extension
  34. Dulwich is a Python implementation of the file formats and protocols
  35. used by the Git version control system. It can currently read from and write
  36. to existing Git repositories and implements the protocol for pushing and
  37. receiving packs from remote servers.
  38. .
  39. All functionality is available in pure Python, but for improved performance
  40. replacements of some modules written in C are also available. This package
  41. includes the high performance versions.
  42. .
  43. This package contains the extensions built for the Python debug interpreter.