Comment 14 for bug 1307883

Revision history for this message
Thorsten Glaser (mirabilos) wrote :

openjdk-8 fixed this by introducing explicit dependencies on the package carrying mountpoint:

ifneq (,$(filter $(distrel),wheezy jessie precise trusty))
  control_vars += '-Vmountpoint:Depends=initscripts'
else
  control_vars += '-Vmountpoint:Depends=util-linux (>= 2.26.2-4)'
endif