Hello,

It's not clear to me if util-vserver could avoid the dependency by just
dropping the postinst snippet which might be obsolete:

case "$1" in
        configure)
                # Remove older attr +t if present
                if [ "`lsattr -d /var/lib/vservers/|cut -c16`" = "t" ] ; then
                           chattr -t /var/lib/vservers
                fi
[...]


This is already part of the version in stable, so if this was just something
which needed to happen for upgrades then it could probably go now.

I'm not sure when this was introduced either....

Given this package now seems to be "NMU-maintained" I guess the safest
thing is to just add the dependency, unless someone more familiar with
util-vserver has anything to add?

Regards,
Andreas Henriksson

Reply via email to