From: Peter Michael Green Date: Sun, 26 Feb 2017 00:06:29 +0000 (+0000) Subject: Set config.guess.hack back to mode 644 in clean target to keep dgit happy. X-Git-Tag: archive/raspbian/1%3.8.1-17+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5ec75a46397422b578f156bc23dddb9cf29e93a4;p=llvm-toolchain-3.8.git Set config.guess.hack back to mode 644 in clean target to keep dgit happy. --- diff --git a/autoconf/config.guess.hack b/autoconf/config.guess.hack old mode 100755 new mode 100644 diff --git a/debian/changelog b/debian/changelog index 93a8e7b2..a0cabb20 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,7 @@ llvm-toolchain-3.8 (1:3.8.1-17+rpi1) stretch-staging; urgency=medium [changes introduced in 1:3.8.1-17+rpi1 by Peter Michael Green] * Remove more crap in clean target. * Force creation of debian/man. + * Set config.guess.hack back to mode 644 in clean target to keep dgit happy. -- Peter Michael Green Thu, 02 Feb 2017 06:05:39 +0000 diff --git a/debian/rules b/debian/rules index 69627162..a9b80a95 100755 --- a/debian/rules +++ b/debian/rules @@ -616,5 +616,6 @@ override_dh_auto_clean: rm -f utils/vim/llvm-3.8-vimrc rm -f utils/vim/syntax/llvm-3.8.vim rm -f utils/vim/syntax/tablegen-3.8.vim + chmod 644 autoconf/config.guess.hack .PHONY: override_dh_strip preconfigure