Source: rpl
Section: utils
Priority: optional
Maintainer: Joao Eriberto Mota Filho <eriberto@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all,
               python3-setuptools
Standards-Version: 4.4.0
Homepage: https://github.com/kcoyner/rpl/
Vcs-Browser: https://salsa.debian.org/debian/rpl
Vcs-Git: https://salsa.debian.org/debian/rpl.git

Package: rpl
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: replace strings in files recursively
 rpl is an intelligent recursive search and replacement utility. It will
 replace strings with new strings in multiple text files at the same time.
 .
 This tool can work recursively over directories and supports limiting of
 the search to specific file suffixes.
