Remove the executable bit from various shell function files

This commit is contained in:
Steve McIntyre 2018-02-04 00:49:12 +00:00
parent a14a8c04b5
commit 915ea96579
4 changed files with 3 additions and 5 deletions

2
debian/changelog vendored
View File

@ -11,6 +11,8 @@ debian-cd (3.1.21) unstable; urgency=medium
* Update references to point to salsa.d.o for git repo * Update references to point to salsa.d.o for git repo
* Fix isolinux config parsing. Thanks to Philipp Hahn for the * Fix isolinux config parsing. Thanks to Philipp Hahn for the
patch. Closes: #886655 patch. Closes: #886655
* Minor packaging updates:
+ Remove the executable bit from various shell function files
[ JH Chatenet ] [ JH Chatenet ]
* Include debian-ports-archive-keyring on non released architectures * Include debian-ports-archive-keyring on non released architectures

2
debian/rules vendored
View File

@ -33,7 +33,7 @@ install-stamp: build-stamp
find debian/debian-cd/usr/share/debian-cd/tools/boot \ find debian/debian-cd/usr/share/debian-cd/tools/boot \
\( -name 'boot-*' -o -name 'post-boot-*' \) -a \! -name '*.txt' \ \( -name 'boot-*' -o -name 'post-boot-*' \) -a \! -name '*.txt' \
-a \! -name '*.calc' -a \! -name boot-x86 -a \! -name boot-kfreebsd \ -a \! -name '*.calc' -a \! -name boot-x86 -a \! -name boot-kfreebsd \
-a \! -name boot-hurd | xargs chmod 0755 -a \! -name boot-hurd -a \! -name '*common' | xargs chmod 0755
cd debian/debian-cd/usr/share/debian-cd/contrib && chmod 755 cronjob.* ftp.cron \ cd debian/debian-cd/usr/share/debian-cd/contrib && chmod 755 cronjob.* ftp.cron \
generate_firmware_images iso_run jigdo-watcher \ generate_firmware_images iso_run jigdo-watcher \
merge-sums mkjigsnap mklist mktorrent \ merge-sums mkjigsnap mklist mktorrent \

2
tools/boot/buster/boot-arm-common Executable file → Normal file
View File

@ -1,5 +1,3 @@
#!/bin/sh
#
# Do common install stuff for armel/armhf, including making bootable CDs # Do common install stuff for armel/armhf, including making bootable CDs
# Works with debian-installer # Works with debian-installer
# #

2
tools/boot/stretch/boot-arm-common Executable file → Normal file
View File

@ -1,5 +1,3 @@
#!/bin/sh
#
# Do common install stuff for armel/armhf, including making bootable CDs # Do common install stuff for armel/armhf, including making bootable CDs
# Works with debian-installer # Works with debian-installer
# #