Files
linux/debian/lib/python
Ben Hutchings eb2f83b972 Copy template file permissions to output files
Some debhelper config files should be executable, because either:

1. debhelper should execute them (with dh-exec) instead of reading them
   directly.  Currently we change the permissions after substitution.
2. They are included in signed-template binary packages, and lintian
   will complain about them being non-executable scripts.  Currently
   we override these warnings.

Replace the special case code by copying the file permissions bits
from the template to the output file in substitute_debhelper_config().
2019-10-23 21:47:25 +01:00
..