control 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. Source: __MKIT_PROJ_PKGNAME__
  2. Maintainer: __MKIT_PROJ_MAINTAINER__
  3. Vcs-Browser: __MKIT_PROJ_VCS_BROWSER__
  4. Section: misc
  5. Priority: extra
  6. Standards-Version: 3.9.2
  7. Build-Depends:
  8. debhelper (>= 9),
  9. Package: __MKIT_PROJ_PKGNAME__
  10. Architecture: all
  11. Depends:
  12. jattool-minimal (= ${source:Version}),
  13. jattool-report (= ${source:Version}),
  14. jattool-tdk (= ${source:Version}),
  15. Description: __MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__
  16. JAT is a testing framework for Shell-based test suites.
  17. .
  18. This package is intended for test development workstations and requires
  19. all other sub-packages.
  20. Package: __MKIT_PROJ_PKGNAME__-minimal
  21. Architecture: all
  22. Depends:
  23. shellfu (>= 0.10.9),
  24. shellfu (<< 0.11),
  25. shellfu-bash-jat (>= 0.0.3),
  26. shellfu-bash-jat (<< 0.0.4),
  27. shellfu-bash-pretty,
  28. shellfu-bash-saturnin (>= 0.4.12),
  29. shellfu-bash-saturnin (<< 5.0),
  30. Description: __MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__
  31. JAT is a testing framework for Shell-based test suites.
  32. .
  33. This sub-package contains minimal set of tools, just for test discovery
  34. and running.
  35. Package: __MKIT_PROJ_PKGNAME__-report
  36. Architecture: all
  37. Depends:
  38. jattool (= ${source:Version}),
  39. python-jinja2,
  40. python-yaml,
  41. Description: __MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__
  42. JAT is a testing framework for Shell-based test suites.
  43. .
  44. This sub-package contains tools for result parsing and post-processing.
  45. Package: __MKIT_PROJ_PKGNAME__-tdk
  46. Architecture: all
  47. Depends:
  48. git,
  49. Description: __MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__
  50. JAT is a testing framework for Shell-based test suites.
  51. .
  52. This sub-package contains files and tools to help with test
  53. development.
  54. # control file built with MKit __MKIT_SELF_VERSION__