I'm building a deb file to deploy to a machine that may have a dependency satisfied by a non-deb deployment. I want to have my package depend on the existence of a file rather than a specific (or virtual) package, so that if the file was deployed using a method other than apt-get, the package can still be installed.
I know that RPM has a mechanism for that, but I couldn't figure out how to do this with dpkg.