control 886B

1234567891011121314151617181920212223242526272829303132
  1. Source: __MKIT_PROJ_PKGNAME__
  2. Maintainer: __MKIT_PROJ_MAINTAINER__
  3. Vcs-Browser: __MKIT_PROJ_VCS_BROWSER__
  4. Section: misc
  5. Priority: extra
  6. Standards-Version: 3.9.2
  7. Build-Depends:
  8. debhelper (>= 9),
  9. python,
  10. libpython2.7-minimal,
  11. libpython2.7-stdlib,
  12. shellfu (>= 0.10),
  13. shellfu-bash,
  14. shellfu-bash-pretty,
  15. Package: __MKIT_PROJ_PKGNAME__
  16. Architecture: all
  17. Depends:
  18. python,
  19. libpython2.7-minimal,
  20. libpython2.7-stdlib,
  21. shellfu (>= 0.10),
  22. shellfu-bash,
  23. shellfu-bash-pretty,
  24. Description: __MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__
  25. UriPecker is Shellfu library of one function that takes a string on
  26. standard output, and looks for things that look like could be URIs.
  27. Besides real URIs, it can look for set of keywords and identifiers such
  28. as 'build 1234', 'issue#45' or 'bz6789' and translate them based on a
  29. simple INI file.
  30. # control file built with MKit __MKIT_SELF_VERSION__