| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 | 
							- Source: __MKIT_PROJ_PKGNAME__
 - Maintainer: __MKIT_PROJ_MAINTAINER__
 - Vcs-Browser: __MKIT_PROJ_VCS_BROWSER__
 - Section: misc
 - Priority: extra
 - Standards-Version: 3.9.2
 - Build-Depends:
 -  debhelper (>= 9),
 - 
 - Package: __MKIT_PROJ_PKGNAME__
 - Architecture: all
 - Depends:
 -  jattool-minimal (= ${source:Version}),
 -  jattool-report (= ${source:Version}),
 -  jattool-tdk (= ${source:Version}),
 - Description: __MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__
 -  JAT is a testing framework for Shell-based test suites.
 -  .
 -  This package is intended for test development workstations and requires
 -  all other sub-packages.
 - 
 - Package: __MKIT_PROJ_PKGNAME__-minimal
 - Architecture: all
 - Depends:
 -  shellfu (>= 0.10.9),
 -  shellfu (<< 0.11),
 -  shellfu-bash-jat (>= 0.0.2),
 -  shellfu-bash-jat (<< 0.0.3),
 -  shellfu-bash-pretty,
 -  shellfu-bash-saturnin (>= 0.4.12),
 -  shellfu-bash-saturnin (<< 5.0),
 - Description: __MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__
 -  JAT is a testing framework for Shell-based test suites.
 -  .
 -  This sub-package contains minimal set of tools, just for test discovery
 -  and running.
 - 
 - Package: __MKIT_PROJ_PKGNAME__-report
 - Architecture: all
 - Depends:
 -  jattool (= ${source:Version}),
 -  python-jinja2,
 -  python-yaml,
 - Description: __MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__
 -  JAT is a testing framework for Shell-based test suites.
 -  .
 -  This sub-package contains tools for result parsing and post-processing.
 - 
 - Package: __MKIT_PROJ_PKGNAME__-tdk
 - Architecture: all
 - Depends:
 -  git,
 - Description: __MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__
 -  JAT is a testing framework for Shell-based test suites.
 -  .
 -  This sub-package contains files and tools to help with test
 -  development.
 - 
 - # control file built with MKit __MKIT_SELF_VERSION__
 
 
  |