| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 | 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 (<< 0.11),
 shellfu-bash-pretty,
 shellfu-bash-saturnin (>= 0.4.8),
 shellfu-bash-saturnin (<< 5.0),
Package: __MKIT_PROJ_PKGNAME__
Architecture: all
Depends:
 shellfu (>= 0.10),
 shellfu (<< 0.11),
 shellfu-bash-pretty,
 shellfu-bash-saturnin (>= 0.4.8),
 shellfu-bash-saturnin (<< 5.0),
 shellfu-bash-saturnin_demo,
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.
 .
 This package contains a demo meta-command built with saturnin; you can
 also re-use the source as template for your new toolkit.
Package: shellfu-bash-saturnin_demo
Architecture: all
Depends:
 shellfu (>= 0.10),
 shellfu (<< 0.11),
 shellfu-bash-pretty,
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.
 .
 This sub-package contains Shellfu/Bash modules used by
 *saturnin-demo*.
# control file built with MKit __MKIT_SELF_VERSION__
 |