Adjust file permissions also of files that are added during dh_quilt_patch stage
authorMichael Prokop <mika@grml.org>
Fri, 27 Jul 2012 13:02:59 +0000 (15:02 +0200)
committerMichael Prokop <mika@grml.org>
Fri, 27 Jul 2012 13:03:06 +0000 (15:03 +0200)
commit2b065a0428747bab2f5cb477a01a89ec03dcf695
tree80cf44ae918dd929b16101e6f4d293438b9743e6
parent7f450c201f6aa9434f1dae176882a0ee226fa4cf
Adjust file permissions also of files that are added during dh_quilt_patch stage

For example debian/patches/15_networking_grml.patch generates a
new file scripts/live-bottom/23networking_grml which doesn't
have the according permissions set. As a result the script
won't be executed during initramfs bootup, so make sure we
don't run into this again.
debian/rules