I have a piece of software that comes as a deb package or as source. I would like to install it from source so I can install it in a non-standard directory, but would like to use apt for dependency management.
Is there software that I can use that will create a deb package from another that is just a dummy package with the dependencies for the package?
EDIT: To clarify, I want to satisfy the dependencies of the software, not use the software to satisfy dependencies.