Big cleanup: Remove trailing whitespace from files (except those imported

from external sources).
This commit is contained in:
mmdolze
2010-10-30 18:04:21 +00:00
parent 49cd060374
commit fd9b2ce713
113 changed files with 856 additions and 856 deletions
+5 -5
View File
@@ -60,7 +60,7 @@ if [ -e README ] && [ -e ChangeLog ] && [ -e LCDd.conf ]; then
BRANCH=${BRANCH} \
${PERL} -MPOSIX -i -p \
-e '$version = "CVS-".$ENV{BRANCH}."-".strftime("%Y%m%d", localtime);
s/(AM_INIT_AUTOMAKE\s*)\(\s*(\[?lcdproc\]?)\s*,\s*[\w\d.-]+\s*\)/$1($2, $version)/;
s/(AM_INIT_AUTOMAKE\s*)\(\s*(\[?lcdproc\]?)\s*,\s*[\w\d.-]+\s*\)/$1($2, $version)/;
s/(AC_INIT\s*)\(\s*(\[?lcdproc\]?)\s*,\s*[\w\d.-]+\s*\)/$1($2, $version)/;
s/(AC_INIT\s*)\(\s*(\[?lcdproc\]?)\s*,\s*[\w\d.-]+(\s*[^)]+)\s*\)/$1($2, $version$3)/;' \
configure.in
@@ -68,7 +68,7 @@ if [ -e README ] && [ -e ChangeLog ] && [ -e LCDd.conf ]; then
# Debian-specific stuff
for dir in debian scripts/debian ; do
# Increase version number in debian/changelog accordingly
if [ -d "$dir" ] && [ -e "$dir/changelog" ]; then
if [ -d "$dir" ] && [ -e "$dir/changelog" ]; then
cp -a $dir/changelog debian_changelog.nightly-temp
${PERL} -MPOSIX -i -p \
-e '$date = strftime("%Y%m%d", localtime);
@@ -78,7 +78,7 @@ if [ -e README ] && [ -e ChangeLog ] && [ -e LCDd.conf ]; then
# Make debian/rules executable
test -e $dir/rules && chmod +x $dir/rules
done
done
# Re-generate the autotools files
sh autogen.sh >/dev/null
@@ -108,7 +108,7 @@ if [ -e README ] && [ -e ChangeLog ] && [ -e LCDd.conf ]; then
rm -f nightly-cvsChanges.txt last-nightly.txt
for dir in debian scripts/debian ; do
test -d $dir && cp debian_changelog.nightly-temp $dir/changelog
done
done
rm debian_changelog.nightly-temp
# remove files generated by ./configure --silent
@@ -119,7 +119,7 @@ if [ -e README ] && [ -e ChangeLog ] && [ -e LCDd.conf ]; then
# build configure (& Makefile.in's ?) based on original configure.in from CVS
sh autogen.sh >/dev/null
fi
# EOF