Quoting Joey Hess ([EMAIL PROTECTED]):
> Package: elilo
> Version: 3.6-3
> Severity: grave
> Tags: d-i
> 
> In my d-i logs, after elilo-installer reports elilo fails to install:
> 
> Mar 11 17:51:23 apt-install: Setting up elilo (3.6-3) ...
> Mar 11 17:51:23 apt-install: dpkg: --compare-versions takes three arguments: 
> <v


This seems to be a syntax error in the newly added config script. I
guess that the attached patch should fix that bug (untested).


--- debian/elilo.config.old     2007-03-11 19:45:42.504732828 +0100
+++ debian/elilo.config 2007-03-11 19:45:51.080798090 +0100
@@ -4,7 +4,7 @@
 
 . /usr/share/debconf/confmodule
 
-if [ "2" ] && dpkg --compare-versions $2 lt 3.2-1
+if [ "$2" ] && dpkg --compare-versions $2 lt 3.2-1
 then
   db_input high elilo/format || true
 else

Attachment: signature.asc
Description: Digital signature

Reply via email to