control 1.9 KB

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