| 1234567891011121314151617181920212223242526272829303132 | 
							- 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),
 -  python,
 -  libpython2.7-minimal,
 -  libpython2.7-stdlib,
 -  shellfu (>= 0.10),
 -  shellfu-bash,
 -  shellfu-bash-pretty,
 - 
 - Package: __MKIT_PROJ_PKGNAME__
 - Architecture: all
 - Depends:
 -  python,
 -  libpython2.7-minimal,
 -  libpython2.7-stdlib,
 -  shellfu (>= 0.10),
 -  shellfu-bash,
 -  shellfu-bash-pretty,
 - Description: __MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__
 -  UriPecker is Shellfu library of one function that takes a string on
 -  standard output, and looks for things that look like could be URIs.
 -  Besides real URIs, it can look for set of keywords and identifiers such
 -  as 'build 1234', 'issue#45' or 'bz6789' and translate them based on a
 -  simple INI file.
 - 
 - # control file built with MKit __MKIT_SELF_VERSION__
 
 
  |