control 2.8 KB

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