Hello,

With 0.14.1-1 version, the following is still automatically added into
the postinst file :

# Automatically added by dh_gconf
if [ "$1" = "configure" ]; then
    gconf-schemas --register ufraw.schemas 
fi

generating dpkg errors and breaking the installation if gconf2
is not installed (gconf2 is no more a dependency). Similar problem
with prerm and postrm scripts. I guess this is because of the
'dh_gconf -n' line in the rules file, I still believe that this line
could be commented as I suggested in the original bug report (provided
the postinst script makes proper registration).

As far as the postinst (or prerm) script still makes call to
gconf-schemas without checking if it is installed, the gconf2
dependency is still unavoidable (I am wondering if dh_gconf should not
do this check by itself, that would be much simpler).

I am sorry to have inspired such a modification that prevents the
package to be installed and finally breaks it.

Best regards,

Pascal Dormeau

 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to