----------------------------
Added ``deb_pkg_tools.utils.find_debian_architecture()`` function.
This function is currently not used by deb-pkg-tools itself but several of my
projects that build on top of deb-pkg-tools need this functionality and all of
them eventually got their own implementation. I've now decided to implement
this once, properly, so that all projects can use the same tested and properly
documented implementation (as simple as it may be).
.. _Release 1.30: https://github.com/xolox/python-deb-pkg-tools/compare/1.29.4...1.30