control 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. Source: dulwich
  2. Section: python
  3. Priority: optional
  4. Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
  5. Uploaders: Jelmer Vernooij <jelmer@debian.org>
  6. Homepage: https://www.dulwich.io/
  7. Build-Depends: debhelper (>= 11),
  8. dh-python,
  9. git (>= 1:1.7.0.4-2) [!alpha !ppc64 !sparc64 !x32 !ia64],
  10. pypy-dev [alpha amd64 arm64 armel armhf i386 mips powerpc ppc64el s390x],
  11. python-all-dbg (>= 2.6.6-3),
  12. python-all-dev (>= 2.6.6-3),
  13. python-certifi,
  14. python-fastimport (>= 0.9.0~bzr293),
  15. python-unittest2,
  16. python-urllib3,
  17. python3-all-dbg,
  18. python3-all-dev,
  19. python3-certifi,
  20. python3-fastimport,
  21. python3-urllib3
  22. Standards-Version: 4.2.1
  23. Vcs-Git: https://salsa.debian.org/python-team/modules/dulwich.git
  24. Vcs-Browser: https://salsa.debian.org/python-team/modules/dulwich
  25. Package: python-dulwich
  26. Architecture: any
  27. Depends: python-certifi,
  28. python-urllib3,
  29. ${misc:Depends},
  30. ${python:Depends},
  31. ${shlibs:Depends}
  32. Breaks: bzr-git (<< 0.6.13+bzr1650), python-breezy (<< 3.0.0~bzr7268)
  33. Recommends: python-fastimport
  34. Suggests: python-gpg
  35. Description: Python Git library
  36. Dulwich is a Python implementation of the file formats and protocols
  37. used by the Git version control system. It can currently read from and write
  38. to existing Git repositories and implements the protocol for pushing and
  39. receiving packs from remote servers.
  40. .
  41. All functionality is available in pure Python, but for improved performance
  42. replacements of some modules written in C are also available. This package
  43. includes the high performance versions.
  44. .
  45. This package contains the module built for Python version 2.x.
  46. Package: pypy-dulwich
  47. Architecture: alpha amd64 arm64 armel armhf i386 mips mipsel powerpc ppc64el s390x
  48. Provides: ${pypy:Provides}
  49. Depends: ${misc:Depends}, ${pypy:Depends}, ${shlibs:Depends}
  50. Recommends: pypy-fastimport
  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.
  62. Package: python3-dulwich
  63. Architecture: any
  64. Depends: python3-certifi,
  65. python3-urllib3,
  66. ${misc:Depends},
  67. ${python3:Depends},
  68. ${shlibs:Depends}
  69. Breaks: python3-breezy (<< 3.0.0~bzr7268)
  70. Recommends: python3-fastimport
  71. Suggests: python3-gpg
  72. Description: Python Git library - Python3 module
  73. Dulwich is a Python implementation of the file formats and protocols
  74. used by the Git version control system. It can currently read from and write
  75. to existing Git repositories and implements the protocol for pushing and
  76. receiving packs from remote servers.
  77. .
  78. All functionality is available in pure Python, but for improved performance
  79. replacements of some modules written in C are also available. This package
  80. includes the high performance versions.
  81. .
  82. This package contains the module built for Python version 3.x.