| 12345678910111213141516171819202122232425262728293031323334 | 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,
 libpython3.5-minimal,
 libpython3.5-stdlib,
 shellfu (>= 0.10),
 shellfu (<< 0.11),
 shellfu-bash,
 shellfu-bash-pretty,
Package: __MKIT_PROJ_PKGNAME__
Architecture: all
Depends:
 python,
 libpython3.5-minimal,
 libpython3.5-stdlib,
 shellfu (>= 0.10),
 shellfu (<< 0.11),
 shellfu-bash,
 shellfu-bash-pretty,
Description: __MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__
 UriPecker is Shellfu/Bash module 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__
 |