If there are no dpkg or rpm packaging files in the source package then use setup.py install to install to temporary directory and based on files determine how to generate the dpkg and rpm spec files.
This should
reduce the need for several template files, but keep template support for more complex scenarios
make it easier to keep up to date with changes to projects
If there are no dpkg or rpm packaging files in the source package then use setup.py install to install to temporary directory and based on files determine how to generate the dpkg and rpm spec files.
This should