=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== dh-python-4.20201102/README.rst-25- * ``dh_python2`` works on ``./debian/python-foo/`` files and other binary dh-python-4.20201102/README.rst:26: packages that have ``${python:Depends}`` in the ``Depends`` field. dh-python-4.20201102/README.rst-27- It ignores Python 3.X and PyPy specific directories. ############################################## dh-python-4.20201102/README.rst-30- * ``dh_python3`` works on ``./debian/python3-foo/`` files and other binary dh-python-4.20201102/README.rst:31: packages that have ``${python3:Depends}`` in the ``Depends`` field. dh-python-4.20201102/README.rst-32- It ignores Python 2.X and PyPy specific directories. ############################################## dh-python-4.20201102/README.rst-35- * ``dh_pypy`` works on ``./debian/pypy-foo/`` files and other binary dh-python-4.20201102/README.rst:36: packages that have ``${pypy:Depends}`` in the ``Depends`` field. dh-python-4.20201102/README.rst-37- It ignores Python 2.X and Python 3.X specific directories. ############################################## dh-python-4.20201102/dh_pypy.rst-22- * build-depend on pypy and dh-python, dh-python-4.20201102/dh_pypy.rst:23: * add `${pypy:Depends}` to Depends dh-python-4.20201102/dh_pypy.rst-24- * build module/application using its standard build system, ############################################## dh-python-4.20201102/dh_python2.rst-34- * call ``dh_python2`` in the `binary-*` target, dh-python-4.20201102/dh_python2.rst:35: * add `${python:Depends}` to Depends dh-python-4.20201102/dh_python2.rst-36- ############################################## dh-python-4.20201102/dh_python3.rst-35- * call ``dh_python3`` in the `binary-*` target, dh-python-4.20201102/dh_python3.rst:36: * add `${python3:Depends}` to Depends dh-python-4.20201102/dh_python3.rst-37- ############################################## dh-python-4.20201102/tests/t201/Makefile-13- grep -qe "Depends: .*python2\(:any\)\? (<<" debian/python-foo/DEBIAN/control dh-python-4.20201102/tests/t201/Makefile:14: [ "`readlink debian/python-foo/usr/lib/python$(DPY)/dist-packages/foo/absolute_link_to_tmp`" = "/tmp" ] dh-python-4.20201102/tests/t201/Makefile:15: [ "`readlink debian/python-foo/usr/lib/python$(DPY)/dist-packages/foo/link_to_parent_dir`" = ".." ] dh-python-4.20201102/tests/t201/Makefile-16- ############################################## dh-python-4.20201102/tests/t205/Makefile-19-# set -e; for i in remove_this_one bar bar/baz;\ dh-python-4.20201102/tests/t205/Makefile:20:# do [ "`ls debian/python-foo/usr/lib/python2.*/*-packages/$$i/__init__.py | wc -l`" != '0' ];\ dh-python-4.20201102/tests/t205/Makefile:21:# [ "`ls debian/python-foo/usr/lib/python2.*/*-packages/$$i/__init__.pyc | wc -l`" != '0' ];\ dh-python-4.20201102/tests/t205/Makefile-22-# done ############################################## dh-python-4.20201102/tests/t205/Makefile-25-# set -e; for i in remove_this_one bar bar/baz;\ dh-python-4.20201102/tests/t205/Makefile:26:# do [ "`ls debian/python-foo/usr/lib/python2.*/*-packages/$$i/__init__.py 2>/dev/null || true | wc -l`" = 0 ];\ dh-python-4.20201102/tests/t205/Makefile:27:# [ "`ls debian/python-foo/usr/lib/python2.*/*-packages/$$i/__init__.pyc 2>/dev/null || true | wc -l`" = 0 ];\ dh-python-4.20201102/tests/t205/Makefile-28-# done