| 123456789101112131415161718192021222324252627282930 | 
							- 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),
 -  shellfu (>= 0.10),
 -  shellfu-bash,
 -  shellfu-bash-inigrep,
 -  shellfu-bash-pretty,
 -  shellfu-sh-exit
 - 
 - Package: __MKIT_PROJ_PKGNAME__
 - Architecture: all
 - Depends:
 -  shellfu (>= 0.10),
 -  shellfu-bash,
 -  shellfu-bash-inigrep,
 -  shellfu-bash-pretty,
 -  shellfu-sh-exit
 - Description: __MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__
 -  saturnin is Shellfu library that helps you easily build toolkit from
 -  various scripts that you may have lying around.  Instead of having a
 -  herd of untamed undocumented and hard-to-share scripts, with help of
 -  saturnin you can easily create and package a meta-command with a set
 -  of discoverable and maintainable sub-commands.
 - 
 - # control file built with MKit __MKIT_SELF_VERSION__
 
 
  |