2
0

control 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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), 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. Vcs-Git: git://anonscm.debian.org/python-modules/packages/dulwich.git -b unstable
  11. Vcs-Browser: http://anonscm.debian.org/gitweb/?p=python-modules/packages/dulwich.git
  12. XS-Testsuite: autopkgtest
  13. Package: python-dulwich
  14. Architecture: any
  15. Provides: ${python:Provides}
  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. Provides: ${python:Provides}
  37. Description: Python Git library - Debug Extension
  38. Dulwich is a Python implementation of the file formats and protocols
  39. used by the Git version control system. It can currently read from and write
  40. to existing Git repositories and implements the protocol for pushing and
  41. receiving packs from remote servers.
  42. .
  43. All functionality is available in pure Python, but for improved performance
  44. replacements of some modules written in C are also available. This package
  45. includes the high performance versions.
  46. .
  47. This package contains the extensions built for the Python debug interpreter.
  48. Package: pypy-dulwich
  49. Architecture: any
  50. Provides: ${pypy:Provides}
  51. Depends: ${pypy:Depends}, ${misc:Depends}, ${shlibs:Depends}
  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.