control 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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: python-all-dev (>= 2.6.6-3), python-all-dbg (>= 2.6.6-3), python3-all-dev, python3-all-dbg, debhelper (>= 9), python-unittest2, git (>= 1:1.7.0.4-2) | git-core, python-fastimport (>= 0.9.0~bzr293), python3-fastimport, pypy-dev [!hurd-any !m68k !sh4 !x32], dh-python
  8. Standards-Version: 3.9.8
  9. X-Python-Version: >= 2.7
  10. X-Python3-Version: >= 3.2
  11. Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/dulwich.git
  12. Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/dulwich.git
  13. XS-Testsuite: autopkgtest
  14. Package: python-dulwich
  15. Architecture: any
  16. Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
  17. Breaks: bzr-git (<< 0.6.2)
  18. Suggests: python-dulwich-dbg
  19. Recommends: python-fastimport
  20. Description: Python Git library
  21. Dulwich is a Python implementation of the file formats and protocols
  22. used by the Git version control system. It can currently read from and write
  23. to existing Git repositories and implements the protocol for pushing and
  24. receiving packs from remote servers.
  25. .
  26. All functionality is available in pure Python, but for improved performance
  27. replacements of some modules written in C are also available. This package
  28. includes the high performance versions.
  29. .
  30. This package contains the module built for Python version 2.x.
  31. Package: python-dulwich-dbg
  32. Architecture: any
  33. Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, python-dbg, python-dulwich (= ${binary:Version})
  34. Priority: extra
  35. Section: debug
  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: amd64 arm64 armel armhf i386 mips mipsel mips64el ppc64el s390x alpha hppa kfreebsd-any powerpc powerpcspe ppc64 sparc64
  49. Provides: ${pypy:Provides}
  50. Depends: ${pypy:Depends}, ${misc:Depends}, ${shlibs:Depends}
  51. Recommends: pypy-fastimport
  52. Description: Python Git library - pypy module
  53. Dulwich is a Python implementation of the file formats and protocols
  54. used by the Git version control system. It can currently read from and write
  55. to existing Git repositories and implements the protocol for pushing and
  56. receiving packs from remote servers.
  57. .
  58. All functionality is available in pure Python, but for improved performance
  59. replacements of some modules written in C are also available. This package
  60. includes the high performance versions.
  61. .
  62. This package contains the module built for pypy.
  63. Package: python3-dulwich
  64. Architecture: any
  65. Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}
  66. Breaks: bzr-git (<< 0.6.2)
  67. Suggests: python3-dulwich-dbg
  68. Recommends: python3-fastimport
  69. Description: Python Git library - Python3 module
  70. Dulwich is a Python implementation of the file formats and protocols
  71. used by the Git version control system. It can currently read from and write
  72. to existing Git repositories and implements the protocol for pushing and
  73. receiving packs from remote servers.
  74. .
  75. All functionality is available in pure Python, but for improved performance
  76. replacements of some modules written in C are also available. This package
  77. includes the high performance versions.
  78. .
  79. This package contains the module built for Python version 3.x.
  80. Package: python3-dulwich-dbg
  81. Architecture: any
  82. Depends: ${misc:Depends}, ${shlibs:Depends}, python3-dbg, python3-dulwich (= ${binary:Version})
  83. Priority: extra
  84. Section: debug
  85. Description: Python Git library - Python 3 Debug Extension
  86. Dulwich is a Python implementation of the file formats and protocols
  87. used by the Git version control system. It can currently read from and write
  88. to existing Git repositories and implements the protocol for pushing and
  89. receiving packs from remote servers.
  90. .
  91. All functionality is available in pure Python, but for improved performance
  92. replacements of some modules written in C are also available. This package
  93. includes the high performance versions.
  94. .
  95. This package contains the extensions built for the Python 3 debug interpreter.