From 1b4e784a0ba636646def1db5ca012fd54ee7a81c Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Tue, 6 Jun 2017 20:06:04 -0700 Subject: Fix debuild warnings/errors - Update .gitignore, do not place .gitignore into directories installed in bulk - Remove executable permissions and shebangs from the scripts that are supposed to be invoked only via ct-ng frontent; prepend them with $(bash). Despite what showSamples.sh said, it already has some bashisms. - Remove --with autotools-dev and override dh_update_autotools_config to avoid having config.{sub,guess} clobbered with older versions - Install bash completion where Debian (now) expects it - Update man page to use .\" as the comment delimiter, instead of undefined macro (."); also, minor text edits. - Install kconfig.mk without execute permission. - Remove shell wrappers from 170-localedef-fix-trampoline.patch, we do not use that for applying patches - Revoke execute permissions on 210-expat.sh - Get flags from dpkg-buildflags if available Signed-off-by: Alexey Neyman --- scripts/showSamples.sh | 3 --- 1 file changed, 3 deletions(-) mode change 100755 => 100644 scripts/showSamples.sh (limited to 'scripts/showSamples.sh') diff --git a/scripts/showSamples.sh b/scripts/showSamples.sh old mode 100755 new mode 100644 index e60e29fc..1e5d50bd --- a/scripts/showSamples.sh +++ b/scripts/showSamples.sh @@ -1,6 +1,3 @@ -#!/bin/sh -# Yes, this is supposed to be a POSIX-compliant shell script. - # Parses all samples on the command line, and for each of them, prints # the versions of the main tools -- cgit v1.2.3