control 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. Source: gbs
  2. Section: devel
  3. Priority: extra
  4. Maintainer: Jian-feng Ding <jian-feng.ding@intel.com>
  5. Build-Depends: debhelper, python (>= 2.6), python-support, python-docutils
  6. Standards-Version: 3.8.0
  7. X-Python-Version: >= 2.6
  8. Homepage: http://www.tizen.org
  9. Package: gbs
  10. Architecture: all
  11. Depends: ${misc:Depends}, ${python:Depends},
  12. python-pycurl,
  13. sudo,
  14. osc (>= 0.139.0),
  15. git-buildpackage-rpm (>= 0.6.8-tizen20140306),
  16. gbs-api (= ${binary:Version}),
  17. gbs-export (= ${binary:Version}),
  18. gbs-remotebuild (= ${binary:Version}),
  19. depanneur (>= 0.12)
  20. Recommends: librpm-tizen (>= 4.11.0.1.tizen20130618-tizen20131001)
  21. Description: Command line tools for Tizen package developers
  22. The command line tools for Tizen package developers will
  23. be used to do packaging related tasks.
  24. Package: gbs-api
  25. Architecture: all
  26. Depends: ${misc:Depends}, ${python:Depends},
  27. python-pycurl,
  28. osc (>= 0.139.0),
  29. git-buildpackage-rpm
  30. Conflicts: gbs (<< 0.15)
  31. Replaces: gbs (<< 0.15)
  32. Description: GBS API
  33. This package contains gbs APIs, which can be used by
  34. external software.
  35. Package: gbs-export
  36. Architecture: all
  37. Depends: ${misc:Depends}, ${python:Depends},
  38. gbs-api (= ${binary:Version}),
  39. pristine-tar (>= 1.28-tizen20131205),
  40. git-buildpackage-rpm
  41. Conflicts: gbs (<< 0.15)
  42. Replaces: gbs (<< 0.15)
  43. Description: GBS export API
  44. This package contains gbs export APIs, which can be used by
  45. external software.
  46. Package: gbs-remotebuild
  47. Architecture: all
  48. Depends: ${misc:Depends}, ${python:Depends},
  49. gbs-api (= ${binary:Version}),
  50. gbs-export (= ${binary:Version}),
  51. git-buildpackage-rpm
  52. Conflicts: gbs (<< 0.18.1)
  53. Replaces: gbs (<< 0.18.1)
  54. Description: GBS remotebuild API
  55. This package contains gbs remotebuild APIs, which can be used by
  56. external software.
  57. Package: gbs-jenkins-jobs
  58. Architecture: all
  59. Depends: ${misc:Depends},
  60. jenkins
  61. Description: GBS local full build jenkins jobs configurations.
  62. These jenkins jobs are used to build tizen source from scratch or only a part of packages, and create images finally.
  63. Package: gbs-jenkins-scripts
  64. Architecture: all
  65. Depends: ${misc:Depends},
  66. gbs,
  67. mic
  68. Description: Jenkins scripts used by gbs-jenkins-job
  69. These scripts are used by GBS local full build jenkins jobs. These scripts should be installed on Jenkins slave nodes.