I am trying to build a python-based Debian package and I see the ${python:Depends} variable under the Depends section in the control file.
While installing, I see that it refers to the python-alembic package as a dependency, but I cannot understand how or where this variable gets populated.
Basically, I wanted to change the name here from python-alembic to alembic under the depends section coz I don't have the package with name python-alembic.