| 12345678910111213141516171819202122 | 
							- Source: saturnin-demo
 - Maintainer: Alois Mahdal <netvor@vornet.cz>
 - Vcs-Browser: http://git.vornet.cz/cgit/saturnin.git/
 - Section: misc
 - Priority: extra
 - Standards-Version: 3.9.2
 - Build-Depends: debhelper (>= 9)
 - 
 - Package: saturnin-demo
 - Architecture: all
 - Depends: bash, shellfu-bash, shellfu-bash-core, shellfu-bash-saturnin
 - Description: __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.
 -  .
 -  This package contains a demo meta-command built with saturnin; you can
 -  also re-use the source as template for your new toolkit.
 - 
 - # control file built with MKit __MKIT_SELF_VERSION__
 
 
  |