control 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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. python3-all-dbg,
  12. python3-all-dev,
  13. python3-certifi,
  14. python3-fastimport,
  15. python3-urllib3 (>= 1.24.1)
  16. Standards-Version: 4.2.1
  17. Vcs-Git: https://salsa.debian.org/python-team/modules/dulwich.git
  18. Vcs-Browser: https://salsa.debian.org/python-team/modules/dulwich
  19. Package: pypy-dulwich
  20. Architecture: alpha amd64 arm64 armel armhf i386 mips mipsel powerpc ppc64el s390x
  21. Provides: ${pypy:Provides}
  22. Depends: ${misc:Depends}, ${pypy:Depends}, ${shlibs:Depends}
  23. Recommends: pypy-fastimport
  24. Description: Python Git library - pypy module
  25. Dulwich is a Python implementation of the file formats and protocols
  26. used by the Git version control system. It can currently read from and write
  27. to existing Git repositories and implements the protocol for pushing and
  28. receiving packs from remote servers.
  29. .
  30. All functionality is available in pure Python, but for improved performance
  31. replacements of some modules written in C are also available. This package
  32. includes the high performance versions.
  33. .
  34. This package contains the module built for pypy.
  35. Package: python3-dulwich
  36. Architecture: any
  37. Depends: python3-certifi,
  38. python3-urllib3 (>= 1.24.1),
  39. ${misc:Depends},
  40. ${python3:Depends},
  41. ${shlibs:Depends}
  42. Breaks: python3-breezy (<< 3.0.0~bzr7268)
  43. Recommends: python3-fastimport
  44. Suggests: python3-gpg
  45. Description: Python Git library - Python3 module
  46. Dulwich is a Python implementation of the file formats and protocols
  47. used by the Git version control system. It can currently read from and write
  48. to existing Git repositories and implements the protocol for pushing and
  49. receiving packs from remote servers.
  50. .
  51. All functionality is available in pure Python, but for improved performance
  52. replacements of some modules written in C are also available. This package
  53. includes the high performance versions.
  54. .
  55. This package contains the module built for Python version 3.x.