From 5ec75a46397422b578f156bc23dddb9cf29e93a4 Mon Sep 17 00:00:00 2001 From: Peter Michael Green Date: Sun, 26 Feb 2017 00:06:29 +0000 Subject: [PATCH] Set config.guess.hack back to mode 644 in clean target to keep dgit happy. --- autoconf/config.guess.hack | 0 debian/changelog | 1 + debian/rules | 1 + 3 files changed, 2 insertions(+) mode change 100755 => 100644 autoconf/config.guess.hack 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 -- 2.30.2