Poor man's XPath library https://pagure.io/shellfu-bash-pxpath

control 763B

123456789101112131415161718192021222324252627282930
  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. shellfu (>= 0.10.7),
  10. shellfu (<< 0.11),
  11. shellfu-bash,
  12. shellfu-bash-pretty,
  13. libxml2-python,
  14. Package: __MKIT_PROJ_PKGNAME__
  15. Architecture: all
  16. Depends:
  17. shellfu (>= 0.10.7),
  18. shellfu (<< 0.11),
  19. shellfu-bash,
  20. shellfu-bash-pretty,
  21. libxml2-python,
  22. Description: __MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__
  23. pxpath is Shellfu/Bash wrapper around libxml2-python with intent
  24. to enable you to make simple XPath queries from a shell script,
  25. while retaining compatibility with ancient distributions such as
  26. RHEL-5.
  27. # control file built with MKit __MKIT_SELF_VERSION__