Fix syntax errors in tools/boot/{lenny,squeeze}/boot-m68k (thanks to

lintian).
This commit is contained in:
Raphaël Hertzog 2009-09-17 14:16:21 +00:00
parent 46e39c2129
commit d12d861d0d
3 changed files with 4 additions and 0 deletions

2
debian/changelog vendored
View File

@ -34,6 +34,8 @@ debian-cd (3.1.3) UNRELEASED; urgency=low
* Use dpkg --fsys-tarfile instead of ar for extracting files from deb * Use dpkg --fsys-tarfile instead of ar for extracting files from deb
packages. The previous invocation could have failed for packages using packages. The previous invocation could have failed for packages using
something other than gzip compression. something other than gzip compression.
* Fix syntax errors in tools/boot/{lenny,squeeze}/boot-m68k (thanks to
lintian).
-- Frans Pop <fjp@debian.org> Sun, 23 Aug 2009 08:59:25 +0200 -- Frans Pop <fjp@debian.org> Sun, 23 Aug 2009 08:59:25 +0200

View File

@ -24,6 +24,7 @@ if [ "$DI_WWW_HOME" = "default" ];then
elif [ "$DI_WWW_HOME" = "test" ];then elif [ "$DI_WWW_HOME" = "test" ];then
# Temporarily disabled to stop cron jobs complaining # Temporarily disabled to stop cron jobs complaining
# DI_WWW_HOME="http://people.debian.org/~smarenka/d-i/test/cd/" # DI_WWW_HOME="http://people.debian.org/~smarenka/d-i/test/cd/"
:
fi fi
if [ ! "$DI_DIST" ]; then if [ ! "$DI_DIST" ]; then
DI_DIST="$DI_CODENAME" DI_DIST="$DI_CODENAME"

View File

@ -24,6 +24,7 @@ if [ "$DI_WWW_HOME" = "default" ];then
elif [ "$DI_WWW_HOME" = "test" ];then elif [ "$DI_WWW_HOME" = "test" ];then
# Temporarily disabled to stop cron jobs complaining # Temporarily disabled to stop cron jobs complaining
# DI_WWW_HOME="http://people.debian.org/~smarenka/d-i/test/cd/" # DI_WWW_HOME="http://people.debian.org/~smarenka/d-i/test/cd/"
:
fi fi
if [ ! "$DI_DIST" ]; then if [ ! "$DI_DIST" ]; then
DI_DIST="$DI_CODENAME" DI_DIST="$DI_CODENAME"