control 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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. Provides: ${python:Provides}
  17. Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
  18. Breaks: bzr-git (<< 0.6.2)
  19. Suggests: python-dulwich-dbg
  20. Recommends: python-fastimport
  21. Description: Python Git library
  22. Dulwich is a Python implementation of the file formats and protocols
  23. used by the Git version control system. It can currently read from and write
  24. to existing Git repositories and implements the protocol for pushing and
  25. receiving packs from remote servers.
  26. .
  27. All functionality is available in pure Python, but for improved performance
  28. replacements of some modules written in C are also available. This package
  29. includes the high performance versions.
  30. .
  31. This package contains the module built for Python version 2.x.
  32. Package: python-dulwich-dbg
  33. Architecture: any
  34. Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, python-dbg, python-dulwich (= ${binary:Version})
  35. Priority: extra
  36. Section: debug
  37. Provides: ${python:Provides}
  38. Description: Python Git library - Debug Extension
  39. Dulwich is a Python implementation of the file formats and protocols
  40. used by the Git version control system. It can currently read from and write
  41. to existing Git repositories and implements the protocol for pushing and
  42. receiving packs from remote servers.
  43. .
  44. All functionality is available in pure Python, but for improved performance
  45. replacements of some modules written in C are also available. This package
  46. includes the high performance versions.
  47. .
  48. This package contains the extensions built for the Python debug interpreter.
  49. Package: pypy-dulwich
  50. Architecture: any
  51. Provides: ${pypy:Provides}
  52. Depends: ${pypy:Depends}, ${misc:Depends}, ${shlibs:Depends}
  53. Description: Python Git library - pypy module
  54. Dulwich is a Python implementation of the file formats and protocols
  55. used by the Git version control system. It can currently read from and write
  56. to existing Git repositories and implements the protocol for pushing and
  57. receiving packs from remote servers.
  58. .
  59. All functionality is available in pure Python, but for improved performance
  60. replacements of some modules written in C are also available. This package
  61. includes the high performance versions.
  62. .
  63. This package contains the module built for pypy.
  64. Package: python3-dulwich
  65. Architecture: any
  66. Provides: ${python:Provides}
  67. Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
  68. Breaks: bzr-git (<< 0.6.2)
  69. Suggests: python-dulwich-dbg
  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.
  81. Package: python3-dulwich-dbg
  82. Architecture: any
  83. Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, python3-dbg, python3-dulwich (= ${binary:Version})
  84. Priority: extra
  85. Section: debug
  86. Provides: ${python:Provides}
  87. Description: Python Git library - Python 3 Debug Extension
  88. Dulwich is a Python implementation of the file formats and protocols
  89. used by the Git version control system. It can currently read from and write
  90. to existing Git repositories and implements the protocol for pushing and
  91. receiving packs from remote servers.
  92. .
  93. All functionality is available in pure Python, but for improved performance
  94. replacements of some modules written in C are also available. This package
  95. includes the high performance versions.
  96. .
  97. This package contains the extensions built for the Python 3 debug interpreter.