control 4.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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: http://samba.org/~jelmer/dulwich
  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), pypy-dev, dh-python
  8. Standards-Version: 3.9.6
  9. X-Python-Version: >= 2.7
  10. X-Python3-Version: >= 3.2
  11. Vcs-Git: git://anonscm.debian.org/python-modules/packages/dulwich.git -b unstable
  12. Vcs-Browser: http://anonscm.debian.org/gitweb/?p=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: 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.
  62. Package: python3-dulwich
  63. Architecture: any
  64. Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}
  65. Breaks: bzr-git (<< 0.6.2)
  66. Suggests: python3-dulwich-dbg
  67. Description: Python Git library - Python3 module
  68. Dulwich is a Python implementation of the file formats and protocols
  69. used by the Git version control system. It can currently read from and write
  70. to existing Git repositories and implements the protocol for pushing and
  71. receiving packs from remote servers.
  72. .
  73. All functionality is available in pure Python, but for improved performance
  74. replacements of some modules written in C are also available. This package
  75. includes the high performance versions.
  76. .
  77. This package contains the module built for Python version 3.x.
  78. Package: python3-dulwich-dbg
  79. Architecture: any
  80. Depends: ${misc:Depends}, ${shlibs:Depends}, python3-dbg, python3-dulwich (= ${binary:Version})
  81. Priority: extra
  82. Section: debug
  83. Description: Python Git library - Python 3 Debug Extension
  84. Dulwich is a Python implementation of the file formats and protocols
  85. used by the Git version control system. It can currently read from and write
  86. to existing Git repositories and implements the protocol for pushing and
  87. receiving packs from remote servers.
  88. .
  89. All functionality is available in pure Python, but for improved performance
  90. replacements of some modules written in C are also available. This package
  91. includes the high performance versions.
  92. .
  93. This package contains the extensions built for the Python 3 debug interpreter.