control 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. Source: git-buildpackage
  2. Section: vcs
  3. Priority: optional
  4. Maintainer: Guido Günther <agx@sigxcpu.org>
  5. Build-Depends:
  6. bash-completion (>= 1:2.1-4.2~),
  7. debhelper (>= 9~),
  8. dh-python,
  9. docbook-utils,
  10. gtk-doc-tools,
  11. jade,
  12. perl,
  13. pychecker,
  14. python (>> 2.6.6-3~),
  15. python-coverage,
  16. python-dateutil,
  17. python-epydoc,
  18. python-mock,
  19. python-nose,
  20. python-nosexcover,
  21. python-pkg-resources,
  22. python-rpm,
  23. python-six,
  24. python-setuptools,
  25. sgml2x,
  26. # For the testsuite
  27. bzip2,
  28. cpio,
  29. devscripts (>= 2.13.8~),
  30. git (>= 1:1.7.9.1-1~),
  31. pristine-tar,
  32. rpm,
  33. unzip,
  34. zipmerge
  35. Standards-Version: 3.9.6
  36. Vcs-Git: git://honk.sigxcpu.org/git/git-buildpackage.git
  37. Vcs-Browser: https://git.sigxcpu.org/cgit/git-buildpackage/
  38. Homepage: https://honk.sigxcpu.org/piki/projects/git-buildpackage/
  39. X-Python-Version: >= 2.6
  40. Package: git-buildpackage
  41. Architecture: all
  42. Depends: ${python:Depends},
  43. ${shlibs:Depends},
  44. ${misc:Depends},
  45. devscripts (>= 2.13.5~),
  46. git (>= 1:1.7.9.1-1~),
  47. man-db,
  48. python-dateutil,
  49. python-pkg-resources,
  50. python-six,
  51. Recommends: pristine-tar (>= 0.5),
  52. cowbuilder | pbuilder | sbuild,
  53. python-requests
  54. Suggests: python-notify, unzip, sudo
  55. Description: Suite to help with Debian packages in Git repositories
  56. This package contains the following tools:
  57. * gbp import-{dsc,dscs}: import existing Debian source packages into a git
  58. repository
  59. * gbp import-orig: import a new upstream version into the git repository
  60. * gbp buildpackage: build a package out of a git repository, check for local
  61. modifications and tag appropriately
  62. * gbp dch: generate Debian changelog entries from Git commit messages
  63. * gbp {pull,clone}: clone and pull from remote repos
  64. * gbp pq: manage debian/patches easily
  65. * gbp create-remote-repo: create remote repositories
  66. Package: git-buildpackage-rpm
  67. Architecture: all
  68. Depends: ${python:Depends},
  69. ${misc:Depends},
  70. cpio,
  71. git-buildpackage (= ${binary:Version}),
  72. python-rpm,
  73. rpm,
  74. Recommends: pristine-tar (>= 0.5)
  75. Suggests: python-notify, unzip, zipmerge, mock
  76. Description: Suite to help with RPM packages in Git repositories
  77. This package contains the following tools:
  78. * gbp buildpackage-rpm: build a package out of a git repository, check for
  79. local modifications and tag appropriately
  80. * gbp import-srpm: import existing RPM source packages into a git
  81. repository
  82. * gbp pq-rpm: manage patches easily
  83. .
  84. These tools are currently in an experimental state. Branch names and
  85. repository layouts might change without lots of prior warning.