control 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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-compat (= 12),
  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-unittest2,
  15. python-urllib3 (>= 1.24.1),
  16. python3-all-dbg,
  17. python3-all-dev,
  18. python3-certifi,
  19. python3-fastimport,
  20. python3-urllib3 (>= 1.24.1)
  21. Standards-Version: 4.2.1
  22. Vcs-Git: https://salsa.debian.org/python-team/modules/dulwich.git
  23. Vcs-Browser: https://salsa.debian.org/python-team/modules/dulwich
  24. Package: python-dulwich
  25. Architecture: any
  26. Depends: python-certifi,
  27. python-urllib3 (>= 1.24.1),
  28. ${misc:Depends},
  29. ${python:Depends},
  30. ${shlibs:Depends}
  31. Breaks: bzr-git (<< 0.6.13+bzr1650), python-breezy (<< 3.0.0~bzr7268)
  32. Suggests: python-gpg
  33. Description: Python Git library
  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 module built for Python version 2.x.
  44. Package: pypy-dulwich
  45. Architecture: alpha amd64 arm64 armel armhf i386 mips mipsel powerpc ppc64el s390x
  46. Provides: ${pypy:Provides}
  47. Depends: ${misc:Depends}, ${pypy:Depends}, ${shlibs:Depends}
  48. Recommends: pypy-fastimport
  49. Description: Python Git library - pypy module
  50. Dulwich is a Python implementation of the file formats and protocols
  51. used by the Git version control system. It can currently read from and write
  52. to existing Git repositories and implements the protocol for pushing and
  53. receiving packs from remote servers.
  54. .
  55. All functionality is available in pure Python, but for improved performance
  56. replacements of some modules written in C are also available. This package
  57. includes the high performance versions.
  58. .
  59. This package contains the module built for pypy.
  60. Package: python3-dulwich
  61. Architecture: any
  62. Depends: python3-certifi,
  63. python3-urllib3 (>= 1.24.1),
  64. ${misc:Depends},
  65. ${python3:Depends},
  66. ${shlibs:Depends}
  67. Breaks: python3-breezy (<< 3.0.0~bzr7268)
  68. Recommends: python3-fastimport
  69. Suggests: python3-gpg
  70. Description: Python Git library - Python3 module
  71. Dulwich is a Python implementation of the file formats and protocols
  72. used by the Git version control system. It can currently read from and write
  73. to existing Git repositories and implements the protocol for pushing and
  74. receiving packs from remote servers.
  75. .
  76. All functionality is available in pure Python, but for improved performance
  77. replacements of some modules written in C are also available. This package
  78. includes the high performance versions.
  79. .
  80. This package contains the module built for Python version 3.x.